What problem does it solve? Building token swap functionality requires choosing the right Circle SDK, configuring wallet adapters, and handling slippage, fees, and cross-chain routing correctly. This Skill guides the AI through a structured decision process and generates correct, secure swap integration code. ## Core Features & Use Cases - SDK Selection Guidance: Walks through a Decision Guide to choose between App Kit (swap + bridge + send) and standalone Swap Kit (swap-only). - Multi-Adapter Support: Generates swap code for Viem private key wallets, Solana Kit wallets, and Circle developer-controlled wallets. - Advanced Swap Configuration: Covers rate estimation, slippage tolerance, stop limits, custom developer fees, and multi-step cross-chain swap + bridge patterns. - Use Case: A developer wants to let users convert USDT to USDC on Ethereum from a backend service. The Skill asks the right questions, then generates a complete server-side script using App Kit with the Viem adapter, including estimation and error handling. ## Quick Start Ask the AI to build a token swap that converts USDT to USDC on Ethereum using Circle App Kit with a private key wallet.