What problem does it solve? Choosing between Circle's developer-controlled, user-controlled, and modular (passkey) wallets is confusing because they differ in custody model, authentication, account types, and chain support. This Skill provides a structured decision guide so you pick the correct wallet type before writing any integration code. ## Core Features & Use Cases - Wallet Comparison: Compares custody model, auth method, account types (EOA, SCA, ERC-6900 Modular), gas sponsorship, and architecture across all three Circle wallet types. - Step-by-Step Decision Guide: Walks through custodian selection, auth method, account type, and chain compatibility checks (e.g., Modular wallets unsupported on Ethereum, Solana, Aptos, NEAR). - Use Case: A consumer app needing Google login and gasless transactions gets routed to user-controlled wallets with SCA on an L2, then delegated to the corresponding implementation skill. ## Quick Start Ask which Circle wallet type fits your application, describing your custody preference, authentication method, and target blockchain.