Token

In the context of AI and NLP, a token is a fundamental unit of text, such as a word, part of a word, or a punctuation mark, used for processing and analysis.

A Liquid [Restaking Token](/en/terms/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](/en/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["Token"]:::main
  Pre_cryptography["cryptography"]:::pre --> Center
  click Pre_cryptography "/terms/cryptography"
  Rel_machine_learning["machine-learning"]:::related -.-> Center
  click Rel_machine_learning "/terms/machine-learning"
  Rel_token_ai["token-ai"]:::related -.-> Center
  click Rel_token_ai "/terms/token-ai"
  Rel_tokenizer["tokenizer"]:::related -.-> Center
  click Rel_tokenizer "/terms/tokenizer"
  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;

      

🧒 Explain Like I'm 5

It's like getting a special ticket that proves you've put your money into a super-safe piggy bank that earns extra pocket money. You can trade this ticket or use it to borrow toys, even while your original money is still safely earning more.

🤓 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.

🔗 Related Terms

Prerequisites:

📚 Sources