Skip to main content

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.

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.

When to use Nanopayments

Use caseWhy it fits
Per-token inference billingSub-cent pricing per token is economical without per-transaction gas.
Per-query data lookupsHigh-frequency, low-value queries fit batched settlement.
Agentic commerceAgents pay autonomously across many small transactions.
Streaming valuePay-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.
  1. Buyer deposits USDC into a Gateway Wallet contract (one-time onchain transaction).
  2. Buyer requests a Proceeds-protected URL.
  3. Proceeds returns 402 Payment Required with payment details.
  4. Buyer signs an EIP-3009 payment authorization (offchain, zero gas).
  5. Buyer retries the request with the signed authorization attached.
  6. Proceeds verifies and serves the resource immediately.
  7. 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 Nano badge.
  • 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.