Back to skills

send-usdc

workflows

Sends USDC to any Ethereum address or ENS name on Base. You provide an amount and a recipient (like vitalik.eth or a 0x address), and it handles the transfer through a CLI tool. You can send USDC with

Setup & Installation

npx skills add https://github.com/coinbase/send-usdc --skill send-usdc
or paste the link and ask your coding assistant to install it
https://github.com/coinbase/send-usdc
View on GitHub

What This Skill Does

Sends USDC to any Ethereum address or ENS name on Base. You provide an amount and a recipient (like vitalik.eth or a 0x address), and it handles the transfer through a CLI tool. You can send USDC without opening a browser or logging into an exchange, just a single terminal command with amount and recipient.

When to use it

  • Working with send usdc functionality
  • Implementing send usdc features
  • Debugging send usdc related issues