Proof of Stake

Proof of Stake is a consensus method where validators stake tokens to secure the network and earn rewards for validating transactions.

proof of stake glossary banner image

What is Proof of Stake?

In the previous article, we took an in-depth look at Proof of WorkProof of WorkProof of Work (PoW) is a consensus mechanism where miners use computing power to validate transactions and secure the blockchain.Keep learning; the original Blockchain consensus mechanismsBlockchain consensus mechanismsA consensus mechanism is a method for validating transactions and securing a blockchain without relying on a central authority.Keep learning, and the one still securing BitcoinBitcoinBitcoin is a decentralized digital currency that enables secure peer-to-peer transactions without relying on a central authority.Keep learning today. This article turns to its most widely adopted successor: Proof of Stake, the mechanism behind EthereumEthereumEthereum is a decentralized blockchain platform that runs smart contracts and dApps, using its native cryptocurrency (ETH) for transactions and fees.Keep learning, Cardano, SolanaSolanaSolana is a high-performance blockchain designed for fast, low-cost transactions and scalable decentralized applications.Keep learning, Polkadot, and the large majority of significant BlockchainBlockchainThink of blockchain as a public notebook that everyone owns a copy of. Whatever gets written in it is permanent and visible to all.Keep learning projects launched over the past several years.

Where Proof of Work asks miners to prove their honesty through expensive computation, Proof of Stake asks validators to prove it through expensive collateral. The underlying goal; reaching reliable consensus among strangers with no central authority; is identical. The method of achieving it is fundamentally different, and understanding that difference explains a great deal about why so much of the industry has migrated toward this approach.

The Core Idea

Proof of Stake replaces "whoever computes the most wins the right to add the next block" with "whoever has the most at risk gets the opportunity to add the next block." Participants; called validators; lock up a quantity of the network's native CryptocurrencyCryptocurrencyCryptocurrency, often called “crypto,” is a form of digital currency that uses cryptography (advanced math and code) to keep it secure.Keep learning as collateral, known as their stake. The protocol then selects a validator, typically through a weighted random process where a larger stake increases the odds of selection, to propose the next block.

This is the mechanism's core Blockchain SecurityBlockchain SecurityBlockchain security is the protection of blockchain networks and assets against attacks, fraud, and vulnerabilities using cryptography and consensus mechanisms.Keep learning insight: a validator with a large amount of staked currency has a direct financial incentive to keep the Blockchain NetworkBlockchain NetworkA blockchain network is a system of computers connected to each other that follow the same set of rules to record, share, and validate transactions.Keep learning healthy and honest, because dishonest behavior puts that very same stake at risk of being destroyed. Rather than security being anchored to the cost of electricity and hardware, as in Proof of Work, security is anchored directly to the value of the cryptocurrency itself.

How Validators Are Chosen and Rewarded

While the exact mechanics vary somewhat between networks, the general validator lifecycle looks something like this:

  1. Deposit a stake. On Ethereum, for example, running an independent validator currently requires StakingStakingCrypto staking is the process of locking up cryptocurrency to support a blockchain network and earn rewards in return.Keep learning 32 ETH.
  2. Wait in the activation queue. Because the network can only safely activate a limited number of new validators at a time (to prevent sudden, destabilizing shifts in voting power), new validators typically join a queue before becoming active.
  3. Get selected to propose or attest. Once active, the protocol periodically selects validators; weighted by stake; to propose new blocks. All other active validators are also regularly called upon to "attest," essentially voting to confirm that a proposed block is valid.
  4. Earn rewards. Validators who reliably propose and attest correctly earn a steady stream of rewards, paid in the network's native currency, proportional to their staked amount and their uptime.
  5. Risk slashing. Validators who go offline for extended periods earn reduced (or zero) rewards. Validators who act maliciously; for instance, by signing two conflicting blocks, an attempt to cheat the system; have a portion (or, for serious violations, all) of their stake destroyed, a penalty known as slashing.

You can watch this entire system operate in real time on Ethereum using beaconcha.in, a free, detailed explorer for Ethereum's Proof of Stake beacon chain. It shows live validator counts, current rewards, slashing events as they occur, and the overall health of the network's staking ecosystem; a genuinely excellent way to see this mechanism functioning at scale rather than just reading about it abstractly.

Finality: Why Proof of Stake Often Settles Faster

One of the most meaningful practical differences between Proof of Work and Proof of Stake is finality; how confidently you can say a transaction is permanent and irreversible.

Under Bitcoin's Proof of Work, as discussed in the previous article, finality is probabilistic: a transaction becomes increasingly difficult to reverse the more blocks are added on top of it, but never reaches an absolute, mathematically guaranteed point of no return. Many Proof of Stake protocols, by contrast, are designed to achieve deterministic finality; a point at which a block is formally and provably locked in, typically once two-thirds or more of all validators have attested to it. On Ethereum specifically, blocks are generally considered finalized within roughly two epochs, or about 12–15 minutes; and reversing a finalized block would require an attacker to control and intentionally sacrifice at least one-third of the entire staked supply, an act the protocol can detect and punish directly.

This stronger, faster finality guarantee is one of the more compelling practical arguments in favor of Proof of Stake for applications where transaction certainty matters quickly; financial settlement, exchange deposits, and Smart ContractsSmart ContractsA smart contract is a self-executing computer program deployed on a blockchain. It contains rules and conditions written directly into code.Keep learning execution among them.

The Merge: Ethereum's Switch

Ethereum's transition from Proof of Work to Proof of Stake; an upgrade known as "the Merge," completed in September 2022; remains the largest and most closely watched consensus mechanism migration in the industry's history. It was executed without a single second of network downtime, transitioning an active network securing well over a hundred billion dollars in value from one foundational security model to an entirely different one, live.

The headline result was a roughly 99.95% reduction in the network's Crypto Environmental ConsiderationsCrypto Environmental ConsiderationsCrypto environmental considerations refer to the energy use, carbon footprint, and sustainability impacts associated with cryptocurrency activity and networks.Keep learning, since the computationally expensive Crypto MiningCrypto MiningCrypto mining is the process of using computing power to validate blockchain transactions and earn cryptocurrency rewards.Keep learning process was eliminated entirely and replaced by the comparatively lightweight process of validators signing attestations. It's worth comparing Ethereum's current energy profile against Bitcoin's directly using Digiconomist's Crypto Energy Index, referenced in our consensus mechanisms article, which tracks both networks side by side and makes the scale of the difference immediately apparent.

Liquid Staking and Staking Pools

Not everyone has 32 ETH (or the equivalent minimum stake on other networks) sitting around, nor the technical inclination to run their own validator hardware around the clock. This has given rise to staking pools and Liquid StakingLiquid StakingLiquid staking is a process where users stake crypto to secure a network while receiving a tradable token that represents their staked assets.Keep learning services, which let users contribute smaller amounts of cryptocurrency toward a shared, professionally operated validator set, earning a proportional share of the rewards in return.

Liquid staking platforms, such as Lido, go a step further by issuing a tradeable Crypto TokensCrypto TokensCrypto tokens are digital assets built on existing blockchains that represent value, access, or utility within a specific project or ecosystem.Keep learning representing the user's staked position and accumulated rewards; meaning a user's capital isn't fully locked away and can still be used elsewhere in the broader ecosystem while it continues earning staking rewards in the background. This convenience has made liquid staking enormously popular, though it does introduce a degree of centralization risk worth being aware of, since a small number of liquid staking providers now control a meaningful share of Ethereum's total staked supply.

If you're curious what realistic staking returns currently look like across different networks and platforms, Staking Rewards maintains a live, comparative database of staking yields, validator counts, and total value staked across dozens of Proof of Stake networks; a useful starting point for understanding the actual economics involved, beyond theory.

Common Criticisms of Proof of Stake

No consensus mechanism is without its detractors, and Proof of Stake has attracted a few recurring criticisms worth addressing honestly.

"The rich get richer." Because staking rewards are generally proportional to the amount staked, larger holders accumulate additional currency; and therefore additional influence; at a faster absolute rate than smaller participants. Proponents counter that this is also broadly true of Proof of Work mining at scale, and that percentage-based returns, rather than absolute ones, are the more relevant measure of fairness.

The "nothing at stake" problem. Early theoretical critiques of Proof of Stake worried that, unlike Proof of Work; where computational effort is physically consumed and can't be redirected toward supporting multiple competing chains simultaneously; validators might have little disincentive against supporting multiple competing chain histories at once, since doing so costs them nothing extra. Modern Proof of Stake protocols address this directly through slashing: validators caught signing conflicting blocks on competing chains lose their stake outright, reintroducing a meaningful, enforceable cost to dishonest or careless behavior.

Lower barrier to entry, but real capital requirements. While Proof of Stake avoids the need for specialized hardware, it does require committing genuine financial capital, which some argue simply trades one form of barrier (hardware and electricity) for another (capital and existing wealth).

Bringing It Together

Proof of Stake represents the industry's most significant evolution beyond the original Proof of Work model, trading physical computational cost for financial collateral as its anchor of security; and, in the process, delivering dramatic energy savings and often faster, stronger finality guarantees. To summarize:

  • Validators stake cryptocurrency as collateral, and are selected; weighted by stake size; to propose and attest to new blocks
  • Dishonest or careless behavior risks slashing, the forfeiture of part or all of a validator's stake
  • Proof of Stake networks typically achieve faster, more deterministic finality than Proof of Work
  • Ethereum's Merge demonstrated this transition at massive scale, cutting energy use by roughly 99.95%
  • Liquid staking and staking pools have made participation accessible to a far broader range of holders, at some cost to DecentralizationDecentralizationDecentralization is the distribution of control and decision-making across a network instead of a single central authority.Keep learning
  • Ongoing criticisms; wealth concentration, capital barriers; are real and actively debated, though modern protocol design (particularly slashing) has resolved several of the mechanism's earlier theoretical weaknesses

Alongside the previous article on Proof of Work, the two dominant consensus mechanisms securing the overwhelming majority of value in the blockchain ecosystem today are now covered in full; two genuinely different answers to the same foundational question of how strangers, with no central authority, can reliably agree on the truth.

Recap

Proof of Stake (PoS) is a blockchain consensus mechanism that secures networks through economic incentives rather than energy-intensive computation.

Instead of miners, PoS relies on validators who lock up (stake) their cryptocurrency to verify transactions and create new blocks. Honest behavior is rewarded, while malicious actions are punished through penalties like slashing.

Tag System

The tags found in our glossary are there to help you better understand presented definitions. They showcase how certain concepts integrate and interact within the ecosystem.

Rectangular tags signal a concept related to BlockchainBlockchainThink of blockchain as a public notebook that everyone owns a copy of. Whatever gets written in it is permanent and visible to all.Keep learning as a technology. Whereas rounded tags represent CryptocurrencyCryptocurrencyCryptocurrency, often called “crypto,” is a form of digital currency that uses cryptography (advanced math and code) to keep it secure.Keep learning in more of a financial aspect. You’ll also see rectangular dashed tags for Web3Web3Web3 is the idea of a decentralized internet powered by blockchain.Keep learning and  rounded dashed tags for DeFiDeFiDeFi stands for Decentralized Finance. It refers to a collection of applications and platforms built on blockchain that allow people to transact without banks.Keep learning specifically.

Learn more about the relationship between all the tags and their respective concept with our Free Interactive Courses.

FAQ

Validators are typically selected based on how much cryptocurrency they have staked and sometimes additional factors like how long it’s been staked or randomization mechanisms built into the protocol.

Dishonest or negligent validators can lose part or all of their staked funds through a penalty called slashing, discouraging malicious behavior.

Not necessarily. PoS secures the network through economic risk rather than energy expenditure. Attacking a PoS network usually requires acquiring and risking a large share of the token supply, making attacks extremely costly.

Yes. Many networks allow users to stake directly or delegate their stake to validators through wallets, exchanges, or staking pools.

Yes. PoS does not use miners or mining hardware. Block production and validation are handled by validators instead.

PoS does not require massive computational work or specialized hardware, which drastically reduces electricity usage and carbon footprint.

It can if large holders or staking services control too much stake. Many networks counter this with design choices that encourage validator diversity and limit excessive concentration.

Ethereum, Cardano, Solana, Polkadot, and many newer blockchains use PoS or variations of it as their consensus mechanism.

More Blockchain fundamentals

proof of work glossary cover image

Proof of Work

Proof of Work (PoW) is a consensus mechanism where miners use computing power to validate transactions and secure the blockchain.

Keep learning
oracles glossary cover image

Oracles

A crypto oracle is a service that feeds external real-world data into blockchains so smart contracts can react to off-chain events.

Keep learning
blockchain glossary cover image

Blockchain

Think of blockchain as a public notebook that everyone owns a copy of. Whatever gets written in it is permanent and visible to all.

Keep learning