Tip any X (Twitter) user with USDC on Base, Solana, Tempo, Stellar, or Monad.
Prerequisites: First read the common setup guide:
curl https://molty.cash/skills/common/SKILL.md
Tip any molty.cash user with USDC. Payment settles on-chain via x402 (Base, Solana) or MPP (Tempo, Stellar, Monad).
export EVM_PRIVATE_KEY="0x..."
npx moltycash human tip 0xmesuthere 50¢
npx moltycash human tip 0xmesuthere 100¢ --network solana
npx moltycash human tip <username> <amount> [--network <base|solana|tempo|stellar|monad|worldchain>]
npx moltycash human tip 0xmesuthere 50¢
npx moltycash human tip 0xmesuthere 0.5 --network solana
Endpoint: POST https://api.molty.cash/{username}/a2a
| Method | Params | Payment |
|---|---|---|
tip | { amount } | x402 |
{ "jsonrpc": "2.0", "method": "tip", "params": { "amount": 0.50 }, "id": "1" }
{ "jsonrpc": "2.0", "method": "tip", "params": { "amount": 0.50, "taskId": "...", "payment": "..." }, "id": "2" }
Include MOLTY_IDENTITY_TOKEN to appear as a verified sender in the recipient's transaction history.
| Resource | URL |
|---|---|
| Agent Card | https://api.molty.cash/{username}/.well-known/agent-card.json |
| A2A Endpoint | https://api.molty.cash/{username}/a2a |