What Are Staking Rewards?

Learn what staking rewards are, where they come from, how validators and delegators earn them, and why yield, lockups, and slashing are connected.

Sara ToshiMar 21, 2026
Summarize this blog post with:
What Are Staking Rewards? hero image

Introduction

staking rewards are the payments a blockchain gives to validators and, in many systems, to the people who delegate stake to them for helping the network reach consensus. That sounds simple enough, but it hides the important point: staking rewards are not free yield that appears because tokens were parked somewhere. They exist because a proof-of-stake network needs a way to turn token holders into reliable participants in security.

This is why staking rewards can feel superficially similar to bank interest or a dividend while working very differently underneath. A bank pays interest because it uses deposits to make loans. A company pays dividends from profits. A Proof-of-Stake chain pays staking rewards because it needs block producers, attesters, or voters to do work, stay online, and risk penalties if they misbehave. The reward is the economic side of a security mechanism.

That distinction is the part worth understanding. Once you see staking rewards as payment for verifiable participation in consensus, several things click at once: why rewards differ across networks, why lockups and unbonding periods exist, why downtime matters, why slashing is possible, and why the headline annual percentage rate is never the whole story.

Why do blockchains pay staking rewards?

A proof-of-stake blockchain has a basic problem to solve. It needs many independent participants to agree on the order of transactions and reject invalid history, but it cannot rely on proof-of-work mining to tie influence to electricity and hardware. Instead, it ties influence to stake; tokens that participants lock or commit as economic collateral.

That creates a second problem immediately. If the network wants people to lock capital, run validators, stay online, sign correct messages, and absorb operational cost, it has to compensate them. Otherwise rational participants would either not show up, or would behave carelessly, or would concentrate validation in a few altruistic or vertically integrated operators. Staking rewards are the mechanism that makes honest participation economically viable.

Here is the mechanism in plain language: the chain asks validators to perform consensus duties, and it measures whether they do them correctly and on time. If they do, it increases their balance or the balance of stake assigned to them. If they fail, it reduces rewards or imposes penalties. If they commit certain forms of provable misbehavior (such as signing conflicting messages) it may slash stake outright.

So the reward and the penalty are not separate ideas. They are two halves of the same incentive design. The network is trying to maintain an invariant: honest, available participation should be more profitable than laziness or equivocation. Different chains implement that invariant differently, but the purpose is the same.

What tasks do validators and delegators get paid to perform?

The easiest way to misunderstand staking rewards is to imagine that a token simply “earns” because it is locked. On real proof-of-stake systems, the reward source is more concrete than that.

On Ethereum, staking means activating validator software with staked ETH. Validators are responsible for storing data, processing consensus information, proposing blocks when selected, and attesting to the work of other validators. Rewards are given for actions that help the network reach consensus, especially proposing blocks and correctly attesting to chain state. Penalties apply when validators go offline, and slashing can apply for malicious behavior.

That gives a clean mental model. A validator is not a savings account. It is a service role with collateral attached.

The same logic appears in different form on other networks. On Polkadot, validators and nominators receive rewards by participating in Nominated Proof-of-Stake. Rewards are distributed per era, and a validator’s activity during that era affects how many era points it earns, which influences its reward share. On Cardano, stake affects the probability that a stake pool will be selected to produce blocks, and rewards flow through that process to pool operators and delegators. In Cosmos chains, rewards accrue to validators’ token balances, and delegators own proportional shares of that pool, so rewards change the value of those shares over time.

The details differ, but the pattern is stable. The network is paying for some combination of these things:

  • being selected and ready to produce a block when called
  • voting or attesting on recent blocks
  • staying online and responsive
  • including useful consensus messages from others
  • putting capital at risk so bad behavior is costly

That is why staking rewards are best understood as consensus compensation rather than passive income in the ordinary sense.

Where do staking rewards originate: issuance or transaction fees?

SourceHow fundedEffect on holdersWhen used
IssuanceProtocol mints new tokensDilutes existing holdersBootstrapping security
Transaction feesUser fees redistributedTied to network usageMature networks
Combined modelBoth minting and feesPartial dilution, usage linkBalanced incentives
Figure 195.1: Where staking rewards come from

Once the reward is understood as compensation, the next question is obvious: what funds it?

At the highest level, blockchains usually fund staking rewards from one or both of two economic sources. The first is issuance, meaning the protocol creates new tokens according to its monetary rules and distributes some of them to validators or stakers. The second is fees, meaning users pay transaction fees and some portion of those fees flows to validators, delegators, or both.

Different networks weight these sources differently. Some rely heavily on issuance, especially when bootstrapping security and encouraging participation. Others combine issuance with transaction fee revenue. The exact split matters because it changes what the reward means economically. If rewards come mostly from new issuance, then part of the headline return is offset by dilution borne by all token holders. If rewards come more from fees, then the reward is more directly tied to network usage.

For the individual staker, though, the deeper point is simpler: a quoted staking APR is not a natural constant. It is an output of protocol rules, network participation, and revenue conditions. As those change, rewards change.

Ethereum’s consensus specification makes this explicit. A validator’s base reward is tied to its effective balance and scales inversely with the square root of the total active balance. In ordinary language, that means the more total stake there is across the network, the lower the reward rate per validator tends to be. The network does not promise a fixed coupon. It adjusts incentives as the amount of security capital changes.

That same economic pattern shows up broadly across proof-of-stake designs. If too little stake participates, the network may need to pay more to attract security. If a very large amount of stake participates, marginal rewards can fall because the network already has substantial economic weight defending it. A staking reward rate is therefore less like a contractual interest rate and more like the current output of a live security market embedded in protocol rules.

How are staking rewards calculated on different blockchains?

ModelUnitCadenceReward driverPenalty handling
Ethereum-stylePer-validator base rewardPer epochEffective balance and total active stakeEpoch balance updates and slashing
Cosmos-styleValidator token poolContinuous / per-era updatesPool shares change with rewards/slashesPool balance adjusts for slashes
Polkadot-styleEra pointsPer eraValidator era points determine sharePer-era distribution and slashing
Figure 195.2: Common staking reward calculation models

The cleanest way to explain reward calculation is to separate the universal logic from chain-specific implementation.

The universal logic is that a network defines a unit of staked participation, observes whether that participant performed expected duties, and then updates balances according to a formula. The formula usually depends on stake size, total active stake, timing, and correctness.

Ethereum makes this quite concrete. Its beacon-chain specification computes a validator’s base reward from the validator’s effective balance and the total active balance of the network. That base reward is then used to determine several reward and penalty components tied to attestation performance. The specification separates rewards related to source, target, head, and inclusion behavior, then sums those deltas per validator each epoch. There is also a proposer reward, derived from a validator’s base reward, that incentivizes block proposers to include attestations promptly. Rewards and penalties are then applied by increasing or decreasing validator balances during epoch processing.

You do not need every constant to understand the design. What matters is the structure: a staking reward is usually not a single payment for “being staked.” It is the sum of many small economic judgments about participation quality.

A worked example helps. Imagine an Ethereum validator during a normal period of network health. Most of the time, it is not proposing a block; instead, it is being asked to attest to what it sees as the correct head of the chain and to do so promptly. If the validator is online, has correct view of the chain, and submits valid attestations on time, it accumulates recurring small rewards. On a much rarer schedule, it may be selected to propose a block, in which case it can earn additional proposer-related rewards. If it goes offline for some hours, it stops earning those positive increments and also begins taking penalties for missed duties. If it signs slashable conflicting messages, the issue is no longer “missed income”; it becomes direct loss of staked ETH and ejection from active validation.

Cosmos-style systems illustrate a different but equally important mechanism. There, delegators often do not receive rewards by each delegation being updated separately at every moment. Instead, a validator has a token pool and delegators hold accounting shares in that pool. Rewards increase the pool; slashes reduce it. Because each delegator owns a fraction of the pool through shares, the value of those shares changes as rewards and slashes occur. This design is not just an implementation detail. It is what makes proportional distribution and slashing tractable across many delegators.

Polkadot adds another useful wrinkle. Rewards are measured across eras, and validator activity during an era earns era points. Those points influence the validator’s era reward, and then that reward is shared pro rata between the validator and its nominators after commission. So even on a chain where rewards are often discussed as an annualized percentage, the immediate accounting unit is not “per year.” It is a cadence like an era or epoch, with annual figures being a later summary.

How does delegation work and how does it affect my staking rewards?

Stake modelEntry barrierControl & trustNet user rewardLiquidityPrimary risk
Solo validatorHigh (e.g., 32 ETH)Full control, no counterpartyFull protocol rewardsLow until exitOperational and slashing risk
DelegationLowRely on validator operatorProtocol rewards minus commissionMedium after unbondingOperator performance and slashing
Pooled / liquidVery lowThird-party or contract trustNet after fees and protocol rewardsHigh (tradable tokens)Counterparty and smart‑contract risk
Figure 195.3: Solo, delegated, and pooled staking compared

Most token holders do not want to run validator infrastructure themselves. The network still wants their stake to help secure consensus. Delegation is the compromise.

Delegation lets a token holder assign stake weight to a validator or stake pool without personally operating the validating node. This broadens participation, raises total stake securing the network, and gives smaller holders a way to earn part of the consensus reward stream.

But delegation changes the economics in an important way. Once another operator stands between the delegator and the protocol, the gross protocol reward is no longer the same as the delegator’s net reward. Validators or pools may take commission. They may perform well or poorly. Their operational mistakes can reduce or end rewards. In some systems, their slash exposure can affect delegators too.

Cosmos explains this cleanly through shares: rewards and slashes change the validator’s token pool, and therefore the value of every delegator’s proportional claim. Polkadot likewise distributes rewards pro rata after the validator’s commission. Cardano routes rewards through stake pools, where pool quality and saturation affect expected outcomes. Ethereum pooled staking and liquid staking let users participate with less than the full 32 ETH needed for a solo validator, but these are third-party constructions and not native to Ethereum itself, so they add counterparty and smart-contract risk on top of protocol risk.

This is why “staking reward” is not one number. There is always a chain from protocol economics to user outcome. For a solo validator, that chain is short: protocol reward minus penalties and operating cost. For a delegator, the chain is longer: protocol reward minus commission, minus performance drag, minus any pooling or wrapper risk, with additional liquidity or custody trade-offs depending on the design.

Why do staked tokens have lockups and unbonding periods?

People often experience staking first as a usability inconvenience: tokens are locked, rewards arrive later than expected, and exiting can take days or weeks. Those features are not arbitrary friction. They are there because the security model needs time.

If stake could appear instantly to influence consensus and disappear instantly to avoid consequences, much of the accountability in proof-of-stake would weaken. Unbonding periods preserve the ability to apply penalties for misconduct that is discovered after the fact and reduce the ease of hopping in and out opportunistically.

Cosmos makes this very explicit. Delegators who unbond or redelegate remain slashable for infractions that occurred while their tokens were bonded. Polkadot also ties lockups to its unbonding process, and its documentation notes that tokens remain locked during unbonding in part so staking participants can still be held accountable for past-era offenses. Cardano shows a softer version of timing friction: redelegation takes effect after a delay of epochs, so reward flows do not instantly follow every user preference change.

Reward timing itself also follows the rhythm of consensus. Polkadot distributes rewards at the end of eras, and reward payouts are not automatic; someone must trigger them, and unclaimed rewards eventually expire after a defined window. Cardano distributes rewards from epoch boundaries and compounds them into delegated stake. Ethereum applies rewards and penalties during epoch processing according to consensus rules rather than as a user-visible daily interest payment.

So if staking feels less liquid and less immediate than a typical financial product, that is because it is serving a different purpose. The protocol is optimizing for credible commitment, not convenience alone.

Why are penalties and slashing part of staking rewards?

A system that only paid rewards and never imposed losses would attract stake, but it would not strongly shape behavior. Proof-of-stake needs stronger incentives than that.

There are two broad categories of negative outcomes. The first is ordinary penalties for non-performance, such as being offline and missing duties. These are usually smaller and are meant to push validators toward high availability. Ethereum penalizes validators for going offline. Cosmos can slash and jail validators for downtime if they miss too many blocks in a monitoring window. During jail, they stop participating and stop earning rewards until they recover and rejoin.

The second category is slashing for provable safety violations, such as double-signing or signing conflicting messages. This is more severe because it threatens the chain’s consensus safety rather than only its liveness. Ethereum’s validator guidance describes slashing as burning some validator funds and immediately ejecting the validator from the active set. Cosmos treats double-signing especially seriously and can tombstone a validator so it cannot rejoin. These are not edge-case details. They are central to why proof-of-stake can trust collateralized participants at all.

The consequence for stakers is straightforward but often underappreciated: the relevant comparison is not “reward rate versus doing nothing.” It is expected reward minus expected cost of downtime, mistakes, slashing exposure, fees, and illiquidity. A high advertised yield may still be unattractive if it comes through a fragile operator, an unsafe smart-contract wrapper, or a heavily saturated pool with poor performance.

Why do staking APRs vary widely between networks?

A reader comparing chains quickly notices that staking reward rates can vary a lot. That is not because some networks have discovered a magic way to create safer high returns. It is because reward rates are outputs of different systems with different goals and assumptions.

Some networks aim to attract a high fraction of total supply into staking. Some aim to limit validator hardware requirements and broaden participation. Some distribute rewards probabilistically through block selection. Some smooth them through epochs or eras. Some expose delegators directly to validator slashing; others do so more indirectly or structure risk differently. Some use saturation or dynamic active-bond thresholds to discourage overconcentration in the largest operators.

Cardano’s pool saturation mechanism is a good example of a reward rule designed to shape decentralization. Once a pool becomes too large, marginal rewards diminish, which encourages stake to spread across more pools. Polkadot’s dynamic minimum active bond means that simply meeting the minimum to nominate does not guarantee active reward-earning placement. Ethereum’s reward curve depends on total active stake, so participation levels themselves push returns up or down.

Because these are different machines solving different coordination problems, their APRs are not directly comparable in the same way corporate bond yields might be. A chain with a higher rate may also have higher inflation, more complex operator risk, thinner liquidity, greater smart-contract exposure through liquid staking, or a different slashing model. The number only makes sense in context.

What are the common uses for staking rewards?

From the user side, staking rewards serve three practical purposes.

The first is straightforward income on long-term holdings. Someone who already plans to hold a token may choose to stake it so the asset contributes to network security while producing additional tokens over time.

The second is compounding network participation. On systems like Cardano, rewards increase the delegated stake, so future reward potential grows with accumulated rewards. Even where compounding is not automatic in exactly the same way, many stakers treat rewards as a way to increase future stake exposure.

The third is participation without running infrastructure personally. Delegation and pooled staking let more users support consensus and receive part of the protocol reward stream without becoming professional operators.

But it is important not to describe these uses too loosely. People do not stake merely because “yield is available.” They stake because they are willing to accept the package deal: consensus-linked return, operational or intermediary risk, and reduced liquidity for some period. That package can be attractive, but it is not equivalent to a risk-free rate on crypto holdings.

What is the biggest misunderstanding about staking rewards?

The smartest common misunderstanding is also the simplest: treating staking rewards as if they were just interest on locked tokens.

The analogy helps a little, because both produce periodic returns. But it fails at the crucial point. Interest is usually a contractual payment from a borrower or financial intermediary. Staking rewards are protocol incentives for helping secure a consensus system. The payment depends on participation quality, total network stake, validator selection, reward formulas, fees or issuance, and sometimes whether another participant remembers to trigger payout.

That difference explains nearly every oddity newcomers notice. Why can rewards fall when more people stake? Because the protocol is spreading incentive across a larger security base. Why can a staker lose principal? Because stake is collateral, not merely a deposit. Why is there an unbonding period? Because accountability must persist after active participation ends. Why can two pools on the same chain produce different net outcomes? Because rewards are mediated by operator performance, commission, and allocation rules.

Conclusion

Staking rewards are payments for secured consensus participation, not simply interest for locking tokens. A proof-of-stake network offers them so validators and delegators will commit capital, perform the work of consensus, and remain accountable through penalties and slashing.

Once you see that mechanism, the rest follows naturally: rewards vary with network design, they are always tied to trade-offs, and the headline yield only makes sense when read alongside the rules that create it. The memorable version is simple: staking rewards are what a blockchain pays to turn stake into security.

How do you build a crypto position over time or earn on it?

Build a position by buying and holding over time, and then evaluate whether you want to pursue on-chain staking or third-party staking products separately. On Cube Exchange, you can fund an account, set recurring purchases, and manage your position while you research staking mechanics and risks.

  1. Fund your Cube account with fiat via the on-ramp or transfer supported crypto into your deposit address.
  2. Create a recurring buy (weekly or monthly) or set standing limit orders to dollar-cost-average into the asset you want to accumulate.
  3. Select order type: use limit orders to control entry price or market orders for immediate fills when you need execution.
  4. Monitor fees and funding path (fiat rails vs. crypto transfer) and adjust frequency or order sizes to optimize cost.
  5. After you have built a position, research native on-chain staking rules and third-party staking services (validators, pools, liquid staking) before moving funds into any staking flow.

Frequently Asked Questions

Where do staking rewards actually come from?
+
Protocols fund staking rewards from new-token issuance, transaction fees, or a mix of both; if rewards come mainly from issuance they create dilution for all holders, while fee-funded rewards track network usage more directly.
Why can staking rewards fall when more people stake?
+
Many designs reduce per-validator rewards as total active stake grows; for example Ethereum’s spec ties a validator’s base reward inversely to the square root of total active balance, so more total stake typically pushes the headline reward rate down.
Can I lose the tokens I stake, and how would that happen?
+
Yes - staked tokens can be reduced by routine penalties (for example for extended downtime) and by slashing for provable safety violations such as double-signing, which can burn stake and eject a validator.
Why am I forced to lock tokens and wait through an unbonding period to withdraw?
+
Unbonding periods and lockups exist so the protocol can hold stake accountable for recent misbehavior and to prevent instant hopping in and out of validation; during unbonding tokens often remain slashable for offenses that happened while they were bonded.
How does delegating my stake change the rewards I actually receive?
+
Delegation lets holders earn rewards without running nodes, but net returns are reduced or reshaped by validator commission, operator performance, and pooling mechanics (e.g., Cosmos uses a validator token pool with accounting shares), and delegators may also share slashing exposure depending on the chain.
How are staking rewards calculated and when do they get paid out?
+
Rewards are computed on the protocol’s cadence (epochs or eras) as sums of small components - proposer rewards, attestation/vote rewards, inclusion-related increments - and are applied during epoch/era processing; exact timing and payout mechanics vary by chain and in some systems (Polkadot) payouts must be triggered and unclaimed rewards can expire.
Why do staking APRs differ so much between chains, and what should I compare besides the percentage?
+
APRs reflect protocol rules, inflation, and security goals rather than a universal ‘yield’; compare not only headline APR but also inflation rate, slashing policy, pool saturation/commission, liquidity (lockups or liquid-staking wrappers), and third-party smart-contract/counterparty risk to judge real expected return and downside.
Are pooled or liquid staking services as safe as staking directly on-chain?
+
Pooled and liquid-staking products let users participate with less than a solo-validator minimum (e.g., <32 ETH for Ethereum) but are implemented by third parties, so they add counterparty or smart-contract risk on top of the protocol risks of penalties and slashing.

Related reading

Keep exploring

Your Trades, Your Crypto