send-usdc

Installation
Summary

Transfer USDC to Ethereum addresses or ENS names on Base.

  • Accepts both hex addresses (0x...) and ENS names (.eth) as recipients, with automatic ENS resolution
  • Supports flexible amount formats: dollar notation ($5.00), decimal (1.50), or atomic units (1000000)
  • Requires wallet authentication via the authenticate-wallet skill and sufficient USDC balance before sending
  • Includes input validation to prevent shell injection and optional JSON output for programmatic use
SKILL.md

Sending Tokens

Use the npx awal@2.10.0 send command to transfer tokens from the wallet to any address on Base, Polygon, or Solana.

Confirm wallet is initialized and authed

npx awal@2.10.0 status

If the wallet is not authenticated, refer to the authenticate-wallet skill.

Command Syntax

npx awal@2.10.0 send <amount> <recipient> [--chain <chain>] [--asset <asset>] [--json]

Arguments

Related skills

More from coinbase/agentic-wallet-skills

Installs
2.7K
GitHub Stars
105
First Seen
Feb 10, 2026