Liquid Staking
Liquid stakingは、ユーザーが暗号資産をステーキングし、ステーキングされたポジションを表すトークンを受け取ることができるようにすることで、ステーキングされた資産を他のDeFiアプリケーションで使用できるようにします。
Liquid stakingは、ユーザーがステーキング報酬を獲得しながら、ステーキングされた資産の流動性を維持できるプロセスです。従来のステーキングは資産をロックし、他の分散型金融(DeFi)プロトコルでの使用を妨げます。Liquid stakingは、ステーキングされた資産を表すLiquid Staking Derivative(LSD)トークンを発行することでこれを解決し、このトークンは、貸付、借入、またはイールドファーミングなどの他の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](/ja/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.