What problem does it solve? Building crypto wallets traditionally requires managing private keys, paying gas fees, and handling complex onboarding. This Skill guides you through creating Modular Smart Contract Accounts (MSCAs) with passkey-based authentication, gasless transactions via Circle Gas Station, and extensible onchain modules. ## Core Features & Use Cases - Passkey Authentication: Register and log in users with WebAuthn passkeys instead of seed phrases, using toPasskeyTransport and toWebAuthnCredential. - Gasless Transactions: Sponsor user gas fees via Circle Gas Station paymaster by passing paymaster: true in user operations. - Batch Operations & Recovery: Combine multiple calls into one user operation and implement BIP-39 mnemonic-based passkey recovery. - Use Case: Build a consumer app where users sign up with a fingerprint, receive a smart account on Arc Testnet, and send USDC without ever holding gas tokens. ## Quick Start Ask the AI to create a Circle smart account with passkey login and send a gasless USDC transfer on Arc Testnet.