Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/ai-agents/payments/pay-for-services-with-x402.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,23 @@ The [CDP Agentic Wallet](https://docs.cdp.coinbase.com/agentic-wallet/) [`pay-fo
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
></iframe>
## Supported networks and tokens

x402 is chain-agnostic by design. The CDP facilitator currently supports the following networks:

| Network | Type | Chain ID |
| ------- | ---- | -------- |
| Base | EVM (L2) | eip155:8453 |
| Base Sepolia | EVM Testnet | eip155:84532 |
| Solana | SVM | solana:mainnet |

Accepted tokens vary by facilitator. The CDP facilitator supports:

- **USDC** — recommended; uses EIP-3009 (gasless, no on-chain approval needed)
- **EURC** — uses EIP-3009
- **Any ERC-20** — supported via Permit2 (requires one-time on-chain approval)

For a full list of supported networks and third-party facilitators, see the [x402 network support docs](https://docs.cdp.coinbase.com/x402/network-support) and the [x402 ecosystem](https://www.x402.org/ecosystem).
## Related

<CardGroup cols={2}>
Expand Down