# AgentWallet > Multi-chain USDC wallet management for AI agents. Built as an OpenClaw skill using Circle's CCTP V2 protocol. ## What is AgentWallet? AgentWallet is an open-source skill (plugin) for the OpenClaw.ai platform that gives AI agents autonomous wallet capabilities. Agents can create wallets, check balances, transfer USDC, and bridge USDC cross-chain — all through natural language commands. ## Installation npm install agent-wallet Or via OpenClaw: openclaw skill install agent-wallet ## Core Commands - balance — Check USDC and native token balances across all chains - transfer — Send USDC to any address on the same chain - bridge — Move USDC between chains using Circle CCTP V2 Fast Transfer (~6 seconds) ## Supported Chains Mainnet: Ethereum, Base, Arbitrum, Optimism, Polygon, Solana, Avalanche Testnet: Ethereum Sepolia, Base Sepolia, Solana Devnet ## How Bridging Works AgentWallet uses Circle's Cross-Chain Transfer Protocol V2 (CCTP V2). CCTP burns USDC on the source chain and mints native USDC on the destination chain via Circle attestation. Fast Transfer mode completes in approximately 6 seconds. No wrapped tokens, no liquidity pools, no slippage. ## Example Usage An AI agent can say: - "Create wallets on Base and Solana" - "Check my USDC balance across all chains" - "Send 10 USDC to 0x123... on Base" - "Bridge 100 USDC from Base to Ethereum" ## Use Cases - AI Trading Agents: Autonomous portfolio rebalancing across chains - Payment Bots: Accept and route USDC payments cross-chain - Treasury Management: AI-driven fund allocation across DeFi protocols - Agentic Commerce: AI agents paying for API access, data, and services - Multi-Chain Arbitrage: Move funds between chains in seconds ## Technical Stack - TypeScript / Node.js - Circle CCTP V2 SDK (@circle-fin/bridge-kit) - Viem (EVM interactions) - Solana Web3.js - OpenClaw Skills Framework ## API & Machine-Readable Docs - Agent documentation: https://myagentwallet.xyz/agent-docs.json - AI plugin manifest: https://myagentwallet.xyz/.well-known/ai-plugin.json - Static agent page: https://myagentwallet.xyz/agent.html ## Links - Website: https://myagentwallet.xyz - GitHub: https://github.com/voltagemonke/Agent-wallet - OpenClaw: https://openclaw.ai - Circle CCTP V2 Docs: https://developers.circle.com/stablecoins/cctp ## License Open source. See GitHub repository for license details.