Core Concepts

Staking Explained

How locking up coins helps secure a network and earns rewards — plus the risks involved.

Staking is the act of locking up cryptocurrency in a blockchain network to help validate transactions and maintain consensus — and in return, earning rewards denominated in that same cryptocurrency. Think of it as the proof-of-stake equivalent of mining: instead of burning electricity to compete for block rewards, you commit capital, and the network trusts you proportionally to what you have put at risk.

To understand why staking matters, it helps to know where it comes from.

Why staking exists

Bitcoin uses proof of work to reach agreement on which transactions are valid. Miners spend real energy solving puzzles; cheating would waste that energy for nothing. It is a clever system, but an energy-intensive one.

Proof of stake takes a different approach: instead of burning electricity, validators lock up — or “stake” — coins as collateral. If a validator tries to approve fraudulent transactions, the network can destroy a portion of their stake, a penalty called slashing. The economic pain of losing staked coins replaces the physical cost of wasted electricity as the deterrent against bad behaviour.

This means staking is not just a savings account feature bolted on for marketing purposes. It is the security mechanism itself. The more value staked across a network, the more expensive it becomes for an attacker to accumulate enough stake to manipulate consensus.

How staking actually works

When you stake, your coins are locked in a smart contract or protocol-level escrow. You (or a validator you delegate to) then participate in the block-production process. The exact mechanics vary by chain, but the broad pattern looks like this:

  1. Bonding — You commit your coins. There is typically a waiting period before they become active.
  2. Validating or delegating — You either run a validator node yourself, or delegate your stake to an existing validator who runs the infrastructure on your behalf.
  3. Earning rewards — The protocol issues new coins as block rewards, and a share flows to stakers. Some chains also distribute a portion of transaction fees.
  4. Unbonding — When you want to exit, there is usually an unbonding period — anywhere from a few days to several weeks depending on the chain — before your coins are liquid again.

The unbonding period is not an arbitrary inconvenience. It exists so that if a validator misbehaves, the network has time to detect the violation and apply slashing before the offender can withdraw their coins.

Types of staking

Not all staking is the same. It is worth understanding the different forms before committing funds.

TypeWho runs the nodeMinimum requiredTypical trade-off
Solo / native stakingYouOften high (e.g. 32 ETH on Ethereum)Maximum control, full reward share
Delegated stakingA validator you chooseLow or noneConvenience, small validator fee
Liquid stakingA protocol (e.g. Lido)Very lowYou receive a tradeable receipt token; adds smart contract risk
Exchange stakingA centralised exchangeVery lowEasiest entry; you trust the exchange entirely

Solo staking

Running your own validator gives you the most control and the full reward, but it requires technical competence, reliable uptime, and — on chains like Ethereum — a substantial minimum deposit. Downtime can lead to minor penalties even without malicious intent, so this path suits technically confident users.

Delegated staking

On many chains (Cosmos, Cardano, Solana, and others), you can delegate your stake to a validator without sending them your coins or giving up custody. You choose a validator, assign your voting weight to them, and receive a proportional share of their rewards minus a small commission. If that validator is slashed, however, your delegated stake may also be affected — so choosing a reputable validator matters.

Liquid staking

Liquid staking protocols let you stake without locking up your liquidity. You deposit your coins, and the protocol gives you a receipt token (for example, stETH for staked Ether) that accrues rewards and can be used elsewhere in DeFi. The convenience is real, but you are now trusting both the underlying chain and the liquid staking smart contract. Protocol bugs or exploits are an additional risk layer that native staking does not carry.

Exchange staking

Centralised exchanges often offer a “stake” button that handles everything for you. This is the easiest entry point, but you are not actually staking in a self-custodial way — you are lending your coins to the exchange, which stakes them on your behalf. If the exchange is hacked, mismanaged, or becomes insolvent, your staked funds could be at risk. Understanding self-custody is important context here.

What rewards look like

Staking rewards are expressed as an annualised percentage yield, but the number can be misleading without context. A few things to keep in mind:

  • Rewards are paid in the staked asset. If the coin’s price falls significantly, the fiat value of your rewards can be negative even if the token count grows.
  • Yields are not fixed. They fluctuate based on how much of the total supply is staked and how the protocol’s emission schedule is designed. Learn more about inflation and emissions to understand why.
  • Validator commission varies. When delegating, compare commission rates. A validator charging 10% keeps 10% of the rewards before passing the rest to delegators.
  • Compounding is not automatic on most chains. You may need to manually claim and re-stake rewards to compound your position.

The real risks of staking

Staking is often presented as “passive income,” but that framing obscures meaningful risks.

Price risk is the biggest one. Your staked coins can lose value faster than rewards accumulate. Rewards do not provide a floor.

Slashing risk affects delegators on chains with delegation-linked slashing. Picking a careless or malicious validator can cost you a percentage of your stake through no fault of your own.

Smart contract risk applies to liquid staking and exchange staking. Code vulnerabilities have resulted in significant losses across the DeFi ecosystem — see notable hacks and failures for historical examples.

Liquidity risk is the unbonding period problem. If the market moves sharply while your coins are locked, you cannot sell until the unbonding window closes.

Regulatory risk is real and evolving. Some regulators have argued that certain staking programmes constitute the offering of securities. This is an unsettled area; read crypto regulation overview for broader context.

Key takeaways

  • Staking is the security mechanism in proof-of-stake networks, not merely a yield product. Validators risk losing staked coins if they behave dishonestly.
  • You can stake directly (solo or delegated) or through intermediaries (liquid staking protocols or exchanges), each with different trade-offs in control, convenience, and risk.
  • Rewards are paid in the staked asset, are not guaranteed, and do not protect against price declines.
  • Unbonding periods mean your capital is temporarily illiquid — a meaningful risk in a volatile market.
  • Liquid staking adds smart contract risk in exchange for liquidity; exchange staking adds counterparty risk in exchange for simplicity.
  • Always research the specific chain, validator, and product before staking. This is education, not financial advice.

Next up: Nodes and Validators