Confidential by defaultEstablished 201072 Jurisdictions

x402 Ecosystem, Networks, Assets, Wallets, and SDKs

Current x402 Ecosystem Maturity

Timeline

May 2025
x402 publicly introduced

        ↓

2025
Early adoption and ecosystem experiments

        ↓

December 2025
x402 v2 introduced

        ↓

2026
Broader chain/framework integration

        ↓

May 2026
Batch settlement introduced

        ↓

July 14, 2026
x402 Foundation becomes operational
under Linux Foundation governance

        ↓

September 2026
SDKs remain under active development

The v2 generation expanded the original model with:

  • broader network representation;

  • extensions;

  • discovery;

  • wallet-based identity patterns;

  • dynamic recipients;

  • modular SDK architecture;

  • broader payment-method aspirations.

The Linux Foundation's July 2026 operational-launch announcement named organizations including:

  • Adyen;

  • AWS;

  • American Express;

  • Circle;

  • Cloudflare;

  • Coinbase;

  • Fiserv;

  • Google;

  • Mastercard;

  • MoonPay;

  • Ripple;

  • Shopify;

  • Solana Foundation;

  • Stellar Development Foundation;

  • Stripe;

  • Visa;

among the premier members.

That does not mean all of those companies use x402 identically or have made it their sole payment strategy.

It does mean the protocol has moved from:

single-company experiment

toward:

industry-governed standards project

That materially improves its strategic credibility.

Current usage signal

The official x402 site currently reports 75.41 million transactions and US$24.24 million of volume over its latest 30-day window.

Those numbers should be interpreted correctly:

  • they are a meaningful ecosystem activity indicator;

  • they do not prove that every transaction represents independent external commercial demand;

  • they do not prove long-term dominance;

  • they do demonstrate that x402 is no longer merely a white-paper idea.

Development maturity warning

The software remains active and fast-moving.

For example, the Python SDK changelog shows version 2.23.0 released September 15, 2026, only days before this report, with fixes and additional batch-settlement behavior.

Therefore:

Pin SDK versions in production. Maintain regression tests. Treat upgrades as payment-infrastructure changes, not casual dependency refreshes.


Where x402 Runs

There are two different meanings of “where does it run?”

17.1 Application/transport layer

x402 can be represented over:

  • HTTP;

  • MCP;

  • A2A patterns defined by the specification;

  • other request/response transports if implemented.

HTTP and MCP are currently the clearest practical implementation targets.

17.2 Settlement layer

Payment can use supported settlement networks and assets.

The protocol's use of CAIP-style network identifiers is intended to avoid binding x402 to one chain.

Important conceptual model

Do not think:

"x402 runs on Base."

Think:

x402 runs between buyer and seller software.

A particular payment can settle on Base.
Another can settle on Solana.
Another can use another supported network.
Future schemes can add different rails.

Networks, Assets, Languages, and Frameworks

Support changes quickly, so treat this section as a September 2026 snapshot, not an immutable list.

18.1 Primary reference SDK languages

The official repository provides x402 v2 implementations for:

Language

Reference SDK

TypeScript / JavaScript

@x402/* packages

Python

x402

Go

github.com/x402-foundation/x402/go/v2

18.2 Common HTTP integrations

Current reference integrations include combinations of:

Environment

Examples

TypeScript

Express, Fastify, Hono, Next.js

Go

net/http, Gin, Echo

Python

FastAPI, Flask

Client-side JS

Fetch, Axios

Python clients

httpx, requests

Go clients

net/http

The exact feature matrix varies by network and language.

18.3 MCP

x402 supports paid MCP interactions.

That is important because MCP is becoming a common mechanism for exposing tools to AI systems.

A tool can therefore be:

Free:
company_search

Paid:
deep_company_due_diligence
price = US$0.25

The agent can call the paid tool and programmatically satisfy the x402 payment request.

18.4 Network families

The current x402 ecosystem/reference repository includes implementations or specifications across a broad range of network families, including:

  • EVM-compatible networks;

  • Solana;

  • Stellar;

  • Aptos;

  • Hedera;

  • Algorand;

  • TON;

  • NEAR;

  • XRPL;

  • Concordium;

  • Keeta;

  • Casper-related work;

  • additional evolving network integrations.

The exact combination of:

protocol support
SDK support
facilitator support
mainnet production support
default asset support

is not the same thing.

This is a crucial implementation rule.

A network can be represented by the protocol without your chosen facilitator supporting production settlement on that network.

Before going live, validate all four questions:

1. Does x402 define/support the network?
2. Does my SDK implement the relevant scheme?
3. Does my facilitator support it?
4. Does my chosen asset work with that scheme in production?

18.5 EVM assets

On EVM networks, common mechanisms include:

  • EIP-3009 where supported;

  • Permit2 as a broader fallback.

The common production use case is stablecoin-denominated payment.

18.6 Testnet

The ecosystem makes testnet experimentation comparatively easy.

A sensible first test is:

Base Sepolia
+
test USDC
+
public test facilitator
+
one $0.01-priced endpoint

No real customer funds are required for the first proof.


If You Are Building This Commercially

Stablecoin settlement is only one layer of the commercial stack. Businesses that need to convert proceeds or operate in several currencies may also need stablecoin payment structures and multi-currency account infrastructure.

Key Takeaway

Never treat “x402 supports this network” as sufficient production diligence. Confirm support at the protocol, SDK, facilitator, asset, and mainnet-operational levels.

This page is part of x402 Protocol Explained, the full guide to how machine-to-machine payments work.

Sources and Further Reading

Share
Page Last Updated: 21/Sep/2026 (5971672)