What it is
A liquid restaking token (LRT) is a receipt token you get when you deposit an asset into a restaking protocol instead of restaking it directly and locking it up yourself. The LRT represents your claim on the underlying restaked position — including its rewards and its slashing risk — and, unlike a locked restaking position, the LRT itself can be traded, used as collateral, or deployed into other DeFi protocols while your underlying stake keeps earning restaking rewards in the background.
How it works
- A user deposits a base asset (often already a liquid staking token like a staked-ETH derivative) into an LRT protocol's vault.
- The protocol mints and sends the user a new token representing their share of the pooled deposits — this is the LRT.
- Behind the scenes, the protocol's operators delegate the pooled assets into a restaking system, opting into various services on the depositors' behalf and choosing which operators to use.
- Rewards from restaking (and any slashing losses) accrue to the underlying pool, changing the value or exchange rate that each LRT represents, similar to how a liquid staking token's value grows relative to the base asset.
- Because the LRT is a standard, transferable token, holders can sell it, supply it as collateral in a lending market, or deposit it into a liquidity pool — all without waiting through the restaking protocol's own withdrawal/unbonding period.
- When a holder wants to fully exit and reclaim the underlying restaked asset, they redeem the LRT, which typically involves the protocol's own unbonding delay for that underlying position.
- Governance or operators for the LRT protocol decide which services and operators the pooled funds get delegated to, meaning individual holders usually give up direct control over that choice.
Why designers use it
- Removes the capital lockup problem of restaking directly, letting the same value be productive in restaking and in other DeFi applications at once.
- Abstracts away the complexity of choosing operators and services, letting depositors get diversified restaking exposure passively.
- Deepens liquidity and composability for restaked capital, since a tradeable token integrates far more easily with wallets, exchanges, and other protocols than a locked position.
Failure modes
- Depeg risk: if the market loses confidence in the underlying restaked position (e.g., after a slashing event), the LRT can trade below the value of the assets it's supposed to represent.
- Delegated risk without delegated control: holders bear the slashing and operator risk of whatever the protocol's managers chose to opt into, often with limited visibility or say in that choice.
- Compounding leverage: because LRTs are frequently reused as collateral elsewhere, a loss in the underlying restaked position can trigger cascading liquidations across multiple protocols simultaneously.
- Withdrawal bottlenecks: a rush of holders trying to redeem at once can hit unbonding-period limits, forcing sellers onto the open secondary market at a discount instead.
- Smart contract and operator concentration risk stacks on top of the base restaking risk, adding another layer of code and trust that can fail independently.
What to check before using it
- Understand the LRT's exchange-rate mechanism: is it rebasing, or does the token appreciate in value against the deposited asset?
- Check what services and operators the protocol delegates to, and how transparent and changeable that allocation is.
- Verify secondary-market liquidity and typical depeg behavior during periods of stress, not just under calm conditions.
- Confirm the redemption/unbonding delay and whether there's a discounted instant-exit path if you need liquidity quickly.
- Check whether other protocols that accept the LRT as collateral have adequate risk parameters (haircuts, liquidation thresholds) for its actual volatility.