Mainnet, canary, testnet
Networks
Sigil runs three network classes: production mainnet, Evolve canary, and a public developer testnet. All network labels, RPC URLs, and currencies are explicit.
Network table
Use the chain ID and currency from the selected network. Clients must not reuse balances, faucet flows, or signing previews across networks.
Activation states
The network activation gate reports booting, stake collection, active, or stabilized state. The current launch gate requires 13 active validators, a 7 BP / 6 BV split, upgraded self-bonds, and minimum total eligible stake.
Explorer and wallet clients should call sigil_getNetworkActivationStatus and render the exact phase returned by the selected network.
curl -s https://rpc.sigil.ml/rpc \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"sigil_getNetworkActivationStatus","params":{}}'