FacebookTwitterLinkedInTelegramCopy LinkEmail
Blockchain

Circle Lets AI Agents Pay USDC Without Separate Gas Wallets

Circle Lets AI Agents Pay USDC Without Separate Gas Wallets

Circle’s new facilitator lets AI agents authorize USDC payments without holding separate gas tokens, while Circle handles screening, transaction submission and onchain settlement for sellers.

Key Takeaways

  • Agents sign payments; Circle submits the transfers.
  • Gas remains, but Circle pays it.
  • Circle screens wallets, not purchase intent.
  • The service supports three blockchain networks.
  • Easier integration creates dependence on Circle.

The payment begins with a web request, not a checkout

Circle announced on September 19 that its Facilitator Service was available for x402 payments settled in USDC across Arc, Base and Polygon PoS.

In practice, the service handles a simple exchange. An AI agent asks an online service for something, a dataset, an API response or a completed task, and the server replies with a price. The agent signs a payment authorization, the USDC moves and the server releases the result.

x402 supplies the language for that exchange. It is an open protocol built around the web’s 402 Payment Required status code. When a server returns that response, it can include the amount, accepted payment method, blockchain and destination address. The buyer then sends back proof that it has authorized the payment.

x402 does not move money by itself. It only standardizes the conversation between buyer and seller. Circle’s new service performs the blockchain work that follows.

How one x402 payment reaches the blockchain

1. Request
The agent asks a seller’s API for a paid resource.
2. Price
The seller returns the cost, network and payment address.
3. Authorization
The buyer’s wallet signs permission to transfer a specific amount of USDC.
4. Settlement
The seller sends that signature to Circle, which checks and submits the transfer.
5. Delivery
After confirmation, the seller receives a transaction hash, a public reference for the payment, and releases the resource.

Gas has been moved out of sight, not eliminated

Every blockchain transaction needs a network fee, commonly called gas. On many networks, that fee must be paid with the chain’s native token. A buyer holding USDC may therefore be unable to send it unless the same wallet also contains the correct gas token.

Developers can work around this by operating a relayer: a separate system that submits transactions for users and pays their gas. That normally means protecting another signing key, maintaining a funded gas wallet and monitoring transactions when they fail.

Circle places those jobs behind one hosted service. According to its technical documentation, Circle broadcasts each transfer through its relayer and pays the settlement gas. The buyer authorizes the USDC payment but does not need to maintain a separate balance of the network’s native token. Gas has not disappeared; Circle has taken over the job of funding and submitting the transaction.

The wallet signature is the actual spending permission

The transfer uses EIP-3009, a standard that lets a token holder authorize a transfer with an offchain signature. “Offchain” means the wallet signs a message without immediately sending a transaction or paying gas.

That signed message identifies the wallet paying, the recipient, the USDC amount, the period during which the authorization is valid and a unique code known as a nonce. The nonce prevents the same authorization from being used repeatedly.

Circle checks that the signature is valid, that the buyer has enough USDC and that the recipient matches the payment address specified by the seller. It also screens both addresses before submitting the transfer. Circle records the payment before broadcasting it so that retrying the same request does not produce a second charge.

This is where the difference between technical authorization and human permission matters. The signature proves that the buyer’s wallet approved the transfer. It does not prove that an AI agent remained within a budget, bought an appropriate service or followed the instructions of its owner.

A person or application operator still has to decide how much control to give the agent. That could mean using a wallet with a limited balance, programming the wallet to approve only defined actions, restricting recipients or setting a spending ceiling. Circle explicitly says its facilitator does not verify the purpose of a transaction or the scope of an agent’s authority.

Buyer or AI agent

Requests the resource and signs an exact USDC payment from its wallet.

Seller

Sets the price and destination, requests settlement and releases the paid resource.

Circle

Checks the authorization, screens both parties, pays gas and submits the transfer.

Convenience shifts payment operations to Circle

Running fewer payment components can reduce mistakes and shorten development time. It also concentrates several functions inside Circle’s service.

A seller using the facilitator depends on Circle to accept the request, complete its screening, keep the relayer funded and submit the transaction. If the hosted service becomes unavailable or refuses one of the addresses, settlement can stop even when the underlying blockchain continues operating.

That is an operational dependency rather than custody. Circle says the service does not hold or control the buyer’s funds. The USDC remains in the buyer’s wallet until the authorization is executed by the token contract—the blockchain program that records USDC transfers.

Circle allows limited keyless testing, but continued production use requires sellers to authenticate through a Circle API key.

The tradeoff in one sentence

Developers no longer have to operate a relayer, gas wallet and screening process, but their payment flow now relies on Circle operating those components for them.

Depending on Circle does not remove network-level risk either. Circle warns that payments on Base and Polygon PoS can be affected by a blockchain reorganization—a rare event in which a recently recorded block is replaced. Circle describes Arc settlements as final, while it does not guarantee receipt on Base or Polygon PoS.

Arc is assembling more than a payment layer

Removing payment friction matters more when recipients can use the USDC they receive. Arc already hosts Uniswap’s exchange infrastructure, including v2, v3, v4 and UniswapX. That places payment settlement and access to onchain liquidity on the same network.

The two systems are not automatically connected, and their presence does not guarantee agent-driven volume. They do, however, place payment settlement and trading infrastructure within the same Arc ecosystem.

Faster settlement makes spending controls more important

Easier settlement raises the value of wallet-level controls. A restricted wallet can make autonomous payments useful; an unrestricted signing key can make an agent’s mistake expensive.

Circle can verify that a signature is valid and deliver the payment to the blockchain. Deciding whether the agent should have signed it remains the responsibility of the application and its owner.


This article is provided for informational purposes only and does not constitute financial, legal or investment advice. Payment-service features, supported networks and settlement conditions may change.

Author

Reporter at Coindoo

Alexander Zdravkov is a market analyst and crypto journalist with interests in economics, broader financial markets and digital assets. His journey into crypto began more than four years ago, driven by a fascination with the rapid evolution of blockchain technology and the transformative potential of decentralized finance. He began analyzing market cycles and identifying emerging trends before they reach the mainstream. He holds a degree in International Relations - a background that helped shape his broader perspective on global economics, geopolitics, and the interconnected nature of modern financial markets. Whether covering the latest developments in the crypto sector or exploring broader macroeconomic themes, Alexander focuses on giving readers context rather than simply repeating headlines. During his career, he has authored more than 5,000 articles covering cryptocurrencies, traditional finance, and global market developments. His work spans everything from Bitcoin and altcoins to macroeconomic trends influencing risk assets worldwide.

Learn more about crypto and blockchain technology.

Glossary