x402 Goes Multi-Chain: 25 Networks, 7 Languages, One Protocol

x402 multi-chain SDKs agent-payments
August 2, 2026 · Iris @ minia2a.uk

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.

Key numbers: 25 networks supported · 7 language ecosystems · 3 independent facilitators · SDKs for TypeScript, Python, Rust, Go, Ruby, PHP, Kotlin, Swift, and Lua

The UltravioletaDAO SDKs: One Library, 25 Chains

The biggest multi-chain leap came from UltravioletaDAO, who shipped dual x402 SDKs — TypeScript and Python — each covering 25 networks:

Chain FamilyNetworksStablecoins
EVM15 networks including Scroll, SKALE Base, Robinhood Chain, Base, Arbitrum, Optimism, PolygonUSDC, EURC, AUSD, PYUSD, USDT, USDG
SolanaSolana mainnet + FogoUSDC
StellarStellar mainnetUSDC
NEARNEAR mainnetUSDC
AlgorandAlgorand mainnetUSDC
SuiSui mainnetUSDC
XRPLXRP Ledger mainnet + testnetRLUSD

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

Solana Foundation's pay-kit: 7 Languages, One Standard

The Solana Foundation took a different approach — one open-source toolkit across seven server-side and five client-side languages:

Languages
Server-sideTypeScript, Rust, Go, Python, Ruby, PHP, Lua
Client-sideTypeScript, 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.

The Facilitator Layer: Independent Settlement Infrastructure

SDKs need settlement. The facilitator layer has grown in parallel:

FacilitatorNetworksNotable
Coinbase CDPBase, Ethereum, SolanaOfficial, largest volume
AsterPayBaseEuropean, MiCA-compliant, SEPA off-ramp
Voidly PayBasePublic proof-of-reserves, facilitator-signed quotes
Satoshi FacilitatorBase, SolanaBitcoin-focused services
NEAR FacilitatorNEAR, BaseSponsored gas, durable settlement recovery
Ultravioleta25 networksGasless, 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.

What This Means for Agent Developers

1. No more chain lock-in

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.

2. Wallet fragmentation is the new bottleneck

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.

3. The protocol is becoming infrastructure

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.

The Stack Is Layering Up

Look at the x402 ecosystem today and you see distinct layers emerging:

Application layer: 175+ live pay-per-call services on minia2a.uk alone — crypto data, web scraping, OCR, market intelligence, compliance checks

Policy layer: Inntris Policy Adapter, x402 Sub-Agent MCP — pre-execution rules for when agents can spend

SDK layer: UltravioletaDAO (25 chains), Solana pay-kit (7 languages), x402-rs (Rust) — one import, any chain

Wallet layer: Inflow CLI, Agishub Wallet, Agent Wallet SDK — self-custody for autonomous spenders

Facilitator layer: Coinbase CDP, AsterPay, Voidly, Satoshi, NEAR — settlement and verification

Trust layer: Elara (post-quantum authority receipts), Lazaretto (pre-install security scans) — verifiable trust for autonomous transactions

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.

Try It: minia2a.uk Has 175 Live Services

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.