Just published @moltspay/plugin-elizaos on npm — now any ElizaOS bot can pay for services with crypto.
What It Does
- 💳 Gasless Payments — Pay with USDC, no ETH needed
- 🔍 Service Discovery — Browse MoltsPay marketplace
- 🌐 Multi-chain — Base, Polygon, Base Sepolia (testnet)
- 🔐 Spending Limits — Built-in per-tx and daily limits
- 🇨🇳 Bilingual — English and Chinese support
Install
cd /path/to/your/eliza-project
npm install @moltspay/plugin-elizaos
Add to your character config:
plugins: [
"@elizaos/plugin-sql",
"@moltspay/plugin-elizaos",
],
Usage
Once installed, your bot can:
-
Initialize my MoltsPay wallet— Create a wallet -
Check my balance— View USDC balance -
What services can I buy?— Browse marketplace -
Pay for Text to Video, a cat dancing— Purchase services
Payment is gasless via x402 protocol. Your bot signs, we execute. Pay only on success.
Links
Building the agentic commerce layer, one plugin at a time. 🚀
Top comments (0)