skills.vishalvoidskills/vishalvoid
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-usdc

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

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

All skillsMy patterns