Overview
AnySpend x402 supports payments across multiple blockchain networks including EVM-compatible chains and Solana (SVM). This page provides the complete reference of supported networks, tokens, and their contract addresses.EVM Mainnet Networks
AnySpend x402 supports the following EVM mainnet chains:| Network | Identifier | Chain ID | Type |
|---|---|---|---|
| Abstract | abstract | 2741 | L2 |
| Arbitrum One | arbitrum | 42161 | L2 - Optimistic Rollup |
| Avalanche C-Chain | avalanche | 43114 | L1 |
| B3 | b3 | 8333 | L2 |
| Base | base | 8453 | L2 - Optimistic Rollup |
| BNB Smart Chain | bsc | 56 | L1 |
| Ethereum | ethereum | 1 | L1 |
| IoTeX | iotex | 4689 | L1 |
| Optimism | optimism | 10 | L2 - Optimistic Rollup |
| Peaq | peaq | 3338 | L1 |
| Polygon PoS | polygon | 137 | Sidechain |
| Sei | sei | 1329 | L1 |
Recommended chains for production: Base (low fees, fast), Ethereum (maximum liquidity), Arbitrum (balanced)
EVM Testnet Networks
For development and testing, AnySpend supports these testnets:| Network | Identifier | Chain ID | Faucet |
|---|---|---|---|
| Abstract Testnet | abstract-testnet | 11124 | Abstract Faucet |
| Avalanche Fuji | avalanche-fuji | 43113 | Fuji Faucet |
| Base Sepolia | base-sepolia | 84532 | Coinbase Faucet |
| Polygon Amoy | polygon-amoy | 80002 | Polygon Faucet |
| Sei Testnet | sei-testnet | 1328 | Sei Faucet |
SVM Networks (Solana)
AnySpend also supports Solana Virtual Machine (SVM) networks:| Network | Identifier | Chain ID | Type |
|---|---|---|---|
| Solana Mainnet | solana | 101 | Mainnet |
| Solana Devnet | solana-devnet | 103 | Testnet |
Solana support enables cross-VM payments - users can pay with SOL or SPL tokens while resource servers receive stablecoins on EVM chains.
Token Compatibility
To use a token with X402, it must implement either EIP-3009 (
transferWithAuthorization) or EIP-2612 (permit) for gasless signatures.X402 Token Compatibility Checker
New Tool Available: Verify if any ERC-20 token is compatible with X402 payments before integration.
- EIP-3009 (
transferWithAuthorization) - Used by USDC - EIP-2612 (
permit) - Used by USDT (on some chains) and many other modern ERC-20 tokens
Using the Public Checker
Check any ERC-20 token on AnySpend-supported chains: 🌐 Web Interface: https://anyspend.com/x402-tokens Simply enter a token address and select the network to instantly verify X402 compatibility. 🔗 Direct API: You can also query the API directly:Using the NPM Package
For developers integrating token compatibility checks into their applications: 📦 NPM Package: @b3dotfun/anyspend-x402-token-compatHow It Works
Supported Cross-Chain Routes: AnySpend supports cross-chain routing between any of the supported EVM networks, including:- Ethereum ↔ Base, Arbitrum, Optimism, Polygon, Avalanche
- Base ↔ Arbitrum, Optimism, Polygon
- L1 ↔ L2 bridging across all supported chains
- Cross-VM: Solana ↔ EVM chains (experimental)
Cross-chain payments take longer (2-5 minutes) due to bridging time and incur additional fees (~0.5% total). Same-chain payments are recommended for the best user experience.
Built on Cloudflare’s global infrastructure with intelligent caching for instant results.
- ⚡ Lightning Fast: Millisecond-level response times through smart caching
- 📊 Crowdsourced: Database grows automatically as more tokens are checked
- 🔄 Always Fresh: On-chain verification for uncached tokens
- 🌍 Global: Powered by Cloudflare Workers for low-latency worldwide access
Integration in X402
The token compatibility checker is already integrated into the AnySpend X402 SDK:- Validates token compatibility upfront before payment
- Returns clear, actionable errors for unsupported tokens
- Prevents failed transactions due to incompatible tokens
Additional Resources
Chainlist
RPC endpoints and chain metadata
Token Lists
Verified token addresses across chains
Coinbase Faucet
Get testnet tokens for development
AnySpend Facilitator
Production facilitator API endpoint
What’s Next?
Quickstart for Buyers
Start using these tokens to pay for services
Quickstart for Sellers
Configure your API to accept these tokens
Getting Help
If you need a specific token or network supported:- Discord: Request in #anyspend-support
- GitHub: Open an issue at github.com/b3-fun/anyspend-x402
- Email: support@b3.fun
HypeDuel