Origins and the blockchain
Consensus: Proof of Work vs Proof of Stake
5 min
If thousands of independent computers each hold a copy of the ledger, how do they agree on which version is correct without a central referee? That agreement is called consensus, and the rules for reaching it are a network's most important design choice.
The problem consensus solves
In a network full of strangers, some may be honest and some may try to cheat. A consensus mechanism makes honest behaviour the rational, profitable choice and cheating expensive or pointless — without anyone in charge.
Proof of Work (PoW)
Bitcoin uses Proof of Work. To add a block, participants called miners race to solve a hard mathematical puzzle that requires enormous trial-and-error computation. The first to solve it gets to add the block and earns a reward. Other nodes can verify the answer instantly.
- Security comes from cost: attacking the network would require out-computing everyone else, which demands vast hardware and electricity.
- Trade-off: that same energy use draws criticism for its environmental footprint, and the hardware tends to concentrate among large operations.
Proof of Stake (PoS)
Proof of Stake, used by Ethereum since 2022 and many newer networks, replaces computing power with economic stake. Participants called validators lock up — stake — a quantity of the network's coin. The protocol selects validators to propose and confirm blocks, roughly in proportion to their stake.
- Security comes from skin in the game: a validator who tries to cheat can have its staked coins destroyed (slashing).
- Trade-off: it uses far less energy, but critics argue it can favour those who already hold the most coins.
There is no perfect mechanism
Each design trades off security, decentralisation, energy use and complexity differently. Neither is universally "better" — they are different answers to the same question, and the debate between them is one of the most active in the field.
This content is for educational and informational purposes only and is not investment, financial, tax or legal advice. Trading and investing carry risk, including the possible loss of capital. Any performance shown by third-party tools is hypothetical and not a promise of future results. Do your own research and consider professional advice before making any decision.