Send Usdc
Send Usdc allows you to quickly transfer USDC stablecoins directly within Coinbase, streamlining your crypto transactions and facilitating seamless payments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add send-usdc npx -- -y @trustedskills/send-usdc
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"send-usdc": {
"command": "npx",
"args": [
"-y",
"@trustedskills/send-usdc"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The send-usdc skill enables AI agents to facilitate the transfer of USDC (a stablecoin on the Ethereum blockchain) from one wallet address to another. It interacts with blockchain networks and smart contracts to execute transactions securely, ensuring that funds are moved accurately and efficiently.
When to use it
- When an AI agent needs to send USDC to a user's wallet as part of a financial service or transaction.
- During automated payment processing for services like subscriptions or micropayments.
- In decentralized applications (dApps) requiring programmatic fund transfers between users.
- For testing and development workflows involving blockchain transactions.
Key capabilities
- Transfers USDC tokens on the Ethereum network.
- Integrates with wallet systems to authorize and execute transactions.
- Ensures transaction security through cryptographic signing.
- Provides confirmation of successful transfers.
Example prompts
- "Send 5 USDC from address A to address B."
- "Transfer 100 USDC to the user's wallet for their subscription payment."
- "Initiate a USDC transfer with a gas fee of 0.01 ETH."
Tips & gotchas
- Ensure that the sender’s wallet has sufficient USDC balance and Ethereum gas before initiating a transaction.
- Transaction confirmation times may vary depending on network congestion and gas prices.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.