What problem does it solve?
Finding profitable price discrepancies across decentralized exchanges and orderbook venues requires manually comparing quotes on many platforms, which is too slow for arbitrage. This Skill scans live round-trip quotes across Solana and EVM venues and reports net-positive arbitrage plans after fees, latency, and slippage penalties.
Core Features & Use Cases
- Live Cross-Venue Scanning: Pulls buy-then-sell round-trip quotes from Jupiter, Raydium, Orca, Meteora, Uniswap, 1inch, PancakeSwap, and Lighter, then feeds them into a shared venue-arbitrage planner.
- Cross-Chain Comparison: Compares Solana and EVM sides assuming pre-positioned inventory, with configurable edge thresholds, notional caps, and execution styles (taker_taker, maker_taker, maker_maker).
- Architecture Guidance: Provides a venue map, reuse map, swarm roles, and phased implementation plan for building Rust execution sidecars alongside the TypeScript control plane.
- Use Case: A trader wants to know if SOL/USDC is cheaper on Jupiter than Raydium right now. Run a Solana scan with a minimum net edge threshold and receive a read-only report of crossed plans without signing any transaction.
Quick Start
Ask Clodds to run /hft-arb scan solana SOL USDC 1000 with venues jupiter and raydium to see current arbitrage opportunities.