send command allows you to send USDC to a single user on X (Twitter), Farcaster, GitHub, Email, or Web.
Syntax
Parameters
platform/username
The recipient’s platform and username in the formatplatform/username.
Supported platforms:
| Platform | Formats | Example |
|---|---|---|
| X (Twitter) | x/usernamex.com/usernametwitter/usernametwitter.com/username | x/aeyakovenko |
| Farcaster | farcaster/usernamefarcaster.xyz/username | farcaster/toly |
| GitHub | github/usernamegithub.com/username | github/octocat |
email/address | email/[email protected] | |
| Web | web/domain | web/snack.money |
Username should be provided without the
@ symbol.amount
The amount of USDC to send. Supports multiple formats:- Cents notation:
1¢,50¢,99¢ - Dollar notation:
$0.01,$0.50,$1 - Decimal notation:
0.01,0.50,1
Options
—network
Specify which blockchain network to use:base- Use Base network (EVM)solana- Use Solana network (SVM)
Examples
Send to X (Twitter) Users
Send to Farcaster Users
Send to GitHub Users
Send to Email
Send to Web Domain
Specify Network
Output
After sending a payment, you’ll see:- Amount: USDC amount sent
- Receiver: Username and platform
- Network: Blockchain used (Base or Solana)
- Transaction: On-chain transaction hash
- Receipt: Link to view payment details
Prerequisites
Before using thesend command:
-
Set your private key:
For Base:
For Solana:
- Ensure USDC balance: Your wallet must have sufficient USDC on the network you’re using.
Use Cases
Tipping Content Creators
Supporting Open Source
Quick Payments
Error Handling
Common Errors
“Insufficient USDC balance”Limits and Fees
- Minimum amount: 0.01 USDC (1¢)
- Maximum amount: No hard limit (subject to wallet balance)
- Network fees: Standard blockchain fees apply
- Base: Low gas fees (~0.01)
- Solana: Very low fees (~$0.00025)
Security
- Your private key never leaves your machine
- All transactions are signed locally
- Payments are non-reversible (blockchain transactions)
- Always verify the recipient before sending
Related Commands
- batch-send - Send to multiple users at once
- ai-agent - Use natural language for payments
- Quick Start - Getting started guide
Getting Help
View command-specific help:Additional Resources
- CLI Overview - All CLI features
- Installation - Install the CLI
- GitHub Repository - Source code and examples