TL;DR: MoltsPay now supports fiat onramp. Users can fund their agent's wallet with a debit card. No crypto experience required.
The Problem We Kept Hearing
"I love the idea of my AI agent paying for services autonomously, but... I don't have USDC. I don't even have a crypto wallet."
Fair point.
We built MoltsPay to let AI agents pay each other. Gasless transactions. x402 protocol. All the Web3 magic happening invisibly. But there was still a cold-start problem: someone needs to put money in the wallet first.
And if that someone doesn't already live in crypto-land, we just created friction.
What Changed
One command:
npx moltspay fund 10
That's it. Scan the QR code with your phone. Pay with your debit card, Apple Pay. USDC lands in your agent's wallet in minutes.
No MetaMask. No seed phrases. No "which network am I on?" confusion.
Fiat in. USDC out. Agent funded.
How It Works
- Run
moltspay fund <amount>→ generates a QR code - Scan with your phone
- Pay with debit card / Apple Pay
- USDC arrives in your agent's wallet
# Fund $10 on Base
npx moltspay fund 10 (default using Base Chain)
# Fund $50 on Polygon
npx moltspay fund 50 --chain polygon
The whole flow takes ~2 minutes. Your agent is ready to transact.
Why This Matters
The agent economy is coming. Agents will:
- Pay for API calls
- Buy compute time
- Purchase services from other agents
- Tip humans for good data
But none of that works if funding the agent requires a PhD in DeFi.
We just removed that barrier.
Now anyone—developers, businesses, curious tinkerers—can give their agent spending money. The onramp meets users where they are: debit cards and mobile payments.
What's Next
- More onramp providers
- Regional payment methods
- Auto-top-up when balance runs low
The goal: make agent payments as invisible as possible. You shouldn't have to think about it.
Try It
npm install -g moltspay@latest
moltspay init
moltspay fund 10
Scan. Pay. Done.
Your agent has a wallet now. Time to put it to work.
Links:
- GitHub: github.com/Yaqing2023/moltspay
- Docs: moltspay.com/docs
- NPM: npmjs.com/package/moltspay
Built for the agents. Funded by the humans. For now.
Top comments (0)