Handles token swaps on the TON blockchain through a DEX aggregator with a safety-first two-step flow. You get a quote first, emulate the transaction to verify the expected balance changes, then confirm with the user before executing. It resolves jetton names like USDT or jUSDC to their contract addresses automatically and polls transaction status after sending. The workflow is straightforward: quote, dry-run, confirm, execute. Useful when you need to trade TON for stablecoins or swap between jettons without manually constructing DEX transactions. The emulation step before sending is a smart default that catches issues early.
npx skills add https://github.com/ton-connect/kit --skill ton-swap