Staking
Liquid Staking vs. Native Staking on Solana
The real tradeoff between staking SOL directly and staking through a liquid-staking token like a LST — custody, liquidity, and what you're actually trusting in each model.
There are two structurally different ways to stake SOL and earn inflation rewards: native staking, where you delegate directly and hold your own stake account, and liquid staking, where a protocol stakes on your behalf and hands you a tradeable receipt token instead. They solve different problems, and the difference isn't just "which app you click."
Native staking: direct, illiquid, fully self-custodied
Native staking creates a stake account under your own wallet's control, delegated to a validator you choose directly. You are the stake authority and withdraw authority — no intermediary program holds any power over your SOL. The tradeoff is liquidity: while staked, that SOL can't be used anywhere else. Spending it, trading it, or using it as collateral means deactivating first, which takes until the next epoch boundary (up to a few days), then withdrawing.
Liquid staking: a receipt token that stays usable
A liquid-staking protocol pools SOL from many users, stakes it across a set of validators on their behalf, and issues each depositor a liquid staking token (LST) representing their share of the pool — its value increasing over time (or its supply-to-SOL ratio shifting) to reflect accrued staking rewards. Critically, that LST is a normal SPL token: it can be traded, swapped, or used as collateral in DeFi immediately, without ever deactivating anything. You get staking rewards and liquidity simultaneously.
What you're actually trusting in each model
This is the real difference, more than the mechanics: native staking asks you to trust a single validator's uptime and honesty with your delegation, but never asks you to trust any custody of your SOL beyond your own wallet. Liquid staking asks you to trust the protocol's smart contracts (are they audited, have they been exploited before), the protocol's validator-selection and diversification decisions (is your stake spread across enough validators, or concentrated in ways that create risk), and the ongoing peg or exchange-rate mechanism between the LST and underlying SOL holding up under stress — a peg that has, on other chains and in some cases on Solana, occasionally decoupled during periods of high market stress.
Where each one actually fits
Native staking fits if you're staking SOL you don't need liquid in the near term, want to minimize the number of parties you're trusting, and are comfortable picking (or researching) a validator directly. It's the simpler, more transparent mechanism with fewer moving parts to evaluate.
Liquid staking fits if you want staking rewards without giving up the ability to use that value elsewhere — collateral for a loan, liquidity in a DEX pool, immediate tradability — and you're comfortable evaluating a protocol's smart-contract risk on top of ordinary validator risk. The yield is broadly similar in both cases (both ultimately come from the same protocol inflation), so the decision is really about liquidity needs versus trust surface, not about which one pays more.
They're not mutually exclusive
Plenty of holders do both — some SOL natively staked to a validator they've vetted directly, some held as an LST for DeFi flexibility. The right split depends entirely on how much of your staked position you realistically need to stay liquid.
Stake SOL handles native staking specifically — your wallet stays the stake and withdraw authority throughout, no intermediary token or protocol involved. Full mechanics of how native staking and rewards actually work are in How Solana staking actually works and the Stake SOL docs.