sigil

Double-click anywhere. I know everything about Sigil.

or I can help you find anything

Ask about Sigil — or anything in the ecosystem

Enter to askEsc to close

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.

Mainnet
sigil-mainnet-1 / MINT / https://rpc.sigil.ml/rpc
Evolve Canary
evolve-canary-1 / BITS / https://canary-rpc.sigil.ml/rpc
Testnet
sigil-testnet-1 / test SIGIL / https://testnet-rpc.sigil.ml/rpc after DNS resolves

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":{}}'