How delegated staking works
Take Cosmos chains (Tendermint BFT) as the canonical example:
- A validator publishes their operator details (name, commission rate, website).
- A token holder delegates some balance to that validator.
- The validator’s effective voting power = their self-stake + all delegated stake.
- They participate in consensus; earn rewards on the total stake.
- Rewards are auto-distributed to delegators minus the validator’s commission (typically 5-10%).
- Delegator can undelegate at any time, subject to the unbonding period (21-28 days on most Cosmos chains).
Solana uses a variant: delegation is to a vote account; rewards accrue at each epoch (~2-3 days). Polkadot uses a “nominator” role that’s similar in concept.
Why chains use delegation
- Capital efficiency — most token holders don’t have the operational capacity to run validator infrastructure. Delegation lets their stake secure the chain anyway.
- Validator count caps — chains with BFT-style consensus need bounded validator sets (usually 100-200 active). Delegation lets far more token holders participate than validator slots allow.
- Economic security scales with total stake — not just validator-operated stake.
- Professionalization — validators compete on reliability, performance, and ethics. Good validators attract delegations; bad ones lose them.
Choosing a validator
Key factors:
- Commission rate — 5-10% is standard. Validators charging 0% are usually running promotional rates that change; 20%+ signals the validator thinks they’re premium.
- Uptime history — missed blocks and slashing events are public. Prefer validators with long records of >99.9% uptime.
- Self-stake — high self-stake signals validator has skin in the game. Zero self-stake is a red flag.
- Geographic + jurisdictional diversity — distribute stake across validators in different regions for decentralization.
- Client diversity — on Cosmos or Ethereum, using a non-dominant client helps network resilience.
- Community reputation — validators active in governance, running relayers, funding ecosystem projects are better long-term stewards.
Risks and considerations
Delegation inherits validator risk:
- Slashing — if your validator misbehaves (double-signs, extends downtime), delegators share in the penalty. Typically a small percentage of delegated stake.
- Commission changes — validators can raise commission rates. Watch for unannounced commission hikes and redelegate if necessary.
- Validator exit — validators can shut down; delegators need to redelegate to avoid idle stake.
- Concentration — delegating to already-dominant validators undermines decentralization. Favor smaller, reputable validators when possible.
- Unbonding lockup — you can’t exit instantly. During market crashes, undelegating takes 21-28 days; you can’t sell the underlying during that window (depending on the chain).
For most users on non-Ethereum PoS chains, delegated staking is the simplest way to earn yield. Split delegation across 2-5 validators to distribute slashing risk and support network decentralization.