Liquid Restaking トークン
Liquid Restaking Token(LRT)は、ユーザーのリセットプロトコルに含まれる資産を表し、ユーザーがリセットアップの報酬を獲得しながら流動性を維持することを可能にします。
A Liquid Restaking Token (LRT) is a derivative asset issued by a restaking protocol that represents a user's underlying staked assets, plus the accrued rewards, within that protocol. Restaking, a concept popularized by EigenLayer, allows users to stake their already staked assets (e.g., ETH staked in a liquid [staking](/ja/terms/liquid-staking) protocol like Lido) into additional "Actively Validated Services" (AVSs) such as new blockchains, oracle networks, or data availability layers. This process earns users additional rewards beyond standard staking yields. However, directly restaking locked assets would forfeit liquidity. LRTs solve this problem by providing liquidity. When a user deposits their liquid staked asset (like stETH) into a restaking protocol, they receive an LRT (e.g., rstETH). This LRT represents their claim on the underlying staked asset and the rewards generated from both the original staking and the restaking activities. The LRT can then be freely traded, used as collateral in DeFi protocols, or otherwise utilized, maintaining the user's liquidity. The value of an LRT is typically pegged to the value of the underlying staked assets plus accumulated rewards, though market dynamics can cause deviations. Key risks include smart contract vulnerabilities in the restaking protocol, slashing penalties on the underlying staked assets (which affect the LRT's value), and impermanent loss if the LRT is used in volatile DeFi strategies.
graph LR
Center["Liquid Restaking トークン"]:::main
Pre_logic["logic"]:::pre --> Center
click Pre_logic "/terms/logic"
Rel_restaking["restaking"]:::related -.-> Center
click Rel_restaking "/terms/restaking"
Rel_liquid_staking["liquid-staking"]:::related -.-> Center
click Rel_liquid_staking "/terms/liquid-staking"
Rel_lp_token["lp-token"]:::related -.-> Center
click Rel_lp_token "/terms/lp-token"
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歳でもわかるように説明
それは、とても安全な貯金箱にお金を入れて、お小遣い稼ぎができる特別なチケットをもらうようなものです。このチケットは、元のお金が安全に増え続けている間でも、他の人に売ったり、おもちゃを借りるために使ったりできます。
🤓 Expert Deep Dive
LRTs function as receipts for deposited assets within restaking protocols, abstracting away the complexity of managing multiple staking and restaking operations. The core mechanism involves smart contracts that receive staked assets (often liquid staking derivatives like stETH or rETH), re-stake them across various AVSs, and mint corresponding LRTs. The LRT's value accrues based on the yield generated from the original Proof-of-Stake (PoS) network (e.g., Ethereum) and the additional rewards from the AVSs, minus protocol fees and potential slashing penalties. The tokenomics often involve a mint-and-burn mechanism tied to the underlying asset value. A critical aspect is the collateralization ratio and risk management associated with the underlying staked assets and the AVSs. Slashing events on the underlying ETH or on the re-staked assets within AVSs directly impact the LRT's backing value. Furthermore, the composability of LRTs within DeFi introduces systemic risks, as a failure in one protocol (e.g., a DEX using LRTs as collateral) could cascade. The design trade-offs involve balancing yield generation, liquidity provision, and risk mitigation (slashing, smart contract bugs, AVS failures). Advanced LRT designs might incorporate mechanisms for managing collateral diversification across AVSs and dynamic fee structures.