What is Proof of Stake?
How it works
In Proof of Stake (PoS), participants become validators by locking a specified amount of the blockchain's native cryptocurrency into a smart contract. This stake acts as a security deposit. The protocol then pseudo-randomly selects validators to propose the next block, with selection probability proportional to the amount staked (and sometimes adjusted by randomization and time locked). Validators earn transaction fees and newly minted tokens as rewards. If a validator provably misbehaves — for example, by signing conflicting blocks — a portion of their stake is forfeited (slashed), while simply being offline incurs smaller inactivity penalties in the form of missed rewards. This economic disincentive ensures honest behavior without the massive electricity consumption of Proof of Work.
Ethereum's implementation after The Merge in 2022 uses the Gasper protocol, combining Casper FFG (finality gadget) and LMD GHOST (fork choice rule). Validators must stake 32 ETH to activate. The Beacon Chain coordinates validator set and finality. Validators perform duties: propose blocks, attest to blocks, and vote on checkpoints. Rewards are distributed for correct attestations; penalties accrue for inactivity. Slashing conditions include double-signing or proposing conflicting checkpoints. This design allows Ethereum to finalize transactions in about two epochs (13 minutes), with security resting on the full active validator set — every active validator attests once per epoch, and finality requires attestations representing two-thirds of the total staked ETH.
Other protocols modify PoS mechanics. Cardano uses Ouroboros, initiating random leader selection via a secure multiparty coin-tossing protocol. Solana combines Proof of Stake with a unique Proof of History (PoH) clock for high throughput. Cosmos uses Tendermint BFT where validators are fixed and block production proceeds in rounds with immediate finality. Despite differences, all PoS systems share the core principle: validators' economic weight underpins security, not computational effort. The transition from PoW to PoS reduces energy usage by ~99%, making blockchain consensus more sustainable.
Why it matters
Proof of Stake matters because it drastically reduces the energy consumption of blockchain consensus compared to Proof of Work. It also lowers the barrier to participation—anyone can stake tokens without specialized hardware. This promotes decentralization and allows for new scalable architectures like sharding. The economic stake aligns validator incentives with network health, as dishonest behavior results in direct financial loss. PoS is foundational to Ethereum's future roadmap (sharding, statelessness) and is adopted by major blockchains for its efficiency and security.
Real-world examples
The most prominent example is Ethereum, which transitioned from Proof of Work to Proof of Stake in the September 2022 Merge. Other real protocols using PoS include Cardano (Ouroboros), Solana, Tezos (baking), Cosmos (Tendermint), and Near Protocol. These chains differ in validator selection, finality mechanisms, and staking requirements but all rely on staked assets to secure the network.
FAQ
How is a validator chosen in Proof of Stake?
Validators are chosen pseudo-randomly to propose blocks, with selection probability proportional to their stake weight (e.g., 32 ETH per validator in Ethereum). Randomization prevents prediction of block proposers, reducing attack risk.
What is slashing in Proof of Stake?
Slashing is a penalty where a portion of a validator's staked tokens is destroyed for provable misbehavior, such as proposing conflicting blocks or casting conflicting votes (equivocation). Being offline is not a slashing offense on most chains; it instead incurs smaller inactivity penalties. Slashing deters attacks and ensures economic integrity.
Can anyone become a validator in Proof of Stake?
Yes, anyone who meets the minimum stake requirement can run a validator node. For Ethereum, that is 32 ETH. Some protocols allow delegation to validators with smaller amounts, as in liquid staking services.
Related terms
Go deeper
Browse the complete crypto glossary to explore related terms and concepts.
Browse Glossary