# Understanding Liquid Restaking

Renzo is a liquid derivative platform built on EigenLayer. It serves as the interface to the EigenLayer ecosystem by securing Autonomous Verifiable Services (AVSs) and offering a higher yield than conventional ETH staking.

For every LST or ETH deposited on Renzo, it mints an equivalent amount of ezETH.

Find more info on [ezETH](/docs/products/staking-suite/ezeth.md) here

How it works:

<figure><img src="/files/3up6qZwg81srNSO45E7W" alt=""><figcaption></figcaption></figure>

Renzo is built to be primary on-ramp / off-ramp for Ethereum restaking, using a combination of smart contracts and operator nodes to secure the best risk / reward restaking strategy.

<figure><img src="/files/rK7qUzXryGVkQYGvZXbE" alt=""><figcaption></figcaption></figure>

### **What are Restaking Strategies?**

AVS in Eigenlayer are decentralized services that will inherit Ethereum's security via EigenLayer.

A restaking strategy is a unique position where the user decides to secure one of the many AVS or a combination of them.

The number of strategies possible for securing an activity increases with the number of AVSs. Each AVS presents a unique entry point for rewards and relevant slashing risks, and the more AVS you have, the more diverse strategies are possible to secure them effectively.

To quantify, the number of possible strategies is expressed with the equation:

$$
\sum\_{k=1}^{n} {^n C\_k}
$$

This formula considers all possible combinations of securing AVS, from securing one to securing all AVS.

Consider a scenario with just 3 AVS - A, B, C. Number of strategies possible are

1. *AVS A: Securing only AVS A*
2. *AVS B: Securing only AVS B*&#x20;
3. *AVS C: Securing only AVS C*&#x20;
4. *AVS A and AVS B: Securing both AVS A and AVS B together*
5. *AVS A and AVS C: Securing both AVS A and AVS C together*&#x20;
6. *AVS B and AVS C: Securing both AVS B and AVS C together*&#x20;
7. *AVS A, AVS B, and AVS C: Securing all three AVS simultaneously*

In this scenario, there are 7 different strategies to secure the activity, based on whether you secure each individual AVS or their combinations.

We will also get 7 if we apply the above equation.

Now, as the number of AVS increases so will the number of strategies. In fact, this increases exponentially,

At 15 AVS we will have **32,767** strategies possible. As you can imagine, evaluating the right combination of AVS while optimizing for risk-reward and actively managing these positions gets more tenuous as more AVS join the network.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.renzoprotocol.com/docs/restaking-ecosystems/understanding-liquid-restaking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
