This page documents the legacy Whitechain Layer 1 (L1), mainnet chain ID
1875. The L1 is live and producing blocks. It is a separate chain from the Whitechain Layer 2 (L2) documented in the rest of these docs, and it migrates to the L2 at L2 Mainnet launch. To move assets to and from the L2, see OP Stack canonical bridge.Overview
The Whitechain Bridge is a cross-chain solution that enables secure and efficient token transfers between Whitechain and supported blockchain networks. This bridge functionality is available directly inside the Whitewallet Web3 wallet, allowing users to initiate and track bridge transactions without relying on external tools or third-party interfaces. All operations are performed within the wallet using on-chain transactions on both networks. Currently supported routes and assets:- Ethereum ↔ Whitechain (USDC, WBT)
How it works
- Select networks and asset
- Check balance
- A sufficient balance of the selected asset.
- Enough native chain tokens on the source network to cover fees.
- Initiate the transaction
Key mechanics
- Tokens are locked in a smart contract or burned on the source chain.
- A corresponding amount is minted or unlocked on the destination chain.
- Funds are sent directly to the user’s wallet on the destination network.
- A service fee is applied based on transaction execution costs and bridged liquidity.
Fees
The bridge service fee consists of two components:- The destination chain transaction fee.
- A percentage of the bridged amount.
Risk mitigation
- If the source-chain transaction fails, the user’s funds remain safely in their wallet.
- Once the source transaction is confirmed, the bridge guarantees execution on the destination chain.
- If there is insufficient liquidity for a selected asset, the transaction cannot be initiated until liquidity is replenished.
Liquidity models and bridging approaches
The Whitechain Bridge supports two token bridging models:Lock / unlock model
- Used for tokens that do not grant mint/burn rights to the bridge.
- Tokens are locked on the source chain and unlocked on the destination chain.
- Liquidity is fully provided and managed by Whitechain.
- If liquidity is temporarily insufficient, users cannot initiate a bridge transaction until it is added.
- Ensures a strict 1:1 backing of assets across chains.
Mint / burn model
- Tokens are minted on the destination chain and burned on the source chain.
- The token supply is managed directly by bridge smart contracts.
- No pre-funded liquidity pool is required.
- Guarantees a balanced total token supply across all supported chains.

