DeFi

Staking Explained: PoS, Rewards, and Risks

What staking secures, real vs nominal yield, slashing, and liquid staking derivatives.

5 min readReviewed by Pim Feltkamp · Aug 11, 2026, 09:43 PM

Before this guide, read Yield Farming and Where Yield Comes From.

Staking means locking a proof-of-stake blockchain's native token — ETH on Ethereum, SOL on Solana, and so on — to help secure the network, in exchange for rewards paid mostly in newly issued tokens plus a share of transaction fees. It is often the most defensible yield in crypto because the payer and the service are clear: the network pays you for making attacks on it expensive. But the honest accounting involves inflation, slashing, lockups, and — for most people who stake through intermediaries — an extra layer of counterparty or contract risk.

What Staking Actually Secures

Proof-of-stake networks need a way to decide who adds the next block and to make cheating costly. Instead of proof-of-work's energy expenditure, they require validators to lock capital as a bond.

A validator runs software that proposes and attests to blocks. To participate, it must stake the network's token — on Ethereum, 32 ETH per validator. The lock is the security mechanism: validators that follow the rules earn rewards; validators that provably attack the network — signing two conflicting blocks, for example — have part of their stake destroyed. Attacking the chain therefore requires acquiring and risking an enormous amount of the token, and the attack itself tends to destroy the value of what the attacker holds.

Your staked tokens are not "invested" in anything and are not lent to anyone. They sit as a bond whose presence, multiplied across thousands of validators, is what makes the ledger expensive to rewrite. That is the service being purchased, and it is why staking rewards are the closest thing PoS crypto has to a native interest rate.

Where the Rewards Come From — and Real vs Nominal Yield

Staking rewards have two sources:

  • Issuance. The protocol mints new tokens on a schedule and distributes them to validators. This is the bulk of rewards on most networks.
  • Fees and priority payments. Validators also collect transaction tips and, on some networks, extra income from the ordering of transactions in their blocks. This portion depends on network activity.

Issuance-funded yield deserves a hard look, because it is paid by diluting all holders. If a network pays stakers 8% while inflating supply by 7%, a staker's real yield — growth in their share of the total supply — is roughly 1%, and a non-staker is silently losing about 7% of their share per year. The nominal APY mostly redistributes ownership from non-stakers to stakers rather than creating new value.

This has two practical consequences. First, compare networks by real yield, not headline APY: a chain paying 15% with 14% inflation is not more generous than one paying 3.5% with 1% issuance. Second, on high-issuance networks, staking is less an income strategy than a defense against dilution — the meaningful choice is often not "earn 8% or earn 0%" but "keep pace with supply growth or fall behind it."

Rates float. Most PoS networks reduce per-validator issuance as more of the supply is staked, so yields drift down when staking participation rises. Ethereum's staking yield, for example, has generally sat in the low single digits in recent years. Treat any quoted rate as today's weather.

Slashing and the Other Ways Stakers Lose

Staking is sometimes marketed as risk-free savings. It is not. The specific risks:

Slashing. Provable protocol violations — mostly double-signing, usually caused by misconfigured redundant validator setups rather than malice — trigger destruction of part of the stake and ejection of the validator. Slashing events are rare on major networks and typically burn a small percentage of the affected stake, but correlated failures (many validators run by one operator making the same mistake) are penalized more severely by design.

Downtime penalties. A validator that is simply offline leaks small penalties, roughly mirroring the rewards it would have earned. An unreliable operator quietly erodes your yield.

Illiquidity. Staking usually involves delays: activation queues to enter and exit queues or unbonding periods to leave, ranging from hours to weeks depending on the network and congestion. During an unbonding period you typically earn nothing and cannot sell — an uncomfortable place to be in a crash.

Price risk dominates everything. Rewards are paid in the staked token. A 4% yield on a token that falls 40% in a year is a large loss in dollar terms. Staking is a way to accumulate more of an asset you already choose to hold; it is not a reason to hold it.

Ways to Stake: Solo, Delegated, Pooled, and Custodial

Solo validation — running your own validator with your own keys and hardware — offers full rewards, full control, and no intermediary, at the cost of a technical operations burden and, on Ethereum, the 32 ETH minimum. It is the gold standard for the network's health and a minority pursuit in practice.

Delegation is built into many networks (Cosmos-family chains, Solana, Polkadot and others): you keep custody of your tokens but assign their weight to a validator, who takes a commission from your rewards — commonly in the 5–10% range. Your stake usually shares slashing risk with your chosen validator, so operator selection matters.

Staking pools and liquid staking aggregate small deposits into validators run by professional operators. Liquid staking protocols such as Lido and Rocket Pool go further: you receive a transferable receipt token (stETH, rETH) representing your staked position, which accrues rewards and can be sold or used in DeFi while the underlying stays staked — dissolving the illiquidity problem. The costs: a protocol fee (often around 10% of rewards), smart contract risk on top of staking risk, and the fact that the receipt trades at a market price that can slip below the underlying's value during stress, precisely when you might want to exit. Liquid staking tokens also concentrate a large share of network stake into a few operators sets, a centralization trade-off the communities actively debate.

Custodial staking through exchanges is the one-click option: the exchange stakes for you and passes on rewards minus a commission that is often the largest of any route — frequently 15–25%. You add full counterparty risk (the exchange holds your tokens), and availability of such programs varies by jurisdiction as regulators scrutinize how they are offered.

A reasonable default for a beginner holding a PoS asset long-term: prefer routes where you keep custody or hold a widely used liquid staking token, understand the exit mechanics before entering, and check the operator's commission and track record rather than only the headline APY.

Key Takeaways

  • Staking is a security bond: you lock tokens so that attacking the network is expensive, and the network pays you in issuance plus transaction fees.
  • Judge real yield, not nominal: rewards funded by inflation partly redistribute supply from non-stakers to stakers, so subtract issuance from the headline APY.
  • Risks are specific and real — slashing for protocol violations, downtime penalties, unbonding illiquidity — and token price risk dwarfs the yield itself.
  • Routes range from solo validation (full control, high effort) through delegation and liquid staking (receipt tokens like stETH add DeFi flexibility plus contract and depeg risk) to custodial exchange staking (easiest, highest fees, full counterparty risk).
  • Stake assets you already intend to hold, know the exit queue before you enter, and treat every quoted APY as a floating rate, not a promise.

Educational content, not financial advice. Read the full disclaimer.

Next in DeFi

Wrapped Tokens and Bridges