Topic Terms

What is Proof of Stake

Proof of stake (PoS) is a blockchain consensus mechanism where validators stake (lock up) cryptocurrency as collateral to earn the right to validate transactions and create new blocks — replacing the energy-intensive mining of proof of work.

Proof of stake (PoS) is a blockchain consensus mechanism that selects validators to create new blocks and validate transactions based on the amount of cryptocurrency they have "staked" — locked up as collateral — rather than through the energy-intensive computational competition of proof of work. Introduced as a more energy-efficient alternative to mining, proof of stake now secures Ethereum (since September 2022), Solana, Cardano, Polkadot, and most newer blockchain networks.

How Proof of Stake Works

In a PoS system, participants who want to validate transactions become validators by locking up (staking) a required amount of the native cryptocurrency as collateral:

  1. Stake: Validators deposit cryptocurrency into a staking contract (on Ethereum: 32 ETH)
  2. Selection: The protocol selects a validator to propose the next block — selection is pseudo-random but weighted by stake size
  3. Attestation: Other validators attest (vote on) the proposed block's validity
  4. Finality: Once sufficient validators attest, the block is added to the chain
  5. Reward: The block proposer and attestors earn staking rewards (newly issued ETH + transaction fees)
  6. Slashing: Validators who act dishonestly (e.g., trying to double-sign or equivocate) have their stake partially or fully destroyed — the economic punishment that enforces honest behavior

The "stake" serves the same security function as energy in proof of work: attacking the network requires owning a large portion of staked tokens, which would become worthless if the attack succeeds — a self-defeating incentive.

Ethereum's Proof of Stake

Ethereum's transition to PoS — dubbed The Merge — occurred on September 15, 2022, after years of development. Key parameters:

  • Validator requirement: 32 ETH (~$50,000–$120,000+ at various prices) to run a solo validator node
  • Activation slot: ~6 hours after depositing
  • Rewards: Approximately 3–5% annualized returns in ETH (varies with total staked ETH and network activity)
  • Slashing: Violating protocol rules destroys some staked ETH and forces exit
  • Withdrawal: Staked ETH can be unstaked (subject to exit queue, typically days to weeks)

For those without 32 ETH, liquid staking protocols (primarily Lido) pool smaller amounts and issue a receipt token (stETH, rETH) representing staked ETH — making staking accessible to all while maintaining liquidity.

Energy Consumption Comparison

The most dramatic consequence of Ethereum's move to PoS:

  • Before Merge (PoW): ~78 TWh/year energy consumption
  • After Merge (PoS): ~0.01 TWh/year — a ~99.95% reduction

This is roughly the energy equivalent of eliminating a country the size of Austria from global electricity consumption. The environmental improvement was celebrated by climate advocates and major institutional investors with ESG mandates.

PoS Security Model

Security in proof of stake comes from economic cost rather than energy cost:

  • To attack Ethereum (execute a 51% attack), an attacker needs ~33% of all staked ETH
  • With 30+ million ETH staked ($70B+ at $2,300 ETH), acquiring this requires buying billions in ETH, driving the price up dramatically in the process
  • If a successful attack destroyed network trust and crashed ETH price, the attacker would lose the value of their enormous stake
  • The slashing mechanism also directly destroys attacker stake upon detection of malicious behavior

The theoretical vulnerability: unlike proof-of-work attacks (which require ongoing energy expenditure), a wealthy nation-state could theoretically acquire stake and hold it rather than spend it — allowing repeated attacks if slashing is survived. This is an open research area.

Variations of Proof of Stake

Delegated Proof of Stake (DPoS): Token holders vote on a small number of "delegates" who validate on their behalf (used by TRON, EOS). More centralized; faster and cheaper but fewer validators.

Nominated Proof of Stake: Polkadot's model — nominators back validators with their stake.

Liquid Proof of Stake: Tezos — allows staking while maintaining asset liquidity.

See also: staking crypto for how individual participants earn rewards through PoS networks.