Six months ago, building an x402-powered agent payment meant one chain: Base. Today, the protocol has quietly expanded to 25+ blockchain networks with production SDKs in 7 programming languages. The multi-chain x402 era isn't coming — it's already here.
The biggest multi-chain leap came from UltravioletaDAO, who shipped dual x402 SDKs — TypeScript and Python — each covering 25 networks:
| Chain Family | Networks | Stablecoins |
|---|---|---|
| EVM | 15 networks including Scroll, SKALE Base, Robinhood Chain, Base, Arbitrum, Optimism, Polygon | USDC, EURC, AUSD, PYUSD, USDT, USDG |
| Solana | Solana mainnet + Fogo | USDC |
| Stellar | Stellar mainnet | USDC |
| NEAR | NEAR mainnet | USDC |
| Algorand | Algorand mainnet | USDC |
| Sui | Sui mainnet | USDC |
| XRPL | XRP Ledger mainnet + testnet | RLUSD |
The SDKs are feature-complete across both languages:
# TypeScript — one SDK, any chain
npm install uvd-x402-sdk
# Python — same features, Pythonic API
pip install uvd-x402-sdk
The Solana Foundation took a different approach — one open-source toolkit across seven server-side and five client-side languages:
| Languages | |
|---|---|
| Server-side | TypeScript, Rust, Go, Python, Ruby, PHP, Lua |
| Client-side | TypeScript, Rust, Go, Python, Kotlin, Swift |
Their design philosophy is radical simplicity. A 7-line Ruby app can require payment:
require 'sinatra'
require 'pay-kit'
get '/premium-data' do
require_payment! usd("0.10") # That's it. 402 + settlement handled.
{ data: "here's your premium response" }.to_json
end
Pay-kit is MIT-licensed and ships with a local playground for end-to-end testing. It's the closest thing to an "SDK standard" the ecosystem has — and its multi-language coverage means no developer is locked out by their stack choice.
SDKs need settlement. The facilitator layer has grown in parallel:
| Facilitator | Networks | Notable |
|---|---|---|
| Coinbase CDP | Base, Ethereum, Solana | Official, largest volume |
| AsterPay | Base | European, MiCA-compliant, SEPA off-ramp |
| Voidly Pay | Base | Public proof-of-reserves, facilitator-signed quotes |
| Satoshi Facilitator | Base, Solana | Bitcoin-focused services |
| NEAR Facilitator | NEAR, Base | Sponsored gas, durable settlement recovery |
| Ultravioleta | 25 networks | Gasless, multi-stablecoin, escrow |
This is the pattern: SDKs abstract the chain, facilitators abstract the settlement. An agent developer picks their language and chain, and the infrastructure handles the rest.
Six months ago, building an x402 agent meant deploying on Base. Today, you can build on Solana if you want speed, NEAR if you want sponsored gas, or XRPL if you want institutional settlement. The protocol is the same. The SDK handles the differences.
With multi-chain SDKs in place, the next problem to solve is agent wallet portability. An agent with a Base wallet can't pay a Solana endpoint. Projects like Inflow CLI, Agishub Wallet, and Remlo are building the answer — agent wallets that abstract away the chain, letting agents pay any x402 endpoint regardless of network.
When a protocol gets SDKs in 7 languages spanning 25 chains, it stops being a "crypto project" and starts being internet infrastructure. HTTP 402 is becoming what its RFC always intended: a standard status code for payment required — now with settlement rails that actually work.
Look at the x402 ecosystem today and you see distinct layers emerging:
Each layer is being built by different teams, in different languages, on different chains — but they all speak the same protocol. That's how infrastructure gets built.
Want to test multi-chain x402 payments? minia2a.uk has 175 pay-per-call services live on Base — crypto data, web scraping, OCR, market intelligence, email sending, and more. No signup, no KYC, no API keys. Your agent discovers, pays, and consumes autonomously.
# Discover available services
curl https://minia2a.uk/.well-known/x402
# Call any service — your agent auto-negotiates payment
curl -H "x402-payment: ..." https://minia2a.uk/x402/time
Explore minia2a.uk →
Data sourced from GitHub, minia2a.uk /api/stats, and project documentation. All repositories verified via GitHub API on August 2, 2026.