Liquid Staking
Liquid staking은 사용자가 암호화 자산을 스테이킹하고 스테이킹된 포지션을 나타내는 토큰을 받아 다른 DeFi 애플리케이션에서 스테이킹된 자산을 사용할 수 있도록 합니다.
Liquid staking은 사용자가 스테이킹 보상을 받으면서 스테이킹된 자산의 유동성을 유지할 수 있도록 하는 프로세스입니다. 기존 스테이킹은 자산을 잠가 다른 탈중앙화 금융(DeFi) 프로토콜에서 사용할 수 없도록 합니다. Liquid staking은 스테이킹된 자산을 나타내는 LSD(Liquid Staking Derivative) 토큰을 발행하여 이 문제를 해결하며, 이 토큰은 대출, 차입 또는 yield farming과 같은 다른 DeFi 애플리케이션에서 사용할 수 있습니다.
이 혁신은 특히 Proof-of-Stake(PoS)로의 전환이 스테이킹 서비스에 대한 큰 수요를 창출한 Ethereum 생태계에서 상당한 견인력을 얻었습니다. 여러 플랫폼에서 liquid staking 솔루션을 제공하며, 각 플랫폼은 다양한 보상률 및 지원 자산과 같은 다양한 기능을 갖추고 있습니다. Liquid staking의 성장은 스테이킹된 자산을 더욱 다재다능하고 접근 가능하게 만드는 더 넓은 추세를 반영합니다.
메커니즘은 liquid staking 플랫폼을 통해 토큰을 스테이킹하는 것을 포함합니다. 그 대가로 사용자는 LSD 토큰(예: 스테이킹된 ETH의 stETH)을 받습니다. 이 토큰은 다른 ERC-20 토큰처럼 사용할 수 있으며, 사용자는 추가 수익을 얻거나 다양한 DeFi 활동에 참여할 수 있습니다. LSD 토큰의 가치는 시간이 지남에 따라 보상이 누적되면서 기본 스테이킹된 자산을 추적하도록 설계되었습니다.
Liquid staking은 사용자가 보상을 받고 동시에 DeFi 공간에서 활동할 수 있도록 하여 스테이킹에 참여하는 보다 유연하고 효율적인 방법을 제공합니다.
🛡️ Trust Score
✅ 검증된 기술 정보
- • Liquid staking issues a token (LST) that represents a user's staked assets.
- • LSTs allow users to maintain liquidity while participating in network consensus rewards.
- • De-pegging is a risk where the LST market price deviates from the value of its underlying assets.
- • Lido and Rocket Pool are the leading protocols for liquid staking on Ethereum.
graph LR
Center["Liquid Staking"]:::main
Pre_staking["staking"]:::pre --> Center
click Pre_staking "/terms/staking"
Pre_proof_of_stake_pos["proof-of-stake-pos"]:::pre --> Center
click Pre_proof_of_stake_pos "/terms/proof-of-stake-pos"
Pre_smart_contract["smart-contract"]:::pre --> Center
click Pre_smart_contract "/terms/smart-contract"
Rel_restaking["restaking"]:::related -.-> Center
click Rel_restaking "/terms/restaking"
Rel_defi["defi"]:::related -.-> Center
click Rel_defi "/terms/defi"
Rel_yield_farming["yield-farming"]:::related -.-> Center
click Rel_yield_farming "/terms/yield-farming"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 5살도 이해할 수 있게 설명
🚜 Imagine putting your gold in a bank to earn interest, but the bank gives you a 'Gold Certificate' that everyone in town accepts as money. You earn interest on the gold in the vault, but you can still use the certificate to buy bread or trade with friends. That's liquid [staking](/ko/terms/staking).
🤓 Expert Deep Dive
Liquid Staking Protocols differentiate through their architectural models: Rebase Mechanisms (e.g., stETH), where the token balance in the user's wallet automatically increases daily; and Reward-Bearing Mechanisms (e.g., rETH, cbETH), where the token's exchange rate against the underlying asset increases over time. Security concerns center on De-pegging Risk—when the LST price drops below the value of the underlying asset due to low liquidity or protocol failure—and Validator Centralization, as a few large LST protocols could gain significant control over the network's consensus. Advanced strategies involve using LSTs in Looping (borrowing against LST to buy more LST) to multiply staking yields, though this significantly increases liquidation risk.