use-circle-wallets
Choose and implement the right Circle wallet type for your application. Compares developer-controlled, user-controlled, and modular (passkey) wallets across custody model, key management, account types, blockchain support, and use cases. Use whenever blockchain wallet integrations are required for onchain application development. Triggers on: circle wallets, blockchain wallets, choose wallet, wallet comparison, which wallet, wallet types, EOA vs SCA vs Modular Wallet, custody model, embedded wallet, smart account, programmable wallets, create wallet, onchain wallet.
What this skill does
## Overview Circle offers three wallet types -- developer-controlled, user-controlled, and modular -- each with different custody models, account types, key management, and capabilities. This skill helps you pick the right one. ## Quick Comparison | | Developer-Controlled | User-Controlled | Modular (Passkey) | |---------------------|-----------------------------------|--------------------------------|-------------------------------------------| | **Custody** | Developer | User | User | | **Auth** | API key + entity secret (backend) | Social login / email OTP / PIN | Passkey (WebAuthn) | | **Account types** | EOA, SCA | EOA, SCA | Modular Wallet SCA (ERC-6900) | | **Gas sponsorship** | SCA via Circle Paymaster | SCA via Circle Paymaster | Circle Paymaster or third-party paymaster | | **Custom modules** | No | No | Yes | | **Architecture** | Backend SDK only | Backend + frontend SDKs | Frontend SDK only | ## Decision Guide For the latest supported account types on different blockchains: https://developers.circle.com/wallets/account-types For the latest supported features on different blockchains: https://developers.circle.com/wallets/supported-blockchains **Step 1 -- Who controls the keys / who is the custodian?** - Developer controls -> Developer-controlled wallets -> Step 3 - End user controls -> Step 2 **Step 2 -- Auth method?** - Passkey (WebAuthn biometric) with extensible modules -> Modular wallets -> Step 4 - Social login, email OTP, or PIN -> User-controlled wallets -> Step 3 **Step 3 -- Account type?** - Solana, Aptos, or NEAR -> EOA (only option) - Ethereum mainnet -> EOA (SCA gas costs prohibitive, Modular Wallet not supported) - L2 (Arbitrum, Base, Polygon, Optimism, etc.) -> EOA if max TPS needed; SCA if gas sponsorship or batching needed; Modular Wallet if passkey or other modular plugins needed **Step 4 -- Chain check (Modular wallets)** - Supported: Arbitrum, Avalanche, Base, Monad, Optimism, Polygon, Unichain - NOT supported: Ethereum, Solana, Aptos, NEAR. Fall back to user-controlled wallets with SCA. ### Example Scenarios | Scenario | Decision | Skill | |--------------------------------------------------|-----------------------------|------------------------------------| | Payment backend, programmatic payouts, high TPS | Developer-controlled + EOA | `use-developer-controlled-wallets` | | Consumer app with Google/Apple login, gasless UX | User-controlled + SCA on L2 | `use-user-controlled-wallets` | | DeFi app with biometric auth, custom modules | Modular Wallet on L2 | `use-modular-wallets` | | NFT marketplace on Ethereum L1 | User-controlled + EOA | `use-user-controlled-wallets` | | AI agent, autonomous multi-chain transactions | Developer-controlled + EOA | `use-developer-controlled-wallets` | ## Implementation Patterns Once a wallet type has been determined, TRIGGER the corresponding skill: - Developer-controlled -> `use-developer-controlled-wallets` skill - User-controlled -> `use-user-controlled-wallets` skill - Modular (Passkey) -> `use-modular-wallets` skill ## Strict Rules - ALWAYS select the wallet type before starting implementation using the comparison table and decision guide above. - ALWAYS use EOA on Ethereum mainnet (SCA gas prohibitive, Modular Wallet not supported) and on Solana, Aptos, NEAR (SCA/Modular Wallet not available). - ALWAYS prefer SCA or Modular Wallet on L2 chains (Arbitrum, Base, Polygon, Optimism, etc.) when gas sponsorship or batch operations are needed. - NEVER mix wallet types in a single user flow -- pick one and use its corresponding skill. - ALWAYS delegate to the specific wallet skill (`use-developer-controlled-wallets`, `use-user-controlled-wallets`, or `use-modular-wallets`) for implementation. ## Reference Links - [Account Types](https://developers.circle.com/wallets/account-types) - [Choosing Your Wallet Type](https://developers.circle.com/wallets/infrastructure-models) - [Key Management](https://developers.circle.com/wallets/key-management) - [Circle Developer Docs](https://developers.circle.com/llms.txt) -- **Always read this first** when looking for relevant documentation from the source website. --- DISCLAIMER: This skill is provided "as is" without warranties, is subject to the [Circle Developer Terms](https://console.circle.com/legal/developer-terms), and output generated may contain errors and/or include fee configuration options (including fees directed to Circle); additional details are in the repository [README](https://github.com/circlefin/skills/blob/master/README.md).
Related in Web3
xaut-trade
IncludedBuy or sell XAUT (Tether Gold) on Ethereum. Supports market orders (Uniswap V3) and limit orders (UniswapX). Wallet modes: Foundry keystore or WDK. Delegates non-XAUT intents to registered skills (e.g. Polymarket prediction markets, Hyperliquid trading). Triggers: buy XAUT, XAUT trade, swap USDT for XAUT, sell XAUT, swap XAUT for USDT, limit order, limit buy XAUT, limit sell XAUT, check limit order, cancel limit order, XAUT when, create wallet, setup wallet, polymarket, prediction market, bet on, odds on, hyperliquid, perp, perpetual, long, short, open long, open short, close position, leverage.
qfc-openclaw-skill
IncludedQFC blockchain interaction — wallet, faucet, chain queries, staking, epoch & finality, AI inference
gate-dex-trade
IncludedExecutes on-chain token swaps via Gate DEX. Use when user wants to swap, buy, sell, exchange, or convert tokens, or bridge cross-chain. Covers full swap flow: price quotes, transaction build, signing, and submission. Do NOT use for read-only data lookups or wallet account management.
hunch
IncludedDiscover, bet on, track, and settle Hunch prediction markets in natural language. Trigger when a user wants to bet, take a position, or get odds on a crypto outcome — token market-cap milestones and flips, launchpad races (Bankr vs pump.fun volume / #1-days / launches over a cap), token head-to-head outperformance, mcap strike-ladders, and up/down price rounds. Also trigger on "what can I bet on about $TOKEN", "odds on …", "take YES/NO on …", "show my Hunch bets", "did my market resolve". Settles in USDC on Base via x402 (≤ $10 / bet); every bet returns an on-chain proof.
opensea
IncludedQuery NFT data, trade on the Seaport marketplace, and swap ERC20 tokens across Ethereum, Base, Arbitrum, Optimism, Polygon, and more.
polymarket
IncludedTrade on Polymarket prediction markets (CLOB V2) from a Privy EOA wallet. Search markets, place/cancel orders, manage positions. No private key handling. Use when the user wants to bet on event outcomes (e.g. "buy YES at 0.65 on the ceasefire market", "what are my open positions", "close my Trump bet").