Field note
How a Solana epoch frames validator work
Readers new to the Solana learning library often ask for “the validator’s daily job.” The cluster does not pay or schedule that work by the civil day. It groups slots into an epoch, and the epoch is the frame we draw first on the worksheet.
An epoch is a fixed run of 432,000 slots. When slots keep a pace near the target, the run lasts about two days. When the cluster slows, the same number of slots takes longer. The calendar date of the boundary moves. The slot count does not.
Stake weight is chosen before the run starts
The leader schedule for an epoch is built from stake weights taken at a prior boundary. Active stake, the portion that has finished warmup, is what counts. SOL sitting in your wallet, and stake that is still activating, does not vote and does not pull leader slots toward the validator you chose.
That lag is the detail most first-time delegators miss. You can sign a delegation on a Thursday and still be absent from the schedule that is already in force. The Validator Desk spends half an hour on this clock because it explains both “why am I not earning yet” and “why did my rewards continue after I pressed deactivate.”
What the validator is doing inside the frame
During the epoch a validator has two public duties that the library treats as separate columns. In leader slots, the identity key is expected to produce a block. In the rest of the slots, the vote account is expected to send votes on the blocks the validator has observed. Miss the first column often and dashboards show a high skip rate. Miss the second and the vote credits that feed rewards stall.
Delegators do not perform either duty. Their stake account names a vote account, and that naming is the whole of delegation. The vote account’s credits, and the commission printed on it, decide how inflation rewards are split when the epoch closes.
The boundary is when the arithmetic posts
At the boundary the cluster tallies vote credits, applies the validator’s commission, and posts the delegators’ share to stake accounts. A commission of 10 percent means the operator keeps that share of the inflation reward attributable to the stake, and the remainder is spread across delegators by active stake. Transaction-fee rules have changed across Solana releases, so the worksheet leaves a blank line for “fees this season” rather than baking in a percentage from a pamphlet.
On Saturday the circle lays a paper strip the length of the table: snapshot, leader slots, votes, boundary, rewards. If you can point to where your own question sits on that strip, the rest of the vocabulary becomes easier to file.