Technical & DevelopmentIntermediate
send-usdc
Transfer USDC and native gas tokens on Base, Polygon, and Solana.
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/coinbase/agentic-wallet-skills/blob/main/skills/agentic-wallet/references/send-usdc.md --skill send-usdcnpx skills add https://github.com/coinbase/agentic-wallet-skills/blob/main/skills/agentic-wallet/references/send-usdc.md --skill send-usdcOr paste this URL into your assistant to install:
Overview
What This Skill Does
Initiates token transfers from wallets to any recipient address across Base, Polygon, and Solana using the awal send command.
Application
When to use this Skill
- Transferring USDC or native tokens to recipient addresses.
- Selecting target networks (Base, Polygon, Solana) for asset transfers.
- Formatting transaction outcomes into JSON objects.
- Verifying recipient details before executing transactions.
- Automating transaction dispatching inside background scripts.
Documentation
Show Skills.md file
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.
If the wallet is not authenticated, see references/auth.md.
Command Syntax
npx awal@2.10.0 send <amount> <recipient> [--chain <chain>] [--asset <asset>] [--json]
Arguments
| Argument | Description |
|---|---|
amount |
Amount to send: '$1.00', '1.00', or atomic units (1000000 = $1). Always single-quote amounts that use $ to prevent bash variable expansion. If the number looks like atomic units (no decimal or > 100), treat as atomic units. Assume that people won't be sending more than 100 USDC the majority of the time |
recipient |
Ethereum address (0x...), ENS name (vitalik.eth), or Solana address (Base58) |
Options
| Option | Description |
|---|---|
--chain <name> |
Blockchain network: base, polygon, solana (default: base) |
--asset <symbol> |
Token to send: usdc, eth, pol, sol (default: usdc) |
Lines 1 - 25 of 86
Recommendations
Explore other random skills
TechnicalIntermediate
variant-analysis
Find similar vulnerabilities via pattern-based analysis
TechnicalIntermediate
firebase-apk-scanner
Scan Android APKs for Firebase misconfigurations and security vulnerabilities
TechnicalIntermediate
spec-to-code-compliance
Specification-to-code compliance checker for blockchain audits