🤖 AgentWallet

Multi-chain USDC wallet skill for AI agents

⚡️ Key Feature: 6-second cross-chain bridges via Circle CCTP V2 Fast Transfer

Quick Links

Commands

Create Wallet

node scripts/wallet.js create

Generates HD wallet with addresses for Solana, Base, and Ethereum.

Check Balance

node scripts/wallet.js balance [chain]

Shows USDC and native token balances. Chains: base, ethereum, solana

Transfer (Same Chain)

node scripts/wallet.js transfer <chain> <token> <amount> <recipient>

Example: node scripts/wallet.js transfer base USDC 10 0x742d...

Bridge (Cross-Chain)

node scripts/wallet.js bridge <from> <to> <amount>

Example: node scripts/wallet.js bridge base ethereum 100

⚡️ Completes in ~50 seconds (6-second attestation)

Installation

git clone https://github.com/voltagemonke/Agent-wallet.git
cd Agent-wallet
npm install

Environment

WALLET_SEED_PHRASE="your 12 word mnemonic here"
NETWORK=testnet

Supported Chains

Mainnet: Ethereum, Base, Arbitrum, Optimism, Polygon, Solana, Avalanche

Testnet: Ethereum Sepolia, Base Sepolia, Solana Devnet

Proof It Works

Live demo transactions:


Built for the Circle USDC Hackathon • $30,000 prize pool • Deadline: Feb 8, 2026