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
Tempo is not supported for BYO wallets in Phase 1. Use a managed wallet for Tempo/MPP payments.
Using the Chain enum
Token details
USDC implements ERC-3009 (transferWithAuthorization), which is required for x402 payments. USDT does not implement ERC-3009 — it can be monitored for deposits but cannot be used in x402 payment flows.
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
Each registered BYO wallet counts against your plan limit regardless of how many tokens it monitors. One wallet address on one chain = one slot.
Related
- Register a BYO wallet — registration guide
- Monitor deposits — how deposit detection works
- Managed wallet chains — chains available for managed wallets

