What problem does it solve? Swapping or bridging tokens across EVM chains and Solana requires resolving token contract addresses, converting amounts to base units, obtaining quotes, and broadcasting multi-step transaction sequences in the correct order. This Skill automates that entire flow through the tribes-cli spot-trading command group while enforcing strict safety rules. ## Core Features & Use Cases - Swap and Bridge Quoting: Quotes same-chain swaps and cross-chain bridges (EVM ↔ EVM, EVM ↔ Solana) with tribes-cli spot-trading quote, returning ordered transaction requests. - Token Resolution: Resolves token symbols or names to contract addresses and mints with tribes-cli token search, never guessing identity from a symbol. - Ordered Broadcast: Splits EVM transaction requests into same-chain runs, sends them via sendCalls or sendEthTransaction, handles Solana legs, and polls status after every send. - Use Case: A user wants to swap 0.12 USDC on Base for USDT on Arbitrum. The Skill resolves both token addresses, converts the amount to base units, quotes the bridge, confirms a plain-language summary, then broadcasts the approval and swap transactions in order. ## Quick Start Ask the agent to swap a specific amount of one token for another on named chains, for example swap 0.12 USDC on Base for USDT on Arbitrum, and confirm the quoted summary before broadcast.