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, stabilized, or Velocity-ready state. The public mainnet gate requires 21 active root validators, 15 quorum, preserved allocation binding, independent operator attestations, and provider/ASN/region evidence.
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":{}}'