Definition
Proof of Stake (PoS) is a consensus mechanism in which the right to validate transactions and produce blocks is allocated according to economic stake rather than computational work. Participants lock up a quantity of the network's native asset as collateral; the protocol then selects among them, typically weighted by stake and with randomization, to propose and attest to blocks. This entry is descriptive: Bitcoin uses proof-of-work, and the two designs make different trade-offs.
How it operates
On Ethereum, the largest PoS network, a validator must lock 32 ETH in a deposit contract. Validators are pseudo-randomly chosen to propose new blocks, while others attest that proposed blocks are valid. Honest participation earns rewards; provably dishonest behavior, such as signing conflicting blocks, triggers slashing, which destroys part of the stake. Security therefore rests on making attacks financially self-destructive rather than energy-intensive.
Trade-offs versus proof-of-work
PoS consumes far less electricity because it does not require continuous hashing, which is its main stated advantage. Critics note different trust assumptions: stake tends to concentrate among large holders, validator sets are often permissioned by capital and sometimes by custodial staking services, and the absence of an external physical cost is a point of ongoing debate. These are design choices, not universal verdicts.
For the energy-based alternative that secures Bitcoin, compare Nakamoto Consensus, and see the fault model both must satisfy in Byzantine Fault Tolerance.
In Simple Terms
Proof of Stake (PoS) is a consensus mechanism in which the right to validate transactions and produce blocks is allocated according to economic stake rather…
