Saltar al contenido principal

Stake Snapshot

A frozen capture of every account's delegation taken at an epoch boundary; what the protocol actually uses to elect block leaders and pay rewards.

A frozen record of every wallet's stake and which pool it is delegating to, taken at an epoch boundary. The protocol does not use the live delegation set, which changes every block, but the snapshot, which is stable for the whole epoch it covers.

Cardano keeps three snapshots in flight at any time: the Mark (just taken at the start of the current epoch, not yet active), the Set (one epoch old, currently driving this epoch's block production and slot-leader election), and the Go (two epochs old, currently driving this epoch's reward calculation). Each epoch boundary, Mark becomes Set and Set becomes Go. This three-epoch pipeline is the structural reason a freshly delegated stake takes about two epochs to become active stake, with its first rewards arriving a couple of epochs after that.

Explore next