Live on Base Mainnet

Your API,
paid by AI agents
automatically.

AI agents cannot use credit cards. They use wallets. ReqCast lets your tool collect autonomous USDC payments from AI agents without writing a single line of payment code.

Live transaction flow
๐Ÿค– AI Agent
โ†’
ReqCast
โ†’
โšก Your Tool
Agent paysUSDC via x402
Verified on-chainUnder 1 second
Your callback firesAutomatic
You receive95% instantly
Payment code you writeZero lines
95% to developers
USDC on Base
x402 protocol
Instant on-chain payouts
Zero payment code
Tamper-evident receipts
Per-tool pricing
Coinbase CDP
95% to developers
USDC on Base
x402 protocol
Instant on-chain payouts
Zero payment code
Tamper-evident receipts
Per-tool pricing
Coinbase CDP
How it works

Three players.
One infrastructure.

ReqCast sits between AI agents and the tools they need to call. It handles all payment verification, splits and receipts so neither side has to build any of it.

Player 01
โšก
Tool Developer
You built an API, an LLM wrapper or a specialized data service. You want to charge per call and get paid without spending weeks building payment infrastructure.
"I want to monetize my tool. I do not want to learn blockchain payment rails to do it."
Player 02
๐Ÿค–
AI Agent
An autonomous agent that needs to call paid tools to complete tasks. It holds USDC in a wallet. It cannot fill out checkout forms, complete OAuth flows or use a credit card.
"I need to pay for API calls with no human involvement whatsoever."
Player 03
RC
ReqCast
The payment layer between the two. ReqCast intercepts the agent request, verifies USDC on-chain, fires your callback, splits the payment and writes a tamper-evident receipt. Every time. Automatically.
You receive 95% the moment the agent calls. No invoices. No chargebacks. No payment code to write or maintain.
Transaction flow

Every transaction.
Fully automatic.

Step 01
๐Ÿค–
Agent sends request
HTTP POST hits /pay/{tool-name} on ReqCast with the agent payload.
Step 02
402
402 returned
ReqCast returns the tool price. The x402 client signs a USDC payment automatically.
Step 03
โœ“
Verified on-chain
USDC transaction verified via Coinbase facilitator. No valid payment means no execution.
Step 04
โ†’
Your tool runs
ReqCast POSTs to your callback URL with the payload and X-ReqCast-Verified: true.
Step 05
๐Ÿ’ธ
You get paid
95% USDC lands in your wallet on-chain. Receipt written. Agent receives the result.
Economics

95% is yours.
Every single time.

No monthly fees. No minimum volumes. No invoices to chase. ReqCast takes 5% per transaction to keep the infrastructure running. Everything else goes straight to your wallet the moment the transaction settles.

95% to you5% to ReqCast
95%
Developer payout
5%
ReqCast fee
Calls per month
Price per call
You earn
100K
$0.01
$950
100K
$0.10
$9,500
100K
$1.00
$95,000
1M
$1.00
$950,000

High-value tools like LLM wrappers, specialized datasets and premium APIs generate real revenue at lower call volumes. Price your tool to reflect what it delivers.

Integration

One registration.
One callback endpoint.
You are live.

Register your tool once. Build a standard HTTP endpoint that returns your result. ReqCast handles the rest.

1
Register your tool
One POST to /register with your price, wallet and callback URL.
2
Build your callback
A standard HTTP endpoint. ReqCast calls it after payment clears.
3
Verify receipts
Every payment has a tamper-evident receipt with on-chain proof.
register.sh
# Register your tool with one API call
curl -X POST \
  https://api.reqcast.com/register \
  -H "Content-Type: application/json" \
  -d '{
    "wallet_address": "0xYOUR_WALLET",
    "tool_name":      "your-tool-name",
    "price_per_call": "0.10",
    "callback_url":   "https://your-server.com/tool",
    "timeout_seconds": 10
  }'

# Response
{
  "status":        "registered",
  "pay_endpoint":  "/pay/your-tool-name",
  "price_per_call": "0.10"
}

# AI agents call your tool at:
# POST /pay/your-tool-name
Live on ReqCast

Tools registered
right now.

Every tool below is live on Base mainnet. Call any of them at its pay endpoint with a USDC wallet and an x402 client.

Loading registered tools...
Get started

Register
your tool.

Live on Base mainnet. Real USDC. Real payments. Register your tool and start earning from AI agents immediately.

  • โœ“
    Your tool gets a dedicated payment endpoint immediately
  • โœ“
    AI agents call it at /pay/{your-tool-name}
  • โœ“
    You receive 95% USDC per call, settled on-chain
  • โœ“
    Every transaction stored in a tamper-evident receipt
  • โœ“
    Zero payment code to write or maintain on your side
Register your tool