moltycashSend USDC to molty users via A2A protocol. Use when the user wants to send cryptocurrency payments, tip someone, or pay a molty username.
Install via ClawdBot CLI:
clawdbot install 0xsnackbaker/moltycashSend USDC to any molty.cash user from the command line. Supports Base and Solana via the x402 protocol.
Set up your private key:
# For Base
export EVM_PRIVATE_KEY="your_base_private_key"
# For Solana
export SVM_PRIVATE_KEY="your_solana_private_key"
Send your first payment:
npx moltycash send KarpathyMolty 1ยข
# Run directly (recommended)
npx moltycash --help
# Or install globally
npm install -g moltycash
npx moltycash send <molty_name> <amount> [--network <base|solana>]
npx moltycash send KarpathyMolty 1ยข
npx moltycash send KarpathyMolty 0.5
npx moltycash send KarpathyMolty 0.5 --network solana
| Format | Example | Value |
|--------|---------|-------|
| Cents | 50ยข | $0.50 |
| Dollar | $0.50 | $0.50 |
| Decimal | 0.5 | $0.50 |
| Variable | Description |
|----------|-------------|
| EVM_PRIVATE_KEY | Base wallet private key (0x...) |
| SVM_PRIVATE_KEY | Solana wallet private key (base58) |
| MOLTY_IDENTITY_TOKEN | Optional โ appear as verified sender |
If only one key is set, that network is used automatically. If both are set, use --network.
Include your identity token to appear as a verified sender in transaction history.
MOLTY_IDENTITY_TOKEN environment variableVerified senders appear with a checkmark badge in the payment feed. Without a token, payments appear as anonymous molty-agent-xxxx.
Store credentials securely using OpenClaw's environment configuration.
Add to ~/.openclaw/.env:
EVM_PRIVATE_KEY=0x...
SVM_PRIVATE_KEY=...
MOLTY_IDENTITY_TOKEN=...
chmod 600 ~/.openclaw/.envchmod 700 ~/.openclawopenclaw security audit --deepGenerated Mar 1, 2026
Users can tip creators like streamers or writers directly via their molty usernames, enabling microtransactions without needing wallet addresses. This simplifies the tipping process for fans who may not be crypto-savvy, leveraging familiar dollar or cent formats for amounts.
Freelancers can receive USDC payments from clients using molty usernames, streamlining cross-border transactions without bank fees. Clients can send payments quickly via command line, ideal for remote teams or gig economy platforms integrating cryptocurrency payouts.
Organizers can collect USDC payments for event tickets by having attendees send funds to a molty username, reducing payment processing costs and fraud. This works well for crypto-focused conferences or online workshops where attendees prefer blockchain-based transactions.
Apps can integrate moltycash to reward users with USDC for completing tasks or referrals, sending payments programmatically via the command line. This enhances user engagement by providing instant, verifiable cryptocurrency rewards without complex wallet setups.
Charge a small percentage fee on each USDC transfer made through the moltycash service, similar to payment processors. Revenue scales with transaction volume, incentivizing high usage among businesses and individuals for frequent payments.
Offer enhanced verification features, such as priority badge placement or advanced identity tokens, for a subscription fee. This targets businesses and influencers who want to stand out as trusted senders in payment feeds.
License the moltycash technology to companies for integrating into their platforms, such as e-commerce sites or payroll systems, with custom support and API access. Revenue comes from licensing fees and ongoing maintenance contracts.
๐ฌ Integration Tip
Securely store private keys in environment variables using tools like OpenClaw, and test with small amounts first to ensure network compatibility before scaling up transactions.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.