What Is Proof of Stake in Crypto?

Proof of stake (PoS) is a consensus mechanism where validators lock tokens as collateral and are pseudo-randomly selected to propose and attest to new blocks. Honest participation earns rewards; misbehavior is punished by slashing (losing some or all of the stake). Ethereum transitioned from proof-of-work to proof-of-stake in September 2022 ("The Merge"), reducing energy use ~99.95%.

Also known as: PoS, proof-of-stake

Ask Stingray anything about Proof of Stake

How PoS works

On Ethereum specifically:

  1. A staker locks 32 ETH into the deposit contract to register a validator.
  2. The protocol uses the beacon chain’s randomness to pseudo-randomly select, for each slot, one validator to propose a block and a committee of validators to attest to it.
  3. Proposers produce blocks; attesters sign attestations about the chain head.
  4. Honest participation earns base rewards (~3-4% APY) plus execution rewards (priority fees, MEV when using MEV-Boost).
  5. Double-signing, surround voting, or extended offline periods trigger slashing — penalties range from 0.5 ETH to the full stake in extreme cases.

Other PoS chains vary the specifics but share the core pattern: stake as collateral, selection by stake weight, slash for misbehavior.

PoS vs PoW

PropertyPoSPoW
Energy useNear-zero per transactionMassive (Bitcoin ≈ 150 TWh/yr)
Validator requirements32 ETH + commodity hardwareSpecialized ASICs + cheap electricity
FinalityEconomic (slashing-backed)Probabilistic (more blocks = more certain)
51% attack recoverySlashing burns attacker’s stakeNo cost imposed; attacker keeps hardware
Geographic distributionAnywhere with internetConcentrates in cheap-electricity regions
Issuance rateAdjustable via protocolFixed by PoW formula

PoS solved the climate narrative that dogged Ethereum pre-Merge. It also enabled liquid staking, restaking, and programmatic stake management — all innovations PoW chains can’t replicate.

Why PoS chains dominate new launches

Almost every blockchain launched since 2020 is proof-of-stake. The reasons:

  • Lower cost to bootstrap — PoS doesn’t need a massive hashrate; you just need a validator set and tokens to distribute.
  • Flexibility — protocols can tune issuance rate, slashing penalties, withdrawal mechanics, and finality speed.
  • Restaking and liquid staking — economically productive staked tokens enable layered yield strategies.

Risks and considerations

  • Nothing-at-stake in theory — early PoS designs were vulnerable to validators signing multiple competing chain histories. Modern slashing-backed designs (Ethereum’s Casper FFG, Tendermint BFT) eliminate this.
  • Centralization of stake — PoS concentrates power in the hands of those who hold the token. A few large holders (or a few large staking services like Lido) can accumulate outsized influence.
  • Long-range attacks — theoretically, an attacker who obtains old keys from past validators could rewrite deep history. Social-consensus checkpointing is the defense.
  • Validator-operator risk — most stake is delegated through custodial or semi-custodial providers; a failure of a major provider affects a large fraction of the network.

For users, the main takeaways: staking is now the default yield source on PoS chains, slashing risk is real but rare for competent operators, and concentration of stake in a few LST providers is a real network-level concern worth tracking.

See also on Stingray

Related terms