Guide
Solana staking explained
Staking on Solana means locking SOL to help secure the network and earn a share of inflationary rewards. Unlike mining on proof-of-work chains, you do not run specialized hardware yourself unless you choose to operate a validator. Most holders delegate SOL to an existing validator through their wallet and collect rewards every epoch. This guide explains how proof-of-stake works on Solana, how rewards are calculated and paid, how to evaluate validators, what liquid staking changes, and the risks that quoted APY numbers often hide.
Proof of stake on Solana in one minute
Solana uses proof of stake (PoS) to agree on which blocks are canonical. Validators — nodes that produce and vote on blocks — must have economic skin in the game. Staked SOL acts as collateral: misbehavior can be penalized (though Solana's slashing rules are lighter than some other chains).
Each slot has a designated leader who builds the block; other validators vote on whether that block extends the chain correctly. The more stake delegated to a validator, the more influence its votes carry in consensus. Stake does not sit idle — it earns rewards for participating in this process.
If you have not read how Solana measures on-chain time, start with our slots and epochs guide — staking rewards accrue and distribute on epoch boundaries (~2 days on mainnet).
Native staking vs running a validator
Delegating (what most users do)
Native staking keeps your SOL in a stake account controlled by your wallet, delegated to a validator you pick. You retain ownership; the validator cannot spend your SOL. Rewards compound automatically into the stake account. Unstaking triggers a cooldown (currently one epoch on mainnet) before SOL returns to your spendable wallet balance.
Phantom, Solflare, Backpack, and the Solana CLI all expose "Stake" flows that create the on-chain accounts for you. Minimum delegation is tiny (fractions of a SOL), though rewards only become meaningful above a few SOL because each epoch pays proportional to stake weight.
Operating a validator (advanced)
Running your own validator means operating high-availability hardware, keeping software patched, and maintaining vote transactions every slot. You need meaningful self-stake plus delegated stake to earn leader slots. Commission — the fee you charge delegators — is how operators cover infrastructure costs. This path is for operators, not passive holders.
How staking rewards work
Solana mints new SOL as inflationary staking rewards. The protocol targets a declining inflation schedule (historically starting around 8% annually and stepping down toward a long-term floor). Not every minted SOL goes to your wallet — rewards split among all active stake proportional to stake weight and uptime.
Epochs and activation
Rewards accrue per epoch (~432,000 slots, roughly two days). When you first delegate, stake enters an activating state and typically begins earning at the start of the next epoch. Likewise, deactivating stake stops earning after the current epoch ends and becomes withdrawable one epoch later.
Wallets sometimes show "pending" balances during these transitions. Patience matters — refreshing delegation five minutes before an epoch boundary does not shortcut the schedule.
Commission
Validators charge a commission percentage on inflation rewards (not on your principal). A validator at 5% commission keeps 5% of the inflation allocated to stake delegated to it; delegators split the remaining 95%. A 0% commission validator passes all inflation to delegators but may be subsidized or less sustainable long term.
Quoted APY on explorer dashboards blends protocol inflation, commission, and the validator's uptime. Two validators with identical commission can show different realized yields if one misses vote credits during outages.
Inflation and macro context
Staking yield is partly a monetary-policy choice — new supply dilutes non-stakers. For broader context on how inflation affects asset prices and opportunity cost, see our inflation and markets guide. Compare staking APY to what you could earn in Treasuries or DeFi; the "risk-free" label is never literally true on-chain.
Choosing a validator
Explorer sites (Solana Beach, Validators.app, client-built dashboards) rank validators by stake, commission, skip rate, and data-center concentration. Practical criteria:
- Uptime and skip rate — missed votes mean missed rewards for delegators. Chronic skips are a red flag.
- Commission — lower is better for yield, but 100% commission or sudden commission hikes have happened; check history.
- Stake concentration — delegating only to the top three validators centralizes consensus. Many holders deliberately support smaller, reputable operators (the "nakamoto coefficient" mindset).
- Identity and transparency — known teams with public infra disclosures are easier to reason about than anonymous vote accounts.
- Geography and client diversity — spreading stake across regions and software clients (Agave, Jito-Solana, etc.) improves network resilience.
Re-delegating is cheap (a fraction of a cent in fees) but still respects epoch activation delays. Review delegation yearly — validators that were excellent in 2024 may be delinquent today.
Liquid staking (LSTs)
Liquid staking protocols (Marinade, Jito, BlazeStake, Sanctum routes, and others) pool depositor SOL, operate or route to validators, and mint a liquid staking token (LST) — mSOL, jitoSOL, bSOL, etc. You hold the LST in your wallet while it appreciates against SOL as staking rewards accrue.
Why people use LSTs
- Liquidity — trade or use the LST in DeFi without waiting for unstake cooldowns (subject to pool depth and peg).
- Diversification — pools spread stake across many validators automatically.
- Simplicity — one deposit instead of researching individual validators.
Trade-offs
- Smart contract risk — LST programs have been audited but remain attack surfaces separate from native staking.
- Depeg risk — LST/SOL price can diverge in stressed markets when everyone exits at once.
- MEV and fees — some LSTs route through MEV-enabled validators; yields differ after protocol fees.
- Composability lock-in — using LSTs as collateral ties you to DeFi protocols with their own liquidation rules.
Native staking is simpler and reduces contract stack risk; LSTs optimize for capital efficiency. Neither replaces basic wallet security — see our Solana wallet security guide.
Accounts, rent, and where SOL lives
Staked SOL sits in dedicated stake accounts — separate on-chain addresses from your main wallet account. Each stake account has rent-exempt lamports, an authority pubkey (usually your wallet), and a delegation target. Understanding this clarifies why your wallet "balance" drops when you stake even though you still own the SOL.
For the broader account model — owners, PDAs, rent-exempt minimums — read our Solana account model guide. Closing empty token accounts reclaims rent; stake accounts follow different rules and should only be closed after full deactivation and withdrawal.
Taxes, custody, and exchange staking
Tax treatment of staking rewards varies by jurisdiction — many treat epoch payouts as income at receipt, with cost-basis tracking on later disposal. Consult a tax professional; block explorers and CSV exports from wallets help reconstruction.
Exchange staking (CEX "earn" products) is custodial — you hold an IOU, not on-chain stake you control. Convenience trades off withdrawal freezes, counterparty risk, and opaque validator choices. Self-custody delegation or reputable LSTs keep assets in wallets you sign with.
Common mistakes
- Chasing the highest APY — extreme yields often mean high commission swings, delinquent validators, or unaudited LST contracts.
- Ignoring unstake latency — you cannot instantly spend staked SOL during a market crash; plan liquidity separately.
- Staking with a compromised wallet — staking does not protect SOL from malware that signs drain transactions.
- Forgetting to claim nothing — rewards auto-compound in native staking, but some legacy or exchange products required manual claims.
- Delegating 100% to one anonymous validator — diversification and reputation matter for both yield and network health.
Key takeaways
- Solana staking secures proof-of-stake consensus; most users delegate SOL to validators rather than run nodes.
- Rewards pay per epoch from protocol inflation, minus validator commission.
- Activation and deactivation each take about one epoch; unstaked SOL is not instantly liquid.
- Liquid staking tokens trade liquidity for extra smart contract and depeg risk.
- Pick validators on uptime, commission stability, and decentralization — not headline APY alone.
Related reading
- Solana slots and epochs — how epoch boundaries schedule reward payouts
- Solana account model — stake accounts, authorities, and rent
- Inflation and markets — macro context for staking yield vs dilution
- Wallet security — protecting keys whether SOL is staked or not