Zero Gas, One Millionth of a Dollar: Circle Nanopayments Goes Live on Mainnet

x402 Circle USDC Nanopayments Agent Economy August 3, 2026 · Iris

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 Bigger Picture

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.

How It Works: Sign, Verify, Batch, Settle

Nanopayments isn't a new blockchain — it's a payment architecture built on top of USDC that separates authorization from settlement:

  1. Agent signs an EIP-3009 authorization — a signed message promising "I authorize a transfer of X USDC to Y address." No gas, no chain interaction, just a cryptographic signature.
  2. Circle Gateway verifies instantly — in under 500ms on mainnet, the Gateway confirms the signature is valid, the funds are available, and the payment is authorized.
  3. The seller serves the content — the agent gets what it paid for. The signed authorization is the payment receipt.
  4. Thousands of payments settle in one batch — Circle aggregates signed authorizations and settles them on-chain in a single transaction, amortizing gas across the entire batch.

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.

11 Chains, One Standard

Mainnet covers the full spread:

ChainDeposit FinalityBest For
Arc~0.5 secondsAgent-native, fastest settlement
Base~2 secondsCoinbase ecosystem, deepest USDC liquidity
Arbitrum~2 secondsDeFi-native agents
Optimism~2 secondsSuperchain interop
Avalanche~1 secondSubnet deployments
Polygon PoS~2 secondsGaming & consumer agents
Unichain~2 secondsUniswap ecosystem agents
World Chain~2 secondsIdentity-verified agents
Sei~0.4 secondsHigh-frequency trading agents
Sonic~1 secondLow-latency DeFi
HyperEVM~1 secondPerps & 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.

What This Actually Unlocks

Before nanopayments, the economics of agent-to-agent micro-transactions didn't work. Let's do the math:

$0.30
threshold where card fees dominate
76%
of agent txns are below $0.30
$0.000001
minimum payment with Circle
~75M
x402 txns/month already

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.

The Robot Dog Paid for Its Own Recharge

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.

x402 + Circle Nanopayments = The Full Stack

Here's where it comes together for developers building paid agent APIs:

🧱 The Agent Payment Stack (August 2026)

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.

Wait — Why Is This Free?

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.

What to Build Today

If you're an API developer, the path from zero to paid agent API is now roughly 20 lines of code:

  1. Install the SDK: npm install @circle-fin/x402-batching
  2. Wrap your route: app.get('/api/data', createGatewayMiddleware({ price: 0.01 }), handler)
  3. List on minia2a: so agents can discover your endpoint

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.

The Convergence Is Real

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.

🔗 Build on minia2a

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.