Loading...
Loading...
Send USDC to an Ethereum address or ENS name. Use when you or the user want to send money, pay someone, transfer USDC, tip, donate, or send funds to a wallet address or .eth name. Covers phrases like "send $5 to", "pay 0x...", or "transfer to vitalik.eth".
npx skill4agent add coinbase/agentic-wallet-skills send-usdcnpx awal@latest sendnpx awal@latest statusauthenticate-walletnpx awal@latest send <amount> <recipient> [--chain <chain>] [--json]| Argument | Description |
|---|---|
| Amount to send: '$1.00', '1.00', or atomic units (1000000 = $1). Always single-quote amounts that use |
| Ethereum address (0x...) or ENS name (vitalik.eth) |
| Option | Description |
|---|---|
| Blockchain network (default: base) |
| Output result as JSON |
# Send $1.00 USDC to an address
npx awal@latest send 1 0x1234...abcd
# Send $0.50 USDC to an ENS name
npx awal@latest send 0.50 vitalik.eth
# Send with dollar sign prefix (note the single quotes)
npx awal@latest send '$5.00' 0x1234...abcd
# Get JSON output
npx awal@latest send 1 vitalik.eth --jsonnpx awal@latest awal statusnpx awal@latest awal auth loginauthenticate-walletnpx awal balanceawal auth login <email>awal balance