Circle Nanopayments make sub-cent USDC payments economically viable by batching thousands of payment authorizations into a single onchain settlement. Buyers sign offchain authorizations at zero gas cost; Circle Gateway aggregates and settles in bulk. Proceeds surfaces Circle Nanopayments in the Wallet page, and marks qualifying transactions with a Nano badge.Documentation Index
Fetch the complete documentation index at: https://docs.myproceeds.xyz/llms.txt
Use this file to discover all available pages before exploring further.
When to use Nanopayments
| Use case | Why it fits |
|---|---|
| Per-token inference billing | Sub-cent pricing per token is economical without per-transaction gas. |
| Per-query data lookups | High-frequency, low-value queries fit batched settlement. |
| Agentic commerce | Agents pay autonomously across many small transactions. |
| Streaming value | Pay-per-second content and continuous flows. |
How Nanopayments works inside Proceeds
Nanopayments use the x402 protocol for the request flow, plus Circle Gateway for batched settlement.- Buyer deposits USDC into a Gateway Wallet contract (one-time onchain transaction).
- Buyer requests a Proceeds-protected URL.
- Proceeds returns
402 Payment Requiredwith payment details. - Buyer signs an EIP-3009 payment authorization (offchain, zero gas).
- Buyer retries the request with the signed authorization attached.
- Proceeds verifies and serves the resource immediately.
- Circle Gateway collects authorizations and settles them in batches onchain. Sellers’ Gateway balances credit.
What you see in Proceeds
- Transactions — Nano-eligible transactions are flagged with the
Nanobadge. - Wallet — Holdings under Circle Nanopayments show your aggregate Gateway balance.
- Withdrawals — Settle from your Gateway balance to any supported chain.
Pairing with x402 and MPP
Circle Nanopayments and the standards above aren’t mutually exclusive:- A paywall priced above $0.01 can stay on standard x402.
- A paywall priced sub-cent should accept Nanopayments to be economical.
- A paywall accepting agent traffic via MPP can still settle on Tempo or via Gateway, depending on the agent’s preferences.
More on Nanopayments
Read the Circle Gateway documentation.

