Supported chains and tokens
BYO wallets support a subset of the chains available for managed wallets. Unlike managed wallets, BYO wallets on Tempo are not supported in Phase 1 — address monitoring is only available on EVM-compatible chains.Supported chains
| Chain | Chain ID | Tokens | x402 (ERC-3009) | Deposit monitoring | Testnet |
|---|---|---|---|---|---|
| Base | 8453 | USDC | ✓ | ✓ | Base Sepolia (84532) |
| Ethereum | 1 | USDC, USDT | ✓ | ✓ | Sepolia (11155111) |
| Optimism | 10 | USDC | ✓ | ✓ | OP Sepolia (11155420) |
| Arbitrum | 42161 | USDC | ✓ | ✓ | Arbitrum Sepolia (421614) |
| Polygon | 137 | USDC | ✓ | ✓ | Polygon Amoy (80002) |
| Tempo | 4217 | — | — | — | — |
Using the Chain enum
Token details
| Token | Contract standard | Chains |
|---|---|---|
| USDC | ERC-20, ERC-3009 | Base, Ethereum, Optimism, Arbitrum, Polygon |
| USDT | ERC-20 | Ethereum |
Monitoring scope
When you register a BYO wallet withsupportedTokens: [Token.USDC], Prudra only fires deposit.success webhooks for USDC transfers. Other token transfers to the same address are ignored.
To monitor multiple tokens, include them all in supportedTokens:
Plan limits
| Plan | BYO wallets |
|---|---|
| Hobby | 1 |
| Pro | 5 |
| Enterprise | Unlimited |
Related
- Register a BYO wallet — registration guide
- Monitor deposits — how deposit detection works
- Managed wallet chains — chains available for managed wallets

