Pricing
x402 Cloud has no monthly fees, no subscriptions, and no minimums. You pay nothing until your services earn revenue.
Plans
| Plan | Platform Fee | Requests | Price |
|---|---|---|---|
| Free | 0% | Up to 1,000/month | $0 |
| Pro | 5% | Unlimited | Pay per request |
| Enterprise | 3% | Unlimited | Contact sales |
Free
Deploy, experiment, and get your first paying agents with zero friction. No credit card, no catch. You keep 100% of your first 1,000 settled requests each month.
Pro
After 1,000 settled requests in a month, a flat 5% platform fee applies. One number, easy to remember. At typical x402 pricing ($0.01-$0.10/request), that's $0.50-$5.00 per thousand requests for hosted compute, payments, logging, and discovery.
Example: Your service charges $0.01 per request. A caller pays $0.01 in USDC on Base. Bankr takes $0.0005 (5%) and you receive $0.0095.
Enterprise
For teams doing serious volume who want SLAs, priority support, custom domains, or dedicated infrastructure. 3% platform fee with custom terms. Contact sales.
What Counts as a Request
Only successful, settled requests count toward your monthly total and incur the platform fee:
- The caller must include a valid x402 payment
- Your handler must return a successful response (status < 400)
- The payment must settle on-chain
Requests that are not counted:
- 402 responses (payment required prompts) — these are free
- Failed handler responses (4xx, 5xx) — payment is not settled
- Requests to paused services — return 404, no payment
Compute Costs
Included. There is no separate charge for compute, storage, or bandwidth. Your service runs on Bankr's infrastructure at no additional cost.
| Resource | Cost |
|---|---|
| Compute (per invocation) | Included |
| Memory (256 MB per service) | Included |
| Execution time (up to 30s) | Included |
| Bundle storage | Included |
| Encrypted env vars | Included |
| Request logs (90 day retention) | Included |
Payment Tokens
Callers pay in USDC on Base — the most widely supported stablecoin for x402 payments.
Settlement
Payments settle on-chain on Base after your handler returns successfully. Settlement is handled atomically by the BankrFeeRouter smart contract — your share goes directly to your wallet in the same transaction.
Your revenue goes directly to your configured wallet address. You can change your pay-to address at any time via the dashboard or CLI.
Rate Limits
| Limit | Value |
|---|---|
| Deploys per hour | 20 |
| Services per account | Unlimited |
| Requests per service | Unlimited |
| Env vars per account | Limited by 4KB total size |
Compared to Traditional API Hosting
| x402 Cloud | Traditional (Vercel, AWS, etc.) | |
|---|---|---|
| Upfront cost | $0 | $0-$20/mo |
| Payment integration | Built in (x402) | Stripe setup, billing logic |
| Revenue collection | On-chain, instant | Invoice, 30-day net terms |
| Per-request billing to callers | Automatic | Build it yourself |
| Agent-discoverable | Yes | No |
| Infrastructure management | None | VMs, containers, scaling |
Price Minimums
Services must charge at least $0.000001 per request (1 micro-dollar). There is no maximum price.