x402 Router
How it worksQuick startLive Dashboard →
Live on Base mainnet

Discovery, routing, and reputation
for x402 agent commerce

x402 solves how an agent pays one endpoint. We solve which one to pay — ranking every provider in a category by live reputation, paying the best one, and falling back automatically when it fails.

Get startedView live activity
Active providers
Real payments routed
Success rate
$0
USDC settled on Base

How it works

1
Providers register
Any paid API self-registers with its category, price, and receiving wallet. Takes one API call.
2
Agent asks for a category
One SDK call: request({ category: "price-feed", maxPrice: 0.02 }). No payment code to write.
3
Router ranks and pays
Every candidate is ranked by live reputation (success rate + latency), then paid via x402 on Base.
4
Reputation updates
The real outcome — success or failure, latency — is reported back automatically, shaping the next ranking.
For agent developers

One call, every provider

Stop hardcoding one endpoint and hoping it stays up. Ask for a category, get the best available provider, automatically.

import { request } from "router-sdk";

const result = await request({
  category: "price-feed",
  maxPrice: 0.02,
});

console.log(result.provider.name, result.data);
For providers

Monetize your API in minutes

Wrap your existing endpoint with x402 payment middleware, register once, and every agent using the router can find and pay you.

curl -X POST ${REGISTRY_URL}/providers \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Your Provider",
    "category": "price-feed",
    "endpoint_url": "https://your-api/route",
    "price_usdc": 0.01,
    "wallet_addr": "0xYourWallet"
  }'

Ready to plug in?

Everything above is running right now, live, on Base mainnet — real providers, real payments, real reputation. Watch it happen.

Open the live dashboard →
x402 Agent Commerce Router — built on Coinbase's x402 protocol, running on Base.