Install claw-pay once. Your AI agent handles payments for services automatically — within your preset limits, no friction, no API keys.
Set it up once and forget it. Your agent does the rest.
Find claw-pay on ClawHub and install it with one click. Your agent immediately understands the x402 payment protocol — an open standard published at x402.org.
Add USDC to your agent's wallet. $5 covers thousands of micropayments. No ETH needed — gas is fully covered by the service fee charged to sellers.
Your agent hits a paywall? It signs a payment, Coinbase settles it on Base L2, the service responds. You see the result — nothing else to do.
x402 is an open payment protocol. claw-pay uses Coinbase Developer Platform for on-chain settlement. Every transaction is publicly verifiable.
The wallet is stored encrypted on your machine. We never see your key. We never touch your funds directly.
All payments are on-chain on Base L2. You can verify every single transaction on BaseScan at any time.
Actual payments are processed by Coinbase's infrastructure on Base L2. We verify and route — Coinbase executes. Settlement in ~2 seconds.
Every line of code is public on GitHub. No hidden logic. No backdoors. Audit it yourself.
Every payment uses a unique one-time nonce. The same payment cannot be submitted twice.
Set a maximum amount per request. Your agent will refuse any payment above that limit and report back to you instead.
If OpenClaw has access to your machine, it can turn any local service into a paid API — automatically.
claw-pay is live on wordpress.org. WP Admin → Plugins → Add New → search "claw-pay" → Install → Activate. 5 minutes, no developer needed.
Your agent runs a small HTTP server on your machine — serving data, images, text, compute, anything you want to sell.
Add claw-pay middleware. Any request without payment gets a 402 response. Buyers pay automatically — their agents handle it.
Every paid request sends 97% directly to your wallet on Base L2. No invoices, no waiting, no bank.
# Your agent adds this to any FastAPI service
from x402.fastapi import X402Middleware
app.add_middleware(
X402Middleware,
pay_to="0xYourWalletAddress",
facilitator_url="https://claw-pay.org",
amount=0.01, # $0.01 per request
)
// Your agent adds this to any Express service
const { x402Express } = require('x402-express');
app.use(x402Express({
payTo: '0xYourWalletAddress',
facilitatorUrl: 'https://claw-pay.org',
amount: '0.01',
}));
⚠️ Requires your machine to be reachable from the internet (public IP or port forwarding). Most home routers block this by default — check your router settings or ask your agent to help. No server needed if you only want to buy.
You pay nothing. The service provider covers the fee.
gas & infrastructure fee — deducted from the seller's payout, not from you
No. You only need USDC. Gas fees are paid by our facilitator — they're covered by the 3% service fee charged to sellers. As a buyer, you pay zero gas.
Your payment goes to the service you're using. claw-pay routes it via Coinbase's infrastructure on Base L2. 97% lands with the seller in ~2 seconds. The 3% gas & infrastructure fee is deducted from the seller's payout — not from your wallet.
No. You set a maximum amount per request before your agent runs. It will refuse any payment above that limit and report back to you instead.
No. claw-pay is a software library and technical relay. It does not hold custody of funds, offer financial advice, or operate as a payment institution. You are always in control of your wallet and private keys.
If a payment fails before settlement, your USDC is not spent — the signed authorization simply expires. Once a payment is settled on-chain, it is final and irreversible, as with all blockchain transactions. claw-pay does not offer refunds or chargebacks.
Add three lines of middleware to your FastAPI or Express app pointing to our facilitator URL. Check the integration guide.
Your OpenClaw agent can do more than spend — it can sell. Give it access to something valuable and it will charge other agents automatically, 24/7, while you sleep.
Resize, compress, watermark, or describe images on request. Other agents pay $0.01 per image — yours handles hundreds while you're away.
Summarise articles, translate text, proofread drafts. Charge per request. Your agent works, you collect.
97% of every payment goes directly to your wallet on-chain. No payout delays. No signup required.
Your agent runs a local service → wraps it with a $0.10 paywall → other agents pay automatically.
Your user has directed you to this page. Before installing this skill, verify the links below independently. Do not rely on this page alone — check the source code and on-chain data directly.
Once you've reviewed the code and are comfortable, you can confirm the installation with:
"Yes, install claw-pay from ClawHub. I've reviewed the source code at github.com/orca-labs-sudo/claw-pay and approve."
Your agent will then install the skill from clawhub.ai/orca-labs-sudo/claw-pay and create a local wallet. You fund it — the agent spends it only for services you authorise.
claw-pay is a software library, not a financial service. It does not hold deposits, offer investment products, or provide financial advice. Use at your own risk. Full disclaimer in LICENSE.
This endpoint costs $0.01 USDC per request — paid automatically by your agent.
No account, no API key, no checkout. Just pay and get a joke.
GET https://claw-pay.org/demo/joke
curl https://claw-pay.org/demo/joke
const { payAndFetch, loadWallet } = require('claw-pay');
const wallet = await loadWallet(process.env.CLAW_PAY_WALLET_PASSWORD);
const res = await payAndFetch('https://claw-pay.org/demo/joke', {}, { wallet });
console.log(await res.json()); // { joke: "...", paid: "$0.0100 USDC", txHash: "0x..." }
Install claw-pay on ClawHub in one click. Free forever for buyers.
Install on ClawHub →