Most paywalls are still like a battle
You subscribe but never use it, and the mobile terminal frequently crashes when filling out a bank card form. If you're building an API, either provide too much for free, or spend weeks integrating Stripe into a metering plan that no one will read. The x402 tried a different route. It embeds prices directly into network responses, allowing software agents to pay on request using stablecoins, settle instantly, and then continue. No account, no invoice, no shopping cart. Just pay, get resources, and move on.
Why are Visa, Mastercard and Ripple all betting in this direction?
Because proxy commerce has turned the Internet into a huge billing machine, networks that make payments cheap, compliant and programmable will win. Let's break down how x402 works, what has been released so far, and the trade-offs you should really focus on.
Quick overview of key points
About x402: It is an implementation of HTTP 402 (Request for Payment) that allows the server to quote, the buyer to pay on request, and settle using on-chain receipts and stablecoins. For: APIs, datasets, media, model endpoints, and tools that are priced better than subscriptions and accounts on a per-view or per-asset basis. Infrastructure support: Cloudflare has announced the Monetization Gateway, which supports sub-second, cross-track stablecoin settlement and edge verification. AWS has provided universal support for x402 for Base network-based USDC on CloudFront and WAF. Adoption dynamics: Last 30 days: 75.41 million transactions, US$24.24 million in transaction volume, approximately 94,000 buyers, and approximately 22,000 sellers. Why the network cares: programmable, low-friction microtransactions, new fee revenue, compliance hooks, a path to serve agents rather than just human cardholders. Stable coins involved: USDC on Base is used in the AWS reference path;Ripple's RLUSD was approved by the Financial Services Agency of Japan and launched in Japan through SBI VC Trade, providing compliance options in key markets. Application scenarios: metering APIs, AI proxy calls, small media assets, one-time downloads, and pay-as-you-go endpoints that do not require account flooding.
How x402 actually works
HTTP has a long-ignored status code-402: Payment requested. x402 makes it a reality. When a client requests a resource, the server can return a 402 along with a price list. The list tells buyers the fees, how to pay, and where to send certificates. The buyer (human wallet or software agent) returns a receipt after payment, and the server provides the content with a normal 200 response. Two details are important: First, settlement speeds are fast and designed to be cross-orbit compatible. Cloudflare said its new Monetization Gateway will be responsible for pricing, verifying payments at the edge, and settling in stablecoins in sub-second paths through supported tracks. Second, you don't need to refactor the application. AWS includes x402 support as a configuration item for CloudFront and WAF, so you can enable 402 price lists and Base-based USDC billing without having to rewrite the code. This is why developers care. You can use the same model to measure GPU minutes on PDFs, time-series endpoints, or model servers: quote, payment, service. Since the receipts are on-chain, they are auditable. You can always prove whether a request has been paid, when and how much.
Quick overview of key terms
x402: A practical model for HTTP 402 that allows the server to demand payment and the buyer to provide proof, usually using on-chain receipts and stablecoins. Agency commerce: Software is paid for software. LLM, bots, or scripts can purchase API calls, data slices, or media without creating a user account. Price list: The JSON returned by the server with 402 stating the price, currency, acceptable tracks, and how to submit the receipt. Receipt: Proof of payment returned by the buyer, usually a transaction hash or signed certificate, which can be quickly verified by the server. Edge verification: Check receipts at the CDN or gateway layer to keep the source application almost unchanged and latency low. Stable coin settlement: Pay using assets such as USDC or RLUSD, so that the $0.002 charge is indeed $0.002, rather than speculation about fluctuations.
A step-by-step guide to trying x402 without breaking the application
Start with a single measurement asset. Select an endpoint or file that is reasonably priced per use. Keep it simple, such as $0.01 per request or $0.10 per download. Open gateway or CDN rules. If you use CloudFront, enable the new x402 paths and WAF rules so that you can return to the 402 price list and accept USDC on Base without code changes. If you use Cloudflare, join the Monetization Gateway waiting list and plan your pricing and stablecoin settlement plan. Select your clearing assets. Use regulated, liquid stablecoins. The AWS reference path supports USDC on Base. Focusing on markets such as Japan, RLUSD has obtained regulatory license through SBI VC Trade. Publish a clear price list. State unit price, currency, minimum metadata, and receipt return address. Stay stable for several weeks to understand needs. Test with agent buyers. Write an LLM tool or curl client, read the 402, pay, and try again using the receipt. Measure end-to-end delay. Add basic policies. Set maximum spending per minute, IP and key heuristics, and refund paths. Develop strategies for misformed receipts and expired quotes. Release it low-key and then tune it. Start with 1-5% traffic or small areas. Observe conversion rates, error codes and buyer complaints. Adjust prices and caching.
Why do large network-focused agents pay machines?
Visa and Mastercard profit as commerce becomes more granular and automated. Agents don't fill out the form, they just pay and continue. This unlocks a large number of small transactions that have never been credit card friendly: $0.003 for vector searches,$0.02 for one-minute sports data streams, and $0.25 for one-time PDF pages. If you can do this safely and cheaply, trading volume will accumulate. Both networks have publicly talked about programmable, on-chain billing and automated payment experiences. They already run tokenization, strong authentication and fraud tools around the world. Proxy commerce gives them a new canvas: letting wallets or gateways submit small, frequent payments, with policy controls visible to issuers and merchants. This is not a replacement for credit cards, but a new class of machine-to-machine payments within a familiar risk and compliance framework. Ripple's perspective is clear: If the future is pay-on-demand, then regulated stablecoins are fuel. RLUSD was approved by the Financial Services Agency of Japan and launched on SBI VC Trade, expanding the compliance settlement options available to the gateway in major markets. Simply put, more allowed tracks means that the same 402 model can be run in more places without the need for custom contracts or local bank workarounds. Infrastructure is also keeping up. Cloudflare said it will verify payments at the edge and settle between stablecin tracks in sub-second streams. AWS sets it to CloudFront settings, so you can try it without rebuilding the application. This is a signal that when a CDN standardizes a function, it is because the customer asks for it.
Select track, receipt and price form
There are three knobs you need to constantly adjust: which stablecoin and chains to accept, which receipt format to trust and cache, and how to price to avoid losing buyers. There is no one correct answer. When it comes to settlement, developers tend to prioritize usability and regulatory clarity. USDC on Base is used in the current reference path. In areas where specific rules exist, focus on which assets have been approved for consumer and corporate use. The Financial Services Agency of Japan has approved RLUSD for SBI VC Trade, which can be important if you have a lot of traffic in the region. For receipts, make verification cheap. Push verification to the edge, cache short-term certification windows, and avoid accessing the chain every time you request. Cloudflare explicitly mentions edge-side verification, which helps keep latency low for APIs that are frequently called by agents. Pricing is where most teams think too much. Your first price should be plain and plain-integer, obvious units, and visible on the 402 list. Then consider bundling, discounts per thousand-times and period curves if needed. Professional advice: For heavyweight calls, use x402 with a small free cache. Let the agent hit cached results 1-3 times per minute for free, and then return a paid 402 quote for cache misses or fresh data. This can alleviate latency spikes and make first-time payment results feel reasonable.
x402 's advantageous areas and scenarios where credit cards are still dominant
You don't need to remove your credit card or API key in order to try x402. Here's a quick perspective: What x402 excels at: Instant access, no account required, agent-friendly, auditable receipts, global stablecoin track. Weaknesses: Buyers need to learn new experiences, chain fees are sensitive, and clear refund policies are needed. Best application scenarios: APIs, datasets, media assets, AI tools. Credit card micro-payment: Users are familiar with it, strong consumer protection, and existing merchant settings. However, the cost per transaction is high, and items worth $0.01 are not suitable for refunds, which will cause friction to the agent. Best application scenarios: human-led checkout processes, bundles over $1. Subscription model: Predictable revenue, easy corporate procurement. However, complaints of poor experience, account burden, overpayment or underuse during intermittent use. Best application scenarios: Heavy-business, seat-based tools. API key + invoice: Easy to start and interface with B2B finance. But unfriendly agents, slow collection, and minimum consumption hinder small developers. Best application scenarios: corporate contracts, monthly use. If you have impulsive, intermittent, or machine-triggered use scenarios, x402 can reduce the number of buyers lost due to forms. If you have corporate transactions that require high compliance, credit cards and subscriptions will still do the job. The final state could be a mixed model: subscriptions for whale customers, credit cards for humans, and x402 for agents and long tail.
HTTP payment process sequence diagram for x402
(Client → Server → Coordinator → Blockchain) demonstrates how a 402 price list, payment signature/verification/settlement steps, and on-chain settlement are completed within the request cycle-key to understanding how credit card networks and encryption companies support agency commerce. -- Source: Related technology blogs
Traps and red flags to be wary of
Regulatory blind spots: Cross-border sales data can quickly trigger local rules. Stable currency settlement helps speed, but does not solve compliance issues. Clarify what you sell and where you sell. Chain congestion risk: If your verification relies on congested chains, delays can soar. Edge verification and caching are preferred. Test under load before turning up parameters. Refunds and dispute loopholes: On-chain receipts do not equal credit card refunds. Publish a clear refund process and adhere to it. Improper pricing: If you price too low, you will be picked up; if you price too high, no one will be bothered. Start simple and iterate weekly based on actual data. Agent abuse: Even paying agents can generate spam traffic. Set spending caps, per-IP speed limits and emergency protection. Record receipts to discover scripted abuse patterns. Key escrow and fund management: Decide who holds the settlement wallet and how to convert funds into fiat currency. Keep hot wallet balances small and automate reconciliations.
Frequently Asked Questions
Does x402 require a complete code rewrite? No need. If you use AWS CloudFront and x402 support is exposed through the AWS WAF configuration, you can return to the 402 price list and accept base-based USDC agent payment as a setup step rather than a refactoring. If you use Cloudflare, Monetization Gateway is designed to verify edge payments and process settlement paths for you. What stablecoins and chains do x402 use? x402 is orbital independent. Practice depends on your gateway. AWS's reference path currently uses USDC settlement on Base. Cloudflare said its Monetization Gateway will support cross-orbital sub-second stablecoin settlement and verification at the edge. In some markets, regulated options such as Japan's RLUSD may be relevant for policy reasons. Are Visa and Mastercard integrated directly with x402? Currently, major public actions come from infrastructure providers such as AWS and Cloudflare. Visa and Mastercard have been advancing the concept of programmable and on-chain settlement and are ready to support proxy payments, but the specific x402 integration will depend on business options. Their interest is obvious: reducing micro-transaction frictions and providing a compliance track for machine-to-machine commerce. Who pays for the network? On-chain fees are usually paid by the buyer's wallet, but the gateway can abstract this by quoting the all-inclusive price in the 402 list. If you expect a very small transaction volume, choose a predictable, low-cost route and perform edge-side receipt verification. How to handle refunds and disputes related to x402? You set the strategy. Receipts are auditable, but there are no automatic credit card refunds. Provide a simple and open refund path. For high-value projects, a short-term hold and release model can be considered, with clear standards attached. Can individual creators or small API stores use x402? Yes. This is the point. Using CloudFront or Cloudflare in front of the origin station, you can measure files or endpoints and let buyers pay on request without having to set up an account system. Start with an asset and a clear, round price. What are the current adoption data? The project's own dashboard shows that there were 75.41 million transactions in the past 30 days, with US$24.24 million in transaction volume, approximately 94,000 buyers and 22,000 sellers. This is still in the early stages, but it is not test net noise.

Exchange Ranking
Top Exchanges
24h Volume Ranking
Popularity Ranking
Exchange BTC Balance
Proof of Reserves
Decentralized Exchanges
Funding Rate
Funding Heatmap
Liquidation Data
Max Pain
Long/Short Ratio
Whale L/S Ratio
Binance/Okex/Huobi L/S
Bitfinex Margin L/S
ETF Tracker
Solana ETF
XRP ETF
Hong Kong ETF
Bitcoin Treasuries
Crypto Reversal
Ethereum Reserves
HyperLiquid Wallet Analysis
Hyperliquid Whale Watch
Large Transactions
On-chain Movement
Bitcoin ROI
Stablecoin Market Cap
Options Analysis
News
Articles
Economic Calendar
Features
Wallet
Contract Calculator
Security
Collections
Watchlist
Following
RLUSD