StableX Academy

Learn crypto the right way.

114 plain-English lessons Β· 15 modules

Distributed Consensus

Distributed consensus is how independent nodes agree on a single version of the ledger without a central referee.

In depth

Nodes may receive transactions in different orders or even see conflicting ones. A consensus protocol defines rules β€” like "follow the chain with the most accumulated work" β€” so that all honest nodes converge on the same history. Proof of Work and Proof of Stake are two families of such protocols.

Several nodes each holding a slightly different chain tip, then converging on the same chain after applying the rule.

Why it matters

Consensus is the hard problem blockchain solved; it is what lets strangers share one ledger.