Fundamentals
What Is a Liquid Staking Token and How Does It Work?
7 min read · Updated 2026-07-14

A liquid staking token, often shortened to LST, is a transferable claim on crypto that is locked inside a proof-of-stake network. It solves a very old trade-off: a validator deposit earns protocol rewards but sits frozen, while a wallet balance stays flexible but earns nothing. Liquid staking tries to give holders both at once.
The problem liquid staking was built to solve
Proof-of-stake networks pay rewards to participants who lock capital behind a validator and help order transactions. That lock is the whole point — it is the economic bond that makes dishonest behaviour expensive. The side effect is that staked capital becomes illiquid. Depending on the chain and on network conditions, exiting a validator can take anywhere from hours to many days, and during that window the depositor cannot sell, lend or collateralise the position.
Solo staking also has a floor. On Ethereum, running your own validator historically required a fixed deposit of 32 ETH plus a machine that stays online, correct client software, monitoring, and a plan for key management. Most holders own far less than the minimum, and even those who clear it may not want operational responsibility for uptime and penalties.
Liquid staking protocols pool deposits from many users, delegate that pool across a set of professional node operators, and hand each depositor a token that represents their share of the pool plus accrued rewards. The deposit stays productive; the receipt token stays liquid.
How the receipt token is minted and priced
When you deposit into a liquid staking protocol, a smart contract mints a token to your address. Two designs dominate. In a rebasing model, your token balance grows over time as rewards accrue, so one unit tracks roughly one unit of the underlying asset. In a reward-bearing or value-accruing model, your balance stays fixed and each token becomes redeemable for a growing amount of the underlying asset, so the exchange rate rises instead of the balance.
Both designs describe the same economics through different accounting. The rebasing form is easier to read in a wallet, because the number goes up. The value-accruing form is friendlier to DeFi integrations and to many tax and accounting workflows, because a token balance that never changes is far simpler for lending markets and automated market makers to handle. Several protocols ship both and let users wrap one into the other.
The market price of an LST is not fixed by the contract. It is set by traders on secondary markets, and it can drift below the redemption value when many holders want out at once, or when confidence in the issuer weakens. That gap is usually small and mean-reverting, but it is a genuine risk factor rather than a rounding error.
What you can do with an LST
Because it is an ordinary token, an LST can be sent, swapped, supplied to a lending market as collateral, deposited into a liquidity pool, or bridged to another network where those markets exist. This composability is the reason liquid staking grew so quickly: a single deposit can earn protocol staking rewards and simultaneously back other positions.
The flip side is that every additional layer stacks another set of risks on top of the base staking risk. A lending market can be exploited; a bridge can fail; a pool can suffer impermanent loss. Reward figures quoted for such strategies are not comparable to plain staking rewards, because they are not backed by the same guarantees.
Redeeming back to the underlying asset
There are usually two exits. The first is protocol withdrawal: you burn the LST and the protocol queues a validator exit, then returns the underlying asset once the network releases it. This path settles at the true redemption rate but takes as long as the chain's exit queue requires. The second is the secondary market: you swap the LST for the underlying asset instantly, accepting whatever price the market offers, including slippage and any discount.
Sophisticated users treat these two routes as a single system. When the market discount is deeper than the cost of waiting, patient holders redeem through the protocol; arbitrage then pushes the market price back toward parity. Understanding which exit you plan to use, before you need it, is one of the more useful habits in this corner of crypto.
Lido Finance as the reference example
Lido Finance is the clearest working example of everything above. It pools deposits of any size on Ethereum, delegates them across a curated operator set, and issues stETH — a rebasing receipt token — plus wstETH for integrations that need a fixed balance. Every mechanic in this article, from minting to redemption, maps onto how Lido Finance behaves in production, which is why most comparisons in this space start there.
If you want the token mechanics in more depth, read rebasing vs wrapped staking tokens. For the yield side, see how staking rewards are calculated, and for the exit side, withdrawals and the unstaking queue. This site is independent and not affiliated with Lido Finance.