← New search

Other meanings of Proof of stake

Blockchain consensus

Proof of stake

Proof of stake is a blockchain consensus mechanism where validators secure networks by staking cryptocurrency. Instead of competing through energy-intensive computation, participants lock funds as economic collateral and are selected to propose or attest to new blocks; dishonest behavior can cause part of the stake to be destroyed, a process known as slashing.1

2012
First described for a cryptocurrency
Peercoin introduced a hybrid proof-of-stake design
32 ETH
Ethereum solo-validator deposit
The protocol requirement for a full validator
~99.95%
Ethereum energy reduction after transition
Estimated change from proof of work to proof of stake
1

How the mechanism works

Proof of stake reaches agreement by assigning protocol duties to validators that have locked cryptocurrency. A validator may be chosen to propose a block, while other validators independently check it and issue attestations or votes. Once the protocol receives enough appropriately weighted support, the block becomes part of the chain. The exact rules differ among networks, but stake generally influences selection without making the largest holder an absolute controller.

Validators must remain online, follow message and timing rules, and avoid signing incompatible histories. A validator that is merely offline may lose expected rewards, whereas provably contradictory behavior can trigger slashing, which destroys or confiscates some stake. This collateral gives attacks a financial cost and allows the network to distinguish accidental unavailability from demonstrable equivocation.2

2

Security, incentives, and governance

Proof of stake secures a ledger by making dishonest consensus behavior economically punishable. An attacker normally needs to acquire or control a large quantity of the asset, and an attack that causes the asset or its blockchain to lose credibility can reduce the value of that position. Ethereum's design combines validator votes with finality rules so that a sufficiently supported checkpoint cannot normally be reversed without a large amount of slashable misconduct.3

The model does not eliminate governance or concentration risks. Wealthier holders can receive more rewards, exchanges and staking providers can aggregate voting power, and liquid-staking tokens can create additional dependencies. Networks therefore use limits, delegation rules, validator-set diversity, and sometimes separate governance processes. Delegated proof of stake, used by some chains, lets token holders assign voting power to a smaller group of block producers; it is related to, but not identical with, every proof-of-stake design.

3

Energy and performance trade-offs

Proof of stake usually consumes far less electricity than proof of work because it does not require a global race among specialized machines. After Ethereum's 2022 transition, the Ethereum Foundation estimated that the network's energy use fell by about 99.95%.4 Lower energy demand can reduce operating costs and removes the need for miners to sell newly issued coins to pay for power and hardware.

Energy efficiency does not by itself guarantee high throughput, low fees, or decentralization. Those properties depend on block size, network latency, validator requirements, execution design, and demand. Proof-of-stake networks also require careful recovery and coordination procedures for long outages, software bugs, and contentious upgrades. Their security rests partly on social and economic responses when protocol rules fail to determine an acceptable outcome.

4

Lesser-known aspects

Proof of stake predates its adoption by major smart-contract networks. Peercoin, launched in 2012, combined proof of work with a stake-based mechanism, helping establish the terminology and economic intuition behind later systems.5 Later protocols varied substantially: some select leaders through randomized lotteries, some use committees, and others rely on delegated producers or Byzantine-fault-tolerant voting.

Staking can also be performed indirectly. A token holder may delegate funds to a validator without operating infrastructure, or deposit assets into a pooled service that manages keys and distributes rewards. These arrangements lower technical barriers but introduce custody, smart-contract, regulatory, and concentration risks. Rewards are not guaranteed returns: they can be offset by inflation, penalties, service fees, market-price changes, or losses caused by validator failure. Research on proof-of-stake security therefore examines both cryptographic consensus and the behavior of real economic actors.6

Glossary

Validator
A participant that performs protocol duties such as proposing blocks, checking messages, or voting on their validity.
Staking
Locking or committing cryptocurrency to support consensus and become eligible for rewards or delegated voting.
Slashing
A protocol penalty that destroys or removes stake after specified malicious or conflicting behavior.
Finality
A condition under which a confirmed block or checkpoint is economically or cryptographically difficult to reverse.
Delegated proof of stake
A family of designs in which token holders delegate voting or block-production authority to selected representatives.

Terminology and penalties vary by blockchain; staking rewards are not equivalent to guaranteed investment returns.