Pay per call.
Pay per report.
Pay in compute with a proof-of-work puzzle, or settle micro-amounts per call - USDC on Base, Solana, Polygon, Arbitrum, Monad, Celo, Avalanche, Sei, Optimism, Stellar, or Algorand - or USDG on Robinhood Chain. No signup, no minimum; card welcome at /reports and /credits, and monitors are the one subscription ($5, cancel anytime). The wallet is the identity.
Solve a short sha256 puzzle - a few seconds of CPU - instead of paying. No wallet at all.
An x402 client signs USDC from the agent's own wallet and retries. Settles on Base in seconds.
What each call costs.
The /v1 LLM gateway.
Point any OpenAI SDK at base_url https://agent402.tools/v1/metered and every request is quoted from its own body before payment, then settled at what the call actually used, under that quote. Same wallet-is-the-identity model as every other tool, or a prepaid credits key as the API key. The flat tiers below stay for callers that want one fixed price; omit the model on the auto tier and the gateway picks one for the prompt.
Beat the token math.
Writing, testing and debugging a CSV parser or cron calculator mid-task burns thousands of tokens - easily 10–100× the price of a tested $0.001 call. Reimplementation is the expensive path.
Stop signing every call.
Per-call pricing is the point, but a signature per call is not. Paying exact over x402 means one authorization signed and one settlement waited on for every request, which is fine for ten calls and the wrong shape for ten thousand. Two ways to pay once and then just call, both live today, both still per-request priced and still debited only on a 200.
Buy a pack by card once, then send Authorization: Bearer a402_… on any paid route. No wallet, no signature, no gas, no subscription. The list price is held before the call and debited only when it returns 200; on the metered gateway you are debited what the call actually used, not the quote.
A one-time Permit2 approval for USDC on Base turns every quote into a ceiling rather than a charge: the gateway settles the actual usage under it, per request, with no fixed tier to overpay into. Non-custodial on this rail, and the approval is yours to revoke.