Validator

A staked node on a proof-of-stake blockchain that proposes and verifies blocks, earning rewards while securing the network.

A validator is a participant in a proof-of-stake (PoS) blockchain who helps confirm transactions and produce new blocks according to the network’s consensus rules. Instead of competing with energy-intensive mining, validators lock up, or stake, cryptocurrency as collateral and use that stake to support the chain’s security and operation.

What validators do

On many PoS networks, validators take turns proposing blocks and verifying blocks proposed by others. They check that transactions are valid, that signatures match, that accounts have sufficient funds, and that the block follows protocol rules. Validators then submit votes or attestations to signal agreement on the correct chain history. When enough validators reach consensus, the block is finalized and becomes part of the ledger.
This role is critical for network integrity and liveness. Integrity means invalid transactions should not be accepted. Liveness means the chain continues producing blocks reliably, even as nodes join, leave, or experience outages.

Staking, rewards, and penalties

Validators are typically rewarded for honest participation, such as proposing blocks, attesting to valid blocks, and staying online. Rewards usually come from network issuance, transaction fees, or both. To discourage misconduct, PoS systems also introduce penalties. A validator that goes offline may lose a portion of rewards, and one that violates consensus rules, such as signing conflicting messages, can be “slashed,” meaning part of its staked collateral is forfeited.

In practice, many users participate indirectly through delegation or staking services, where tokens are delegated to a validator while the operator runs the infrastructure.

Practical participation and why it matters

Popular PoS ecosystems rely on validators to keep the ledger accurate, censorship-resistant, and resilient. Understanding validators helps users assess decentralization, staking risks, and how blockchains maintain trust without a central authority, which is foundational to the crypto ecosystem.