ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

cross-chain-arbitrage

Find and execute cross-chain arbitrage opportunities. Scans prices across all chains, evaluates profitability after all costs (gas, bridge fees, slippage), assesses risk, and executes if profitable. Uses ERC-7683 for cross-chain settlement. Supports scan-only mode for research without execution.

Why use this skill?

Automate cross-chain arbitrage across 11 blockchains with ERC-7683. Scan for price discrepancies, calculate total costs, and execute profitable trades safely.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/wpank/cross-chain-arbitrage
Or

What This Skill Does

The cross-chain-arbitrage skill is a high-performance execution engine designed to exploit price discrepancies across multiple blockchain networks. Unlike simple swap tools, this agent continuously monitors Uniswap deployments across 11 supported chains, identifying moments where a token is priced lower on one chain and higher on another. It performs a comprehensive 'all-in' cost analysis, factoring in source gas, bridge fees, destination gas, and potential slippage. By utilizing the ERC-7683 standard, the skill ensures robust cross-chain settlement, turning ephemeral price gaps into actual profit. It features a risk-gated architecture that evaluates liquidity depths and bridge health before committing capital, with an optional 'scan-only' mode for passive observation.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/wpank/cross-chain-arbitrage

Use Cases

  • Automated Profit Capture: Identifying and executing rapid trades when market volatility creates temporary price divergence between L2s and L1s.
  • Portfolio Optimization: Arbitraging assets to maintain optimal pricing across your multi-chain wallet holdings.
  • Research & Analysis: Using scan-only mode to observe the efficiency of decentralized exchanges without performing actual swaps, useful for developers studying cross-chain liquidity.

Example Prompts

  1. "Find all profitable ETH arbitrage opportunities between Base and Arbitrum right now."
  2. "Scan for USDC price gaps across all 11 supported chains and report the net profit after all bridge fees."
  3. "Is there an arb opportunity for WETH with $10,000 capital? Only scan, do not execute."

Tips & Limitations

  • Sensitivity: Arbitrage windows close in seconds; the agent will notify you if a price has shifted significantly since the initial scan.
  • Risk Management: Always review the 'All-in Cost' breakdown provided before approving an execution, as high volatility can lead to higher slippage than initially projected.
  • Liquidity Check: The skill assesses depth, but extremely large trades might cause their own slippage; consider adjusting your capital constraints based on the reported pool liquidity.

Metadata

Author@wpank
Stars919
Views1
Updated2026-02-12
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-wpank-cross-chain-arbitrage": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#arbitrage#defi#blockchain#trading#cross-chain
Safety Score: 2/5

Flags: network-access, external-api, code-execution