What problem does it solve? Swapping tokens across chains requires finding the best route, handling approvals, managing slippage, and avoiding honeypots or MEV attacks. This Skill automates the entire swap workflow through the OKX Onchain OS CLI, aggregating liquidity from 500+ DEX sources across 20+ chains. ## Core Features & Use Cases - Quote and One-Shot Execution: Get read-only price quotes, then execute quote β approve β sign β broadcast in a single command returning the transaction hash. - Risk Controls: Built-in honeypot blocking, tax rate warnings, price impact alerts, and MEV protection thresholds per chain (Ethereum, BSC, Base, Solana via Jito tips). - Token Address Resolution: Resolves native tokens, stablecoins, and arbitrary symbols to correct contract addresses per chain, never guessing contract addresses. - Use Case: A user says "swap 100 USDC for OKB on XLayer" β the Skill resolves addresses, fetches a quote showing price impact and gas, confirms with the user, executes the swap, and reports the transaction hash. ## Quick Start Ask the agent to swap a specific amount of one token for another on a named chain, for example "swap 0.5 ETH for USDC on Base".