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

WASM policy layer

System Contracts

Sigil uses live WASM system contracts as the policy gate for core chain features while preserving deterministic native execution for state mutation.

Launch system contracts

The system-contract registry is deployed in genesis and contains service DIDs for parameters, validator registry, staking, governance, treasury, compute, DEX, and labor.

A transaction that touches one of these domains must pass the activated system-contract gate before the native executor mutates state. This gives Sigil an EOS-like system-contract control plane without abandoning typed native safety.

sigil.system.parameters
Protocol parameter authority.
sigil.system.validator_registry
Validator registration and operator state.
sigil.system.staking
Self-bond, delegation accounting, and rotation policy.
sigil.system.governance
Proposal, vote, execution, and activation-height policy.
sigil.system.treasury
Treasury-controlled protocol allocations.
sigil.system.compute
Provider, job, escrow, proof, and challenge gates.
sigil.system.dex
Pool, swap, liquidity, and DEX asset policy.
sigil.system.labor
Job, bid, contract, milestone, escrow, and dispute policy.