Documentation Index
Fetch the complete documentation index at: https://docs.whtchn.com/llms.txt
Use this file to discover all available pages before exploring further.
Whitechain runs three EVM-compatible environments built on the OP Stack. Each settles on Ethereum and uses WBT as the native gas token.
At a glance
| Network | Chain ID | Status | Intended use |
|---|
| Mainnet | TBD | Coming soon | Production |
| Testnet | 1874 | Live | Public testing, integrations, dapp deployment |
| Devnet | 2625 | Live | Early development, frequent resets possible |
Mainnet
L2 Mainnet is not yet live. Chain ID, endpoints, and the launch date will be published before public availability.
Testnet
Testnet is the public test environment. Use it for dapp deployment, integration testing, and to claim test WBT from the faucet.
| Parameter | Value |
|---|
| Chain ID | 1874 |
| Block time | 1s |
| Currency symbol | WBT |
| Currency decimals | 18 |
| Endpoint | URL |
|---|
| Public RPC | https://rpc.testnet.whtchn.com/ |
| WebSocket | wss://rpc.testnet.whtchn.com/ws |
| Explorer | explorer.testnet.whtchn.com |
| Faucet | faucet.testnet.whtchn.com |
To claim test WBT, see Testnet faucet.
Devnet
Devnet is the early-development environment. It is publicly reachable, but expect frequent state resets and unannounced parameter changes. Do not use Devnet for production-like testing.
| Parameter | Value |
|---|
| Chain ID | 2625 |
| Block time | 1s |
| Currency symbol | WBT |
| Currency decimals | 18 |
| Endpoint | URL |
|---|
| Public RPC | https://op-rpc-dev.whtchn.com |
| WebSocket | wss://op-rpc-dev.whtchn.com/ws |
| Flashblocks WebSocket | wss://op-rpc-dev.whtchn.com/wsflash |
| Explorer | op-explorer-dev.whtchn.com |
Gas token
WBT is the native gas token across all Whitechain environments. It uses 18 decimals and is configured as the OP Stack custom gas token. Every transaction fee on Whitechain is paid in WBT, regardless of network.