DeFi Fundamentals
Staking
The process of locking cryptocurrency to help secure a proof-of-stake blockchain and earn rewards in return.
Proof of Stake is a consensus mechanism where validators secure a blockchain by staking cryptocurrency as collateral rather than mining with computational power.
Proof of Stake (PoS) is a consensus mechanism where validators secure a blockchain network by locking up (staking) cryptocurrency as collateral rather than expending computational power. Validators are selected to propose and verify new blocks based on the amount of tokens they have staked, and they earn rewards for honest participation. If they act maliciously or fail to perform their duties, they face financial penalties through a process called slashing.
Proof of Stake has become the dominant consensus model for newer blockchains and is the mechanism that powers Ethereum, the largest smart contract platform. It represents a fundamental shift from the energy-intensive mining model of Proof of Work toward a system where economic commitment -- rather than computational work -- secures the network.
In a PoS system, anyone who meets the minimum staking requirement can become a validator. On Ethereum, this requires depositing 32 ETH into the staking contract. Validators are then pseudo-randomly selected to propose new blocks. The selection process is weighted by stake size -- validators with more tokens staked have a proportionally higher chance of being chosen -- but randomization prevents any single validator from dominating block production.
Once a block is proposed, other validators attest to its validity. When a supermajority (typically two-thirds of validators) attest to the block, it is finalized and added to the chain. This attestation process provides strong finality guarantees: once a block is finalized, reversing it would require an attacker to control an impractical amount of the total staked value.
The security of PoS rests on a straightforward economic principle: validators have "skin in the game." Their staked tokens serve as a financial bond. Honest behavior is rewarded with staking yields (new token issuance and transaction fees), while dishonest behavior -- such as proposing conflicting blocks or going offline for extended periods -- results in slashing, where a portion of the staked tokens is permanently destroyed.
This creates a strong incentive alignment. An attacker attempting to compromise the network would need to acquire and stake an enormous amount of tokens, and any attack attempt would result in the destruction of those tokens. The cost of attack is thus directly tied to the economic value securing the network.
Not every token holder wants (or can afford) to run a validator node. Most PoS systems support delegation, where users stake their tokens through a validator operated by someone else. The validator performs the technical work, and rewards are split between the validator (who takes a commission) and the delegators. Staking pools and liquid staking protocols have made this process accessible to any token holder, regardless of technical expertise or capital.
The most cited advantage of PoS over PoW is energy efficiency. Proof of Work requires miners to run specialized hardware continuously, consuming vast amounts of electricity to solve cryptographic puzzles. Proof of Stake eliminates this entirely -- validators run lightweight software on standard hardware, reducing energy consumption by over 99%. When Ethereum transitioned from PoW to PoS in September 2022 (an event known as "The Merge"), its energy usage dropped by approximately 99.95%.
PoW mining requires significant upfront investment in specialized hardware (ASICs) and access to cheap electricity, creating barriers to entry. PoS validators need only the minimum stake and a reliable internet connection, making participation accessible to a broader set of individuals worldwide.
PoW proponents argue that the physical resource commitment (hardware and energy) provides a form of security that pure economic stake cannot match -- you cannot "undo" the electricity spent mining blocks. PoS proponents counter that the economic penalties (slashing) and the ability to socially coordinate against attackers provide equivalent or superior security guarantees. Both models have proven effective in practice, though they achieve security through fundamentally different mechanisms.
PoS has a symbiotic relationship with decentralized finance. The staking yields generated by PoS networks create a "risk-free rate" for the ecosystem -- the baseline return anyone can earn by simply staking their tokens. DeFi protocols must offer higher yields than this base rate to attract capital, which influences interest rates across lending and borrowing markets.
Liquid staking has further deepened this connection. Protocols like Lido and Rocket Pool allow users to stake ETH and receive a liquid token (stETH, rETH) that can be used as collateral in lending protocols. This means users can earn staking rewards while simultaneously borrowing against their staked position, maximizing capital efficiency.
Beyond Ethereum, numerous blockchains use PoS or variations of it:
Each implements PoS with different parameters for validator count, minimum stake, slashing conditions, and block finality, reflecting different trade-offs between decentralization, performance, and security.
Related Terms
DeFi Fundamentals
The process of locking cryptocurrency to help secure a proof-of-stake blockchain and earn rewards in return.
Blockchain & Networks
A network participant that verifies transactions and produces new blocks on a proof-of-stake blockchain by staking tokens.
Bitcoin & Crypto
Proof of Work is a consensus mechanism where miners solve computational puzzles to validate transactions and secure the blockchain.
Risk & Security
Slashing is a penalty imposed on proof-of-stake validators who act maliciously or fail to perform their duties properly.