Blockchain & Networks
Proof of Stake (PoS)
Proof of Stake is a consensus mechanism where validators secure a blockchain by staking cryptocurrency as collateral rather than mining with computational power.
A network participant that verifies transactions and produces new blocks on a proof-of-stake blockchain by staking tokens.
A validator is a network participant responsible for verifying transactions, proposing new blocks, and maintaining consensus on a proof-of-stake (PoS) blockchain. Validators are the backbone of PoS networks, performing the role that miners fill in proof-of-work systems but using staked cryptocurrency rather than raw computational power to secure the network.
In practical terms, validators are the entities that keep the blockchain running. Every time you send a transaction, interact with a smart contract, or deposit collateral into a lending protocol, a validator is responsible for verifying that operation and including it in the permanent record.
To become a validator, a participant must lock up (stake) a required amount of the network's native cryptocurrency as collateral. On Ethereum, for example, running a solo validator requires staking 32 ETH. This stake serves as a financial guarantee of honest behavior: if the validator acts maliciously or fails to perform their duties, a portion of their stake can be destroyed.
The network's consensus mechanism periodically selects validators to propose new blocks. On Ethereum's Beacon Chain, validators are randomly assigned to committees that attest to the validity of proposed blocks. The selection process is weighted by stake size, meaning validators with more staked tokens have a proportionally higher chance of being selected, though randomness ensures no single validator dominates.
When a validator successfully proposes a block or provides an attestation that is included on-chain, they receive rewards. These rewards come from two sources: protocol-level inflation (new tokens created as block rewards) and transaction fees paid by users. The combined annual percentage yield for Ethereum validators has historically ranged from roughly 3% to 7%, depending on network activity and the total amount staked.
Not everyone has the technical expertise or the minimum stake required to run their own validator node. This is where delegation comes in. Many PoS networks allow token holders to delegate their tokens to an existing validator, earning a share of the rewards without operating the infrastructure themselves.
Staking services and liquid staking protocols have made this even more accessible. Platforms like Lido, Rocket Pool, and Coinbase allow users to stake any amount and receive liquid staking tokens (like stETH) that represent their staked position. These liquid staking tokens can then be used elsewhere in DeFi, including as collateral in lending protocols, creating capital efficiency that was not possible when staked assets were fully locked.
Slashing is the mechanism that enforces honest validator behavior. If a validator commits a provably malicious act, such as signing two conflicting blocks (double signing) or submitting contradictory attestations, the protocol automatically destroys a portion of their staked tokens. The severity of the penalty varies by offense and by network.
On Ethereum, minor offenses like extended downtime result in small penalties that gradually reduce the validator's stake until they come back online. Major offenses like double signing trigger immediate slashing of a larger portion and can also lead to forced ejection from the validator set.
This economic design is fundamental to PoS security. The cost of attacking the network is directly tied to the amount of capital at risk. For Ethereum, where billions of dollars worth of ETH are staked, the cost of a coordinated attack would be astronomical.
Running a validator comes with ongoing operational requirements:
The distribution of validators across a network is a key measure of its decentralization and security. A network with thousands of independent validators spread across different geographic regions and hosting providers is far more resilient than one dominated by a handful of large operators.
This is why the crypto community pays close attention to validator concentration metrics. If too large a share of staked tokens is controlled by a single entity or staking provider, it raises concerns about censorship resistance and the potential for coordinated attacks.
While both validators and miners serve the purpose of securing a blockchain and processing transactions, their mechanisms differ fundamentally. Miners compete by expending electricity and computational resources to solve cryptographic puzzles, while validators compete based on their economic stake and are selected through pseudo-random algorithms. This makes proof-of-stake networks significantly more energy-efficient and has driven the industry-wide shift toward PoS consensus.
Related Terms
Blockchain & Networks
Proof of Stake is a consensus mechanism where validators secure a blockchain by staking cryptocurrency as collateral rather than mining with computational power.
DeFi Fundamentals
The process of locking cryptocurrency to help secure a proof-of-stake blockchain and earn rewards in return.
Risk & Security
Slashing is a penalty imposed on proof-of-stake validators who act maliciously or fail to perform their duties properly.
Bitcoin & Crypto
Proof of Work is a consensus mechanism where miners solve computational puzzles to validate transactions and secure the blockchain.