Glossary

Validator Set

A validator set is the group of validators currently authorized to propose blocks and vote on their validity in a proof-of-stake or BFT-style blockchain. The protocol tracks exactly who belongs to this set and how much voting power each member carries, because consensus rules — such as needing two-thirds of voting power to finalize a block — are defined relative to it.

How the set is formed varies by chain. Ethereum's validator set is open: anyone who deposits 32 ETH joins after passing through an entry queue, and by the mid-2020s the set had grown to around a million validator slots. Cosmos Hub instead caps its active set at a fixed number of validators (180 in recent years), ranked by delegated stake — a validator that falls below the cutoff drops out of the set and stops earning rewards. Membership changes are processed at defined boundaries, often per epoch, so joining or leaving is not instantaneous.

The size and composition of a validator set is a key decentralization metric: a small or stake-concentrated set means fewer parties could collude to censor transactions or halt the chain, since controlling one-third of voting power can block finality. A common misconception is that more validators automatically means more decentralization; what matters is how stake and control are distributed — a thousand validators run by a handful of operators or hosted in one cloud region concentrate risk despite the large count.