Supported chains and tokens
Managed wallets support the following chains. Each chain has its own set of supported tokens and ERC-3009 availability (required for x402 payments).Supported chains
ERC-3009 support is required for x402 payments. All EVM chains listed support ERC-3009 via USDC (Circle’s USDC implements ERC-3009).
Tempo uses its own payment protocol (MPP) — x402 is not supported on Tempo. MPP is not supported on any chain other than Tempo.
Using the Chain enum
Testnet mode
In development, setnetwork: 'testnet' when provisioning:
PAYMENT_STUB_MODE=true, testnet RPC is used and payments are simulated — no real tokens needed.
Active chain limits
The number of active chains (chains with at least one wallet) is plan-limited:
A chain becomes “active” when you provision a wallet on it. Deprovisioning a wallet frees the chain slot.
USDC.e on Tempo
USDC.e is the Tempo bridged version of USDC. It uses the same ERC-20 interface as USDC but on the Tempo network. For MPP payments, agents send USDC.e to the server wallet — the Prudra middleware verifies the Tempo transaction before proceeding.Related
- Provision a wallet — create a wallet on any supported chain
- BYO wallet chains and tokens — supported chains for BYO wallets
- x402 overview — x402 uses Base/USDC
- MPP overview — MPP uses Tempo/USDC.e

