๐Ÿ›๏ธ The x402 Foundation: 2026's Biggest Bet on Agent Commerce

Published 2026-07-31 ยท Updated with 30-day metrics, GitHub org details, and open development info

40Foundation Members
109.6M+Cumulative Txns
$15M+Payment Volume
$24M30-Day Volume
40Premier Members
32ยขAvg Transaction

What Happened

In July 2026, the x402 Foundation formally launched under the Linux Foundation, establishing neutral governance for the HTTP 402 Payment Required protocol. Originally incubated by Coinbase, x402 lets AI agents, APIs, and applications autonomously send and receive micropayments โ€” without humans in the loop.

The foundation brings together 40 organizations across payments, cloud, crypto, and commerce:

Google
Visa
Mastercard
Stripe
American Express
AWS
Cloudflare
Coinbase
Circle
Shopify
Adyen
MoonPay
Ripple
Solana Foundation
Stellar
Monad Foundation
Fiserv
"The x402 Foundation represents a deliberate push toward an open, interoperable financial layer for agentic commerce."
โ€” Alin Dragos (AWS Payments), Board Chair

Why It Matters

Before x402, machines couldn't pay each other. An AI agent that wanted to call a paid API had to ask a human to pull out a credit card. x402 changes that: the agent encounters an HTTP 402 response, reads the payment details in the header, and settles automatically from a pre-authorized wallet. Settlement takes ~2 seconds on Base, sub-second on Solana.

This unlocks a new economic primitive: pay-per-call APIs for AI agents. Any developer can wrap their API with x402 and start earning from agent traffic โ€” no Stripe integration, no billing dashboard, no merchant account needed.

๐Ÿ“Š The numbers are proving the thesis: In the last 30 days alone, x402 processed ~75 million transactions totaling ~$24 million โ€” averaging just 32 cents per transaction. This is the M2M micropayment use case in action: millions of tiny payments between machines, impossible on traditional payment rails.

Open Development: x402 Foundation on GitHub

Since the foundation's launch in July 2026, the x402 protocol has moved to open governance under the x402-foundation GitHub organization. Key repos:

RepoPurpose
x402Core protocol, SDKs (Go, TypeScript, Python, Java, Rust), specs, examples, and PROJECT-IDEAS.md
tscTechnical Steering Committee governance

The PROJECT-IDEAS.md is particularly interesting for builders โ€” it lists 20+ concrete agent use cases (trading bots, bounty hunters, code review marketplaces, dynamic endpoint shoppers) with suggested APIs and payment moments. Impact-based micro-grants up to $3k are available for projects that unlock new demand or supply and go live on mainnet.

๐Ÿ’ก For builders: You don't need the target API to natively support x402. Wrap any API or scraper behind a thin x402 server (~12 lines of code), then let agents pay through the protocol. See the x402 tutorial for a step-by-step guide.

minia2a's Place in the Ecosystem

Live from minia2a.uk/api/stats
174Services
115Registered Agents
2,831Total Trials
299KTotal Requests

minia2a.uk is one of the earliest x402 service marketplaces โ€” a place where developers list their x402-wrapped APIs and agents discover them. With 174 live services and growing, it's positioned as the "app store for agent payments."

While the x402 Foundation builds the protocol layer, minia2a builds the discovery layer: categorization, search, free trials, and credit-based payments that abstract away wallet complexity for developers just getting started.

Multi-Chain Support

ChainStatusFacilitators
BaseProductionCoinbase CDP, Cloudflare
SolanaProductionCommunity
XRPLProductionRipple (x402.celo.org)
Injective EVMProductionInjective (~650ms blocks)
EthereumProductionCloudflare
BNB ChainProductionPieverse
CasperProductioncsprUSD (CEP-3009)
Polygon, Arbitrum, OptimismSupportedVarious

July 2026: A Landmark Month

Beyond the foundation launch, July brought a cascade of ecosystem milestones that signal mass adoption is accelerating:

๐ŸŸข Ripple Joins as Premier Member (July 14)

Ripple joined the x402 Foundation at the Premier tier, bringing XRP and RLUSD (its $1.26B market-cap stablecoin) as native x402 settlement assets. By July 22, the XRP Ledger had processed 1,434,517 autonomous AI agent transactions โ€” a 127% increase since x402 was embedded on June 9. 129 merchants settled 4,463 XRP and 1,895 RLUSD through M2M channels. Each transaction costs a fixed $0.0002 with 3โ€“5 second finality.

๐ŸŸฃ Injective Goes Live (July 15โ€“16)

Injective joined as a Core Member, placing its DeFi-specialized L1 into the x402 ecosystem. x402 is live on Injective EVM with ~650ms block times and ~$0.0001 median fees. The AI Agent SDK connects MCP servers and agent skills to onchain infrastructure โ€” nearly 1,000 registered agent identities already operate via ERC-8004.

๐Ÿ”ต MoonPay PayBox (July 29)

MoonPay launched PayBox, a non-custodial MPC vault for ChatGPT and Claude that enables AI agents to execute crypto transactions using x402 and EIP-3009 gasless authorizations across 7 blockchains. This is the first consumer-facing product that lets end-users delegate payment authority to their AI assistants.

๐ŸŸก AWS Bedrock AgentCore Payments

AWS launched Bedrock AgentCore Payments in preview, using the x402 protocol to let Bedrock-hosted agents pay for third-party APIs. This brings x402 natively into the largest cloud AI platform โ€” developers can add payment-enabled APIs to their Bedrock agents without managing wallets or billing infrastructure.

๐Ÿ“Š Visa & Artemis Joint Report

Visa and Artemis released a landmark report on agentic payments, noting that 76% of AI agent transactions fall below Visa's $0.30 fee floor. This makes stablecoin rails on L2 networks economically essential โ€” exactly the infrastructure x402 and minia2a provide.

๐ŸŒŠ The signal: When Visa, Mastercard, Stripe, Google, AWS, and Ripple all join the same foundation in the same month, it's not a trend โ€” it's a consensus. The agent economy's payment layer is being built right now, and x402 is the standard.

What Agents Are Actually Paying For (2026 Data)

Based on live trial data from minia2a's 174 endpoints, the most-used services reveal what autonomous agents actually need:

ServiceUse CaseAnonymous Trials
Gas price oracleChecking network fees before txns321
CAPTCHA solvingNavigating gated web content305
Key-value storagePersisting agent state140
Search/discoveryFinding things on-chain and off120
Prediction marketsTracking bets and probabilities78
Web scrapingFetching and parsing pages40
Memory/recallRetrieving stored context39

Data from minia2a.uk/api/stats, updated live. See hidden gems for the full list.

๐Ÿ”‘ Key insight: The top use cases aren't AI model calls โ€” they're infrastructure primitives: gas checks, CAPTCHA solving, storage, search. Agents need the same plumbing that human-built apps need, but they need to pay for it themselves.

Developer SDKs

The ecosystem has SDKs in every major language:

LanguageSDKs & Frameworks
TypeScriptx402-typescript, x402-express, x402-next, monapi, PayBot SDK, ClawPay MCP
Pythonx402 (PyPI), ag402, x402-pay, MoltsPay (LangChain compatible)
Gocoinbase/x402 (official reference implementation)
Rustx402-rs, x402-axum, x402-reqwest

The Bottom Line

๐Ÿ“ˆ Market forecast: Galaxy Research estimates the B2C agent commerce market could reach $3โ€“5 trillion by 2030. The x402 Foundation is building the payment rails. minia2a is building the marketplace where those rails meet real services.

We're in the dial-up era of the agent economy. The protocol layer is being standardized right now. The services being listed today โ€” gas oracles, CAPTCHA solvers, search APIs โ€” are the foundational infrastructure that the next generation of autonomous agents will be built on.

๐Ÿš€ List your x402 service or start using agent APIs

500 free credits with registration. No wallet required to start.

curl -X POST https://minia2a.uk/api/register -H 'Content-Type: application/json' -d '{"agent":"your-agent-name"}' Register โ†’ Browse 207 Services

Related

๐Ÿ“Š x402 State of 2026 ๐Ÿ† Top Agent APIs โ€” July 2026 ๐Ÿ“ x402 Tutorial โ€” Wrap Any API in 5 Minutes ๐Ÿซฅ Hidden Gems โ€” Most Used, Least Registered ๐Ÿ“Š Agent Economy Pulse ๐Ÿ“ Blog
Sources: PYMNTS ยท CoinDesk ยท CIO.com ยท Ripple XRPL Data (CoinSpeaker) ยท Injective Blog ยท Visa/Artemis Report (KuCoin) ยท Yahoo Finance ยท CoinDesk (75M txns detail) ยท Binance (Agentic Wallet + x402) ยท AI Business ยท x402 Foundation GitHub ยท Live stats from minia2a.uk/api/stats