Staking & Restaking: Risks and Rewards
DeFi
• ~11 min read
• Updated: 08/08/2025
1) How Proof-of-Stake rewards work
In PoS networks (e.g., Ethereum, Cosmos chains), validators lock up tokens (stake) to propose and attest blocks.
Honest behavior earns rewards; provable faults or downtime can lead to slashing or missed rewards.
High level (Ethereum): - You (solo or via a provider) stake ETH with a validator client. - Validators get chosen to propose/attest. On success → rewards accrue. - Poor performance (offline, double-signing) → penalties/slashing. - Withdrawals: partially or fully, depending on protocol rules/queue.
2) Ways to stake
- Solo staking: You run validator hardware & keys; highest control, highest responsibility.
- Delegated staking / staking providers: Delegate to a validator (you keep ownership; validator takes a commission).
- Liquid staking tokens (LSTs): Stake via a protocol and receive a liquid derivative (e.g., stETH, rETH) you can trade or use as collateral.
Liquid staking improves liquidity and capital efficiency but adds smart-contract and depeg risks.
3) APY vs APR, compounding & fees
- APR = simple annualized rate; APY = includes compounding.
- Rewards depend on total network stake, inflation/issuance, MEV capture, uptime, and validator commission.
- Some LSTs auto-rebase (balance increases) while others accrue value (price drifts up vs. underlying).
Quick mental math: - If APR = 4% and you compound monthly, APY ≈ (1 + 0.04/12)^12 − 1 ≈ 4.07% - Protocol/validator fees reduce realized yield.
4) Core risks to understand
- Slashing & penalties: Double-signing or extended downtime can burn a portion of stake.
- Lockups & exit queues: Unbonding/withdrawal periods can delay liquidity (days→weeks).
- Smart-contract risk (LSTs): Bugs, oracle issues, governance exploits, or custodian failures.
- Liquidity & depeg: LST price may deviate from underlying, especially in stress.
- Centralization: Few large validators = governance and liveness risks.
- Regulatory / jurisdictional risk: Rules differ by country and can change.
5) What is Restaking? Benefits & extra risks
Restaking reuses your staked asset (or LST) as collateral to secure additional services e.g., data-availability layers, oracles, rollup infrastructure in exchange for extra rewards.
Think of it as “security as a service” bootstrapped by PoS collateral.
- Pros: Additional yield sources, bootstraps new networks without new tokens, capital efficiency.
- Extra risks: Restaking slashing (misbehavior in those extra services),
smart-contract/bridge risk, opaque reward accounting, correlated failures across multiple systems.
Always read the specific AVS/service terms: what behaviors are slashable, who runs the operators, and how disputes are handled.
6) How to choose a validator / protocol
- Track record: uptime, client diversity, geographic distribution.
- Fee transparency: commission, MEV policy, withdrawal mechanics.
- Security posture: audits, bug bounties, key management, slashing insurance.
- Decentralization: avoid over-concentration in a handful of providers.
- Docs & governance: clear parameters, emergency procedures, and community communication.
7) Taxes & accounting notes
Jurisdictions differ, but many treat staking rewards as income at receipt and capital gains at disposal.
Keep records of reward timestamps, amounts, and fiat values. Consult a professional for your locale.
8) Further learning & resources
- Ethereum.org Staking (solo, pooled, LST basics).
- Lido Docs & Rocket Pool Docs liquid staking mechanisms & risks.
- EigenLayer Docs restaking architecture & AVS risk model.
- Cyfrin Updraft advanced smart-contract/security training (great for understanding staking/MEV/validator risks).
- Paradigm Research MEV and validator economics.
Smart Contract Risks: Re-entrancy, Oracles, Upgrades →