LST/LSD/LRT : From Zero to Hero

1. Liquid Staking Definition

Liquid staking allows users to stake tokens and simultaneously use them in the DeFi ecosystem. This is made possible by wrapping the staked tokens and providing users with a wrapped token that is a claim on the underlying collateral. The wrapped tokens can be transferred and generate yield.

source : https://defillama.com/lsd

In comparison to traditional staking which often locks assets, rendering them illiquid and unusable in other DeFi applications until unstaked. Liquid staking allows staked assets to remain liquid. Users receive derivative tokens representing their staked assets, which can be used across the DeFi ecosystem for lending, borrowing, or trading, enhancing capital efficiency without sacrificing participation in network security


2. LST/LSD/LRT Differences

  • Liquid Staking Tokens (LSTs) usually represents tokens from another chain or another layer (WETH,WBTC) that can be traded, used as collateral in a POS chain

  • Liquid Staking Derivatives (LSD) might refer to financial instruments or derivatives products built on top of Liquid Staking solutions. By using derivatives, investors can gain exposure to the staking benefits without directly participating in staking themselves. (stETH,rETH,BETH etc). They represent the locked value + rewards.

  • Liquid Restaking Tokens (LRTs) are tokens that arise from the EigenLayer restaking primitive, that encompass an ETH or ETH LST and the corresponding staking and restaking rewards.

** in reality LST and LSD can be referred to the same concept of a token representing it’s locked value + rewards


3. Liquid Re-Staking and EigenLayer

Eigenlayer has taken the market by storm in the past few weeks, possibly fuelled by the liquid staking derivatives (LSDs) narrative that made people go high. Moreover it allows blockchains and protocols to leverage on Ethereum’s strong security through ETH re-staking.

Eigenlayer is an infrastructure that allows for staked ETH(LSD tokens) to be re-staked to other middleware/blockchain/protocol within the same core infrastructure. This allows the leveraging of Ethereum’s existing strong security and trust layer.

What are the problems EigenLayer is trying to solve?

To have a better understanding as to what the current problem is, we will be using the following analogy (source) :

  • Ethereum: Shopping mall

  • dApps and Middleware: Shops

  • Consensus Mechanism: Lifts

  • Trust Network: Concrete floor

Imagine Ethereum as a shopping mall. Makes sense because it is a smart contract platform that allows the building of decentralized applications (dApps). In this shopping mall, we need shops. These shops refer to the middleware that Ethereum uses, such as oracles and message exchange mechanisms. In addition, there are also dApps that are being built on the layer.

But instead of having a central lift in the shopping mall that everybody can use to access the shops, the shops have to build their own individual lifts for users to get to them. In addition, instead of being able to use Ethereum’s building contractor that has built sturdy floors and walls, the shops have to find their own contractors to build the architecture around them.

With this mechanism there is a lot of problems :

  1. Difficulty and cost inefficiency in establishing security

  2. Misalignment of Protocol Interest

  3. Lack of trust in other protocols (or fragmented trust)

How EigenLayer is solving them ?

Eigenlayer is a middleware built on Ethereum, and is commoditizing Ethereum’s trust network, allowing new chains or protocols to leverage on this highly secure decentralized trust.

Stakers that have staked their $ETH to secure the Ethereum network can take their staked $ETH and re-stake it to other chains or protocols.

As mentioned by the founder, Eigenlayer was built on Ethereum as it is the largest programmable decentralized trust network. Eigenlayer works to unbundle this trust network, allowing components of it to be delegated to other purposes.

Eigenlayer describes itself as an infrastructure layer, allowing protocols to built on it in a totally free way regarding all it offers

How does it work ?

In EigenLayer, there are three main agents: Stakers, Operators, and AVS developers :

A. Stakers

Stakers have 3 possibilites to enter EigenLayer :

  1. You want to stake your eths (32 at least) : Native Restaking

    For this step you need to create an EigenPod using EigenPodManager.sol and then set your ethereum validator’s withdrawCredential to it. You must operate an Ethereum Validator node in order to participate in Native Restaking.

  2. You want to stake Re-staking LP Token (not functional for now)

  3. You want to stake your staked eths (LSTs) : Liquid Re-Staking :

    A method where Liquid Staking Token (LST) holders restake by transferring their tokens into the EigenLayer smart contracts

B. Operators

On the other side, peoples are running node operators who enable ETH stakers to delegate their staked asset (whether in the form of native ETH or LSTs).

A node operator then opt-in to provide a range of services to AVSs, enhancing the overall security and functionality of their networks. Keep in mind that you don’t need a specific amount of restaked tokens to become an operator.

Most Operators will opt-in to receive token delegations sourced from other Restakers within the network, or Operators can choose to self-delegate by allocating their own restaked token balance. Operators then choose to support various services operating on EigenLayer (AVSs)

⇒ To become an operator you need to call registerAsOperator on DelegationManager.sol

The operator is relying on the AVS developer to accurately code the client software and an on-chain slashing condition.

C. Actively Validated Services (AVSs)

An AVS is basically an infrastructure service or a collection of services or middleware software that is built on top of EigenLayer.

They utilize EigenLayer protocol to integrate with Ethereum's security mechanisms, enabling enhanced validation for blockchain applications without their own consensus mechanisms.

Examples of AVSs are fast finality layers, data availability layers (EigenDA), virtual machines, keeper networks, oracle networks, bridges(Omni), threshold cryptography schemes, AI inference/training systems, and trusted execution environment committees

⇒ To register as an AVS you need to set the task you want to fulfil ( the one for which an operator will choose to delegate it’s shares to your AVS), frequency at which you want to fulfil it, define slashing conditions (conditions in which an operator should be considered in violation of AVs validation semantics) and set it up with EigenLayer team through this form

Conclusion :

A. Pros of Eigenlayer

  • Increased security for protocols

  • Improved capital efficiency

  • value alignment

  • High degree of flexibility

B. Cons of EigenLayer :

  • Single point of failure

  • Systemic risk pertaining to security

  • Abuse of control by protocols

  • Slashing risk + withdrawal delay


📔 LSD/RLT Audit Cheat Sheet 📔

When auditing an LSD/LRT protocol , look for these points and try to explain them to gain an overview of it :

  • Types of Fees based and their calculations.

  • Rewards mechanism for staked tokens

  • Powers of the owner

  • Will the contract hold ETH?

  • What tokens the contract will hold? How these tokens are handled ?

  • How many decimals for computing the TVL ?

Vulnerable Spots to look for


Source :