Why old history can be ambiguous
Proof-of-stake systems can face long-range histories signed by parties whose former stake is no longer exposed to ordinary penalties. A new node cannot always distinguish the intended history solely by counting signatures from the distant past. Ethereum's weak-subjectivity model uses a recent checkpoint obtained through an external trust decision, after which the node checks subsequent blocks against protocol rules. This concerns establishing a starting point, not blindly accepting every later transaction.
2 sources for this section
An illustrative return to the network
Imagine an operator restarting a node after years offline and receiving two apparently signed historical chains from different peers. A sufficiently recent checkpoint narrows the acceptable history. The operator can compare checkpoints through independent, trusted channels before synchronizing forward. The exact permissible age depends on protocol conditions; it should not be replaced with an invented universal number of days. A checkpoint supplied by the same unknown peer as the history does little to diversify trust.
1 source for this section
Trust assumptions made explicit
Weak subjectivity differs from the work-comparison rule associated with Bitcoin's design, but both systems have operational assumptions about connectivity and software validation. A checkpoint does not guarantee that a wallet interface is honest or that a smart contract is safe. It identifies the intended consensus history from which verification proceeds. Documentation should explain how checkpoints are obtained and updated, and avoid presenting the requirement either as proof of total centralization or as a detail with no security significance.
2 sources for this section
The source notesEvidence & further reading3 sources
- Weak subjectivity Ethereum.org · Primary source · accessed 2026-09-21
- Ethereum proof of stake Ethereum.org · Primary source · accessed 2026-09-21
- Bitcoin: A Peer-to-Peer Electronic Cash System Satoshi Nakamoto · Primary source · accessed 2026-09-21