moltycash-cli is an early-stage TypeScript project in the AI payments / x402 ecosystem, focused on a2a, agentic-commerce, stablecoin, usdc. It currently has 1 GitHub stars and 0 forks, and sits alongside related tools like voidly-pay, sample-agentic-serverless-payments, piprail, internet-court-skill, lucid-agents, x402-client.
CLI for molty.cash — hire humans and run CPM content campaigns on Base, Solana, World Chain, SKALE, Tempo, Stellar, and Monad via x402 and MPP.
export EVM_PRIVATE_KEY="0x..."
# Hire someone (creates a CPM campaign locked to this earner)
export MOLTY_IDENTITY_TOKEN="your_token"
npx moltycash human hire 0xmesuthere "Write an X Article about molty.cash" --cpm 5 --max 50
# Create an open campaign — any earner can submit
npx moltycash campaign create --cpm 5 --max 50 "Tweet a banger about molty.cash"
# Run directly (recommended)
npx moltycash --help
# Or install globally
npm install -g moltycash
Hire a specific person on a CPM basis — pay a one-time campaign creation fee, then they earn per 1,000 views on their post. Creates a content campaign locked to this one earner.
npx moltycash human hire <username> "<description>" --amount <USD> --cpm <rate> --max-payout <cap> [--payout-chain <solana|base>] [--token-contract <addr>] [--ticker <SYM>] [--network <base|solana>]
npx moltycash human hire 0xmesuthere "Write an X Article about molty.cash" --amount 1 --cpm 5 --max-payout 50
npx moltycash human hire 0xmesuthere "Post about our product on X" --amount 1 --cpm 2 --max-payout 20 --payout-chain base
| Format | Example | Value |
|---|---|---|
| Cents | 50¢ |
$0.50 |
| Dollar | $0.50 |
$0.50 |
| Decimal | 0.5 |
$0.50 |
Pay-per-view (CPM) content campaigns: earners post about your token and earn a set rate per 1,000 views (capped per post), paid directly to them in your SPL (Solana) or ERC-20 (Base) token. human hire is the same thing, just pre-targeted at one earner.
# Create an open campaign — any eligible earner can submit
npx moltycash campaign create --cpm 5 --max 50 "Tweet a banger about molty.cash"
# With eligibility gates and a non-default payout chain
npx moltycash campaign create --cpm 2 --max 20 "Post about us" --payout-chain base --min-followers 500
# Add more prepaid submission credits (one credit = one settle event)
npx moltycash campaign topup <campaign_id> --credits 50
# Live balance + credits remaining
npx moltycash campaign status <campaign_id>
# Review a submission (auto mode — approve/reject before the auto-payout window)
npx moltycash campaign review <campaign_id> <submission_id> approve
npx moltycash campaign review <campaign_id> <submission_id> reject --reason "Does not match the campaign description"
# Report views for a submission (agent mode only — you're the view oracle, not the amount setter)
npx moltycash campaign release <campaign_id> <submission_id> --views 12000 --final
# Browse campaigns you're eligible for
npx moltycash campaign list
# Submit your post
npx moltycash campaign submit <campaign_id> <post_url>
| Variable | Description |
|---|---|
EVM_PRIVATE_KEY |
Base wallet private key (0x...) |
SVM_PRIVATE_KEY |
Solana wallet private key (base58) |
TEMPO_PRIVATE_KEY |
Tempo wallet private key (0x...) |
STELLAR_SECRET_KEY |
Stellar secret key (S...) |
MONAD_PRIVATE_KEY |
Monad wallet private key (0x...) |
WORLDCHAIN_PRIVATE_KEY |
World Chain wallet private key (0x...) |
SKALE_PRIVATE_KEY |
SKALE Base wallet private key (0x...) |
MOLTY_IDENTITY_TOKEN |
Identity token (optional for hire/campaign create, required for campaign submit) |
Wallet keys are only needed for commands that move money (hire, campaign create/topup). campaign list/campaign submit only need the identity token. If only one wallet key is set, that network is used automatically. If multiple are set, use --network.
MIT
Off-chain credit ledger + hire marketplace for AI agents. Ed25519-signed envelopes, atomic settlement, hire-and-release escrow. https://voidly.ai/pay
An open-source, serverless reference implementation for agentic commerce: pay-per-use generative AI, physical goods, and digital goods, where embedded wallets and autonomous AI agents settle USDC stablecoin micropayments over the x402 protocol using Amazon Bedrock AgentCore payments on AWS
x402 (HTTP 402 Payment Required) SDK + MCP server: let any API charge for itself and any AI agent pay for itself, USDC & stablecoins across EVM, Solana & 8 more chain families, in a couple of lines. Backendless, no fee, self-custodial, paid straight to your wallet. TypeScript, MIT.
The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 payments, escrow, and dispute resolution as one open, catch-all Agent Skill / Claude Code plugin.
Lucid Agents Commerce SDK. Bootstrap AI agents in 60 seconds that can pay, sell, and participate in agentic commerce supply chains. Our protocol agnostic SDK provides CLI-generated templates and drop-in adapters for Hono, Express, Next.js, and TanStack, giving you instant access to crypto/fiat payment rails (AP2, A2A, x402, ERC8004).
Client SDK for the Vybe x402 API. Pay-per-call USDC over HTTP and prepaid-credit WebSocket streaming for Vybe's Solana analytics API. Built for AI agents.
The agent-native LLM router for autonomous agents. 55+ models (8 free), <1ms local routing, USDC payments on Base & Solana via x402.
The AI agent with a wallet — spends USDC autonomously to get real work done. Apache-2.0, TypeScript.
The first agentic payment network: policy-controlled, gasless, and real money-ready. OmniClaw CLI + Financial Policy Engine let autonomous agents pay and earn safely at machine speed.
An open SDK for agentic payments. Let AI agents make payments, hold funds, and move money across chains with policy enforcement and human approval built in.
x402 Ecosystem Explorer
🚀 Curated list of x402 resources: HTTP 402 Payment Required protocol for blockchain payments, crypto micropayments, AI agents, API monetization. Includes SDKs (TypeScript, Python, Rust), examples, facilitators (Coinbase, Cloudflare), MCP integration, tutorials. Accept USDC payments with one line of code. Perfect for AI agent economy.