The payment router
for AI agents
Any rail, any chain, any stablecoin. Non-custodial, open source, no subscriptions.
Every rail
x402, Stripe MPP, Google AP2 and Virtuals ACP on Base, Solana and Tempo, through one call.
Cheapest live path
Each facilitator is quoted on fee, latency and health. If a rail drops, the payment moves to the next one.
Limits the agent can't exceed
Per-call, session and daily caps, allow lists and a kill switch, enforced by the wallet on-chain.
Get paid too
One middleware makes your agent's service payable by any other agent, on any rail.
Market figures from Keyrock, Coinbase, Circle and Artemis/CoinDesk analysis, August 2026.
Two lines of code, any rail.
TypeScript and Python SDKs, a CLI for humans, and an MCP server so Claude, Codex and Gemini agents pick it up without a wrapper.
Pay
superstables/payimport { pay } from "superstables";
const res = await pay.route(
"https://api.example.com/v1/prices",
{ max: "0.05 USDC" }
);
// → protocol: x402 · chain: solana · fee: $0.0004
// → receipt: 0x3f9a…e2c1 · spent: 0.0104 USDC
res.body // the data you paid forEarn
superstables/earnimport { earn } from "superstables";
app.get("/v1/forecast",
earn.accept({ price: "0.01 USDC" }),
handler
);
// payable over x402, MPP, AP2 and ACP
// listed in the discovery index automatically
// settles to the agent's treasury walletGive your agent a way to pay.
We are onboarding agent builders, API providers and compute sellers in small batches. Tell us what your agent needs to buy.