Skip to main content
All supported EVM networks share a single, unified address format. A single EVM wallet address can receive assets across multiple EVM-compatible chains and tokens.

Protocol Address Behavior

How It Works

Wallet addresses are generated and managed based on blockchain protocol groups rather than individual chains. When you create a wallet on an EVM chain (such as BASE) using a specific reference ID (refId), an EVM address is generated:
If you subsequently issue another wallet creation request using the same refId on a different EVM network (such as ETH or POLYGON), OpenXSwitch returns the same EVM wallet address:
This architecture allows developers to:
  • Reuse EVM Addresses: Reuse a single refId to maintain a consistent address per user across all supported EVM chains.
  • Isolate Addresses: Pass distinct refId values to generate isolated wallet addresses per user or operational strategy.