LSD (Liquid Staking Derivatives)¶
Overview¶
LSD (Liquid Staking Derivatives), now more commonly referred to as LST (Liquid Staking Tokens), refers to credential tokens that represent users' staking shares and future rewards, received when users stake native tokens (such as ETH) with a protocol on a PoS (Proof of Stake) blockchain.
The emergence of LSDs solves the core contradiction between capital efficiency and network security in PoS mechanisms. In the traditional staking model, assets are locked to maintain network security and cannot circulate or be used during that period. LSD protocols allow users to retain asset liquidity while earning staking rewards, enabling them to continue participating in DeFi activities (such as lending, market making).
Core Value¶
1. Unlocking Liquidity¶
Users no longer face the opportunity cost of staking lock-up periods. Held stETH or rETH can be sold at any time on the market like native ETH, or used as collateral to borrow stablecoins, greatly improving capital efficiency.
2. Lowering Participation Barriers¶
Ethereum's native Solo Staking requires 32 ETH and complex hardware operations. LSD protocols typically allow users to participate with any small amount of funds without managing nodes.
3. Improving Network Security¶
By lowering barriers and providing liquidity, LSDs attract more users who would otherwise be unwilling to lock funds to participate in staking, macroscopically increasing the total amount of staked tokens on the network and raising the cost of attacking it.
Main Mechanism Types¶
1. Rebase Model (e.g., Lido stETH)¶
- Mechanism: Token balances automatically increase daily with staking rewards.
- Exchange Rate: Typically pegged 1:1 (1 stETH ≈ 1 ETH).
- Pros/Cons: Intuitively reflects rewards, but more complex to integrate in certain DeFi protocols, and tax treatment can be cumbersome.
2. Value-Accruing Model / Reward-Bearing Token (e.g., Rocket Pool rETH, Compound cToken)¶
- Mechanism: Token quantity remains unchanged, but its exchange rate to the underlying asset increases over time.
- Exchange Rate: 1 LSD > 1 ETH, with the spread continuously widening.
- Pros/Cons: Excellent DeFi compatibility (as a standard ERC-20), treated as capital gains for tax purposes.
Derivative Ecosystem: LSDFi¶
The proliferation of LSDs has spawned a financial ecosystem built on top of LSDs, called LSDFi. - Yield Aggregation and Leverage: Recursive lending (collateralize stETH to borrow ETH to buy stETH) to amplify staking yields. - Stablecoin Collateral: Use LSDs as collateral to mint decentralized stablecoins (e.g., Lybra, Raft). - DEX Liquidity: Provide liquidity for LSD/ETH trading pairs. - Index Products: Basket of LSD token combinations (e.g., dsETH).
Risks and Challenges¶
- De-pegging Risk: While LSDs represent underlying ETH, secondary market prices are affected by supply and demand. Under extreme market conditions, negative premiums (de-pegging) may occur.
- Smart Contract Risk: LSD protocols involve complex contract interactions and are at risk of hacker attacks.
- Centralization Risk: If a single LSD protocol (such as Lido) controls an excessively high proportion of validator nodes, it could threaten Ethereum's censorship resistance.
- Slashing Risk: If node operators act maliciously or misconfigure, staked ETH will be slashed, causing LSD value to decline (although protocols typically have insurance mechanisms).
Related Concepts¶
- DVT (Distributed Validator Technology): Technology designed to reduce centralization risk in LSD protocols by distributing private key control.
- Restaking: Such as EigenLayer, which allows re-staking LSDs to secure other services.