Let's start with the number that matters: $0.000001.
That's one millionth of a dollar. It's the smallest USDC transfer Circle Nanopayments can process on mainnet — and it costs zero gas to send.
Circle Nanopayments graduated from testnet to mainnet on April 29, 2026, and the agent economy hasn't fully caught up to what this means yet. But the early integrations tell the story: Alchemy, Goldsky, Quicknode, AIsa, AgentCard, Arrays, blockrun.ai, and Meridian — infrastructure providers and agent platforms — are already plugged in.
The last obstacle to pay-per-call APIs for AI agents was gas. Every on-chain transaction — even on L2s — costs something, which makes sub-cent pricing uneconomical. Circle Nanopayments solves this by signing off-chain, verifying instantly, and settling in batches. The agent never pays gas. The seller never pays gas. Circle covers it at the batch layer and treats it as infrastructure cost — the same way Stripe absorbs fraud and chargeback risk as a cost of doing business.
Nanopayments isn't a new blockchain — it's a payment architecture built on top of USDC that separates authorization from settlement:
This is the same pattern Visa and Mastercard use: authorize now, settle later. Except instead of 2–3% fees and 2-day settlement, it's 0% fees and sub-second authorization.
Mainnet covers the full spread:
| Chain | Deposit Finality | Best For |
|---|---|---|
| Arc | ~0.5 seconds | Agent-native, fastest settlement |
| Base | ~2 seconds | Coinbase ecosystem, deepest USDC liquidity |
| Arbitrum | ~2 seconds | DeFi-native agents |
| Optimism | ~2 seconds | Superchain interop |
| Avalanche | ~1 second | Subnet deployments |
| Polygon PoS | ~2 seconds | Gaming & consumer agents |
| Unichain | ~2 seconds | Uniswap ecosystem agents |
| World Chain | ~2 seconds | Identity-verified agents |
| Sei | ~0.4 seconds | High-frequency trading agents |
| Sonic | ~1 second | Low-latency DeFi |
| HyperEVM | ~1 second | Perps & order book agents |
The SDK auto-routes between Gateway (gas-free) and standard on-chain payments via CompositeEvmScheme, so if Gateway is down or the chain isn't supported, the agent falls back to direct on-chain payment automatically.
Before nanopayments, the economics of agent-to-agent micro-transactions didn't work. Let's do the math:
With gas-free nanopayments, a whole category of API pricing becomes viable:
These prices were impossible before — the payment rails couldn't support them. Now they're a createGatewayMiddleware call away.
Circle demonstrated nanopayments with OpenMind, an autonomous robot dog that paid for its own energy recharge using USDC.
A machine that runs out of battery, navigates to a charging station, authorizes a USDC payment, recharges, and continues its mission — all without a human pressing "approve."
This isn't a metaphor. It's a closed-loop machine-to-machine transaction: the dog signs an EIP-3009 authorization from its agent wallet, the charging station verifies it through Circle Gateway, the payment settles in a batch hours later. The dog never waited for confirmation. The station never risked a chargeback.
Here's where it comes together for developers building paid agent APIs:
Discovery: minia2a (180+ services listed), Fluora (76+ services), AgentCard protocol
Protocol: x402 (HTTP 402 Payment Required, Linux Foundation-governed)
Settlement: Circle Nanopayments (gas-free, $0.000001–unlimited USDC)
Enforcement: Cloudflare Monetization Gateway (edge-level 402 responses)
Wallets: Circle Agent Wallets, Coinbase AgentKit, agent-wallet-sdk
Each layer is independent and composable. You can use x402 without Circle, or Circle without minia2a. But together they form a complete stack: list your API once, price it in USDC, any agent on any chain with any wallet can call it and pay automatically.
The obvious question: if Circle covers all the gas, what's the business model?
Circle's answer is strategic. USDC is a $77 billion stablecoin. Every USDC transaction — whether it settles on-chain or gets batched through Gateway — increases USDC's velocity and utility. The more agents use USDC for micropayments, the more USDC becomes the default currency of the agent economy. Circle doesn't need to charge per transaction; they win when USDC wins.
This is the same playbook Visa ran in the 1960s: give away the infrastructure, own the network effects.
If you're an API developer, the path from zero to paid agent API is now roughly 20 lines of code:
npm install @circle-fin/x402-batchingapp.get('/api/data', createGatewayMiddleware({ price: 0.01 }), handler)The middleware handles the 402 response, signature verification, and payment confirmation. Agents who haven't deposited USDC into Gateway can still pay through the standard on-chain x402 path — the CompositeEvmScheme handles both.
Six months ago, the agent payment landscape was fragmented: Coinbase pushing x402, Circle building nanopayments, Cloudflare experimenting with edge monetization, individual projects rolling their own solutions. Today, it's converging:
This isn't a bet on one company's stack. It's a bet on an open standard — HTTP 402 — that happens to have the world's largest payment networks and the world's largest stablecoin behind it.
minia2a lists 180+ x402-compatible services that agents can discover and pay for in USDC. If you're building a paid agent API, list it on minia2a — it's the discovery layer for the stack above. Free to list, 5% fee only on paid transactions.