Proof of Stake
Proof of stake (PoS) is a consensus mechanism in which the right to produce and confirm blocks is assigned to validators in proportion to cryptocurrency they have locked up as collateral, replacing proof of work's energy expenditure with economic skin in the game. Validators are pseudo-randomly selected to propose blocks and vote on them; honest participation earns rewards, while provable cheating — like signing two conflicting blocks — is punished by slashing, the destruction of part of the offender's stake.
The security argument mirrors proof of work but swaps the cost: instead of needing a majority of hash power, an attacker needs a large share of all staked coins, which is expensive to acquire and would be partly destroyed or devalued by the attack itself. Ethereum is the most prominent example — it switched from proof of work to proof of stake in September 2022 ("the Merge"), cutting its energy consumption by well over 99 percent; validators there deposit 32 ETH each.
A common misconception is that staking is simply interest paid for holding coins; rewards compensate for real work (running reliable infrastructure) and real risk (slashing and lock-up rules), and delegating to a staking service adds counterparty risk. Critics note that PoS can favor the already-wealthy, since stake earns more stake, and that liquid-staking pools concentrate influence. Supporters counter that PoW mining concentrates similarly around cheap electricity, and that PoS enables faster finality with a far smaller environmental footprint.
Related terms