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
✅ 検証済み技術情報
- • Staking is the primary security mechanism for Proof of Stake blockchains.
- • Staked assets are used as a bond that can be slashed if validators act dishonestly.
- • Liquid Staking allows users to receive a tradeable token representing their staked position.
- • Staking rewards typically consist of protocol inflation and transaction fees.
graph LR
Center["Staking"]:::main
Pre_proof_of_stake_pos["proof-of-stake-pos"]:::pre --> Center
click Pre_proof_of_stake_pos "/terms/proof-of-stake-pos"
Pre_digital_assets["digital-assets"]:::pre --> Center
click Pre_digital_assets "/terms/digital-assets"
Rel_liquid_staking["liquid-staking"]:::related -.-> Center
click Rel_liquid_staking "/terms/liquid-staking"
Rel_restaking["restaking"]:::related -.-> Center
click Rel_restaking "/terms/restaking"
Rel_validator["validator"]:::related -.-> Center
click Rel_validator "/terms/validator"
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歳でもわかるように説明
💰 Staking is like putting money in a high-interest savings account. However, instead of a bank using your money for loans, the [blockchain](/ja/terms/blockchain) uses it to stay safe and honest. Because you're helping the network run, the network pays you a 'thank you' reward in new tokens.
🤓 Expert Deep Dive
The technical landscape of staking has evolved into three distinct tiers: Solo Staking, where users run their own hardware (full sovereign security); Liquid Staking (LST), where protocols like Lido or Rocket Pool issue derivative tokens (e.g., stETH) to unlock liquidity for DeFi; and Restaking (LRT), popularized by EigenLayer, which allows the same staked asset to secure multiple services (AVSs) simultaneously. Security focuses on Sybil Resistance—it is hard to pretend to be many people if you have to pay a deposit for each. Risks include Slashing (loss of funds due to downtime or double-signing) and Unbonding Periods, which are cooling-off phases where assets are locked without earning yield before they can be moved.