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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/wpank/cross-chain-arbitrageWhat 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
- "Find all profitable ETH arbitrage opportunities between Base and Arbitrum right now."
- "Scan for USDC price gaps across all 11 supported chains and report the net profit after all bridge fees."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-wpank-cross-chain-arbitrage": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
mermaid-diagrams
Create software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams, sequence diagrams, flowcharts, ERDs, C4 architecture diagrams, state diagrams, git graphs, and other diagram types. Triggers include requests to diagram, visualize, model, map out, or show the flow of a system.
api-design-principles
Skill by wpank
auto-context
Automatically read relevant context before major actions. Loads TODO.md, roadmap.md, handoffs, task plans, and other project context files so the AI operates with full situational awareness. Use when starting a task, implementing a feature, refactoring, debugging, planning, or resuming a session.
clear-writing
Write clear, concise prose for humans — documentation, READMEs, API docs, commit messages, error messages, UI text, reports, and explanations. Combines Strunk's rules for clearer prose with technical documentation patterns, structure templates, and review checklists.
track-performance
Track the performance of Uniswap LP positions over time — check which positions need attention, are out of range, or have uncollected fees. Use when the user asks how their positions are doing.