What Is Delegated Staking in Crypto?

Delegated staking lets token holders assign their stake to a validator without running infrastructure themselves. The validator earns rewards on the combined stake; delegators receive their proportional share minus the validator's commission. Used by Cosmos chains, Solana, Cardano, Polkadot, and most non-Ethereum PoS chains. Ethereum is the unusual one: native ETH staking requires 32 ETH per validator and doesn't have a protocol-level delegation mechanism (though liquid staking protocols effectively provide it).

Also known as: DPoS staking, delegation, nominated staking

Ask Stingray anything about Delegated Staking

How delegated staking works

Take Cosmos chains (Tendermint BFT) as the canonical example:

  1. A validator publishes their operator details (name, commission rate, website).
  2. A token holder delegates some balance to that validator.
  3. The validator’s effective voting power = their self-stake + all delegated stake.
  4. They participate in consensus; earn rewards on the total stake.
  5. Rewards are auto-distributed to delegators minus the validator’s commission (typically 5-10%).
  6. 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.

Related terms