APY growth
gross final = stake * (1 + APY) ^ years
Use this when the quoted rate already includes compounding.
Net outcomes below reuse your amount and fee assumptions, then test common APY scenarios across 30 days, 6 months, 1 year, and 5 years.
gross final = stake * (1 + APY) ^ years
Use this when the quoted rate already includes compounding.
gross final = stake * (1 + APR / periods) ^ (periods * years)
Use this when rewards are restaked daily, weekly, monthly, or by epoch.
gross rewards = stake * APR * years
Use this when rewards are paid out but not added back to the stake.
net rewards = gross rewards - commission - platform fee - risk adjustment - gas cost
Commission, provider fee, and risk adjustment are modeled as percentages of gross rewards.
Inputs: 1 ETH, 4% APY, 1 year, no fees.
Formula: 1 * (1 + 0.04) ^ 1.
Result: 0.0400 ETH rewards and 1.0400 ETH final balance.
APY already includes the annual compounding assumption.
Inputs: 100 SOL, 7% APR, no restaking, 5% validator commission, 1 year.
Formula: gross rewards 100 * 0.07; commission 7 * 0.05.
Result: 7.00 SOL gross, 0.35 SOL commission, 6.65 SOL net rewards.
The advertised APR is not the same as the net reward after validator fees.
Inputs: 1,000 tokens, 8% APR, 1 year, no fees.
Formula: monthly final 1000 * (1 + 0.08 / 12) ^ 12; no-restake rewards 1000 * 0.08.
Result: monthly restaking earns about 83.00 tokens versus 80.00 without restaking.
More frequent restaking can help, but gas costs can erase the difference.
Commission is usually deducted from rewards before delegators receive them, so net yield can be much lower than the headline rate.
APR only compounds when rewards are restaked. Manual claiming can also introduce gas costs and idle time.
Some networks delay withdrawals after unstaking. During that period, tokens may be illiquid and may stop earning rewards.
Poor validator performance can reduce rewards, and some networks can slash stake for validator faults.
Staking increases token balance, but fiat profit still depends on the market price when rewards are valued or sold.
Rewards may be taxable when received, sold, or both depending on your jurisdiction. This calculator does not model tax rules.
Liquid staking can improve liquidity, but it can add smart-contract, counterparty, and token depeg risk.
Start with amount staked, annual rate, time, and restaking frequency. Then subtract commission, provider fees, gas costs, and any downtime or slashing adjustment to estimate net rewards.
APR is the annual rate before compounding. APY is the annual return after compounding is included.
It depends on the network and provider. Rewards can arrive by epoch, daily, weekly, monthly, or only after manual claiming.
Yes. Network participation, inflation rules, validator uptime, commissions, and provider terms can change the realized rate.
Validator commission, platform fees, liquid staking fees, claim gas, restake gas, missed rewards, and slashing can reduce returns.
No. Rates, token prices, validator behavior, network rules, and lockup terms can change after you stake.
Token price does not change how many reward tokens you earn, but it changes their fiat value and your total investment result.
It is the waiting period after unstaking before tokens can be transferred or sold. Some networks stop rewards during unbonding.
Staking returns are often quoted as an APY (annual percentage yield) or APR (annual percentage rate). APY assumes compounding is already reflected in the annual rate. APR needs a reward frequency assumption if you want to estimate restaking.
Real-world staking is less predictable than a fixed-rate calculator. Validator commissions, network inflation, total participation, fee revenue, downtime, slashing, liquidity constraints, and token price can all change realized yield. Treat this calculator as a transparent what-if model, not financial advice.