Arc MCP Builder Assistant

Circle Agent Wallet · Arc Testnet

Circle wallet integration lab

Walk through the Circle agent wallet bootstrap flow on Arc Testnet: login, wallet creation, faucet funding, USDC transfer, and CCTP bridge — all through the circle CLI.

Session: not checked Arc Testnet · 5042002

Safety boundary

  • No private keys in this page or repo — Circle CLI manages keys internally.
  • No custody, no mainnet, no autonomous spending.
  • Testnet USDC only — faucet tokens have no real value.
  • Human approval required for every wallet action.
  • Testnet only — faucet tokens have no real value.
  • x402 marketplace payments require mainnet USDC on an accepted chain.

Wallet state (read-only preview)

This panel shows a static preview of the Circle wallet integration. It does not connect to Circle, RPC, or any external service. Use the circle CLI for live operations.

Wallet address0x0cd9…a401
ChainArc Testnet
Chain ID5042002 / 0x4cef52
USDC ERC-20— USDC
USDC native (gas)— USDC
USDC contract0x3600…0000
Gateway domain26 (Arc)
Sessiontestnet

Bootstrap steps

  1. Login (mainnet + testnet)
    circle wallet login <email> --type agent --init
    circle wallet login <email> --type agent --testnet --init
  2. Create agent wallet
    circle wallet create --output json
  3. Fund via faucet
    circle wallet fund --address <addr> --chain "Arc Testnet" --token usdc
  4. Check balance
    circle wallet balance --address <addr> --chain "Arc Testnet"
  5. Transfer USDC
    circle wallet transfer <to> --amount 1 --address <addr> --chain "Arc Testnet"
  6. Bridge via CCTP
    circle bridge transfer "Base Sepolia" --amount 1 --address <addr> --chain "Arc Testnet"