# Lido

### Lido Finance on Enzyme <a href="#lido-finance-on-enzyme" id="lido-finance-on-enzyme"></a>

Lido stands at the forefront of decentralized staking solutions, facilitating seamless staking of Ethereum, and Polygon tokens. It pools user tokens to stake with network validators and issues stTokens—representatives of the staked assets plus the staking rewards. Users hold stTokens to participate in network validation rewards, which increase their stToken balance over time. Unstaking is as straightforward as staking: users burn their stTokens and enter the network's withdrawal process to receive their stake plus rewards.

Enzyme's integration with Lido currently supports the withdrawal of stETH, meaning users can redeem their staked ETH via Lido and engage with the withdrawal waiting period as prescribed by the network's conditions.

<figure><img src="https://docs.enzyme.finance/~gitbook/image?url=https%3A%2F%2F2049782695-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FWzXrybpj5e9VBbPlbYCJ%252Fuploads%252FhAElKS01CoZygrn87Smf%252FLido-position-page.png%3Falt%3Dmedia%26token%3D019f5720-a6bf-495c-944f-63b304b1f76e&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=d9a305d&#x26;sv=2" alt=""><figcaption></figcaption></figure>

#### Lido Withdrawal Period <a href="#lido-withdrawal-period" id="lido-withdrawal-period"></a>

The duration of the withdrawal period is subject to various factors:

* **Queue Volume**: Withdrawals follow a First-In-First-Out system; the larger the stETH queue, the longer the wait.
* **Validator Pool Performance**: The 'Bunker mode' can slow down the process in times of network stress.
* **Beacon Chain Exit Queue**: Validators must fully exit before releasing funds, with wait times increasing with more concurrent exits.
* **Staking Activity**: The interplay between staking and unstaking affects the speed of withdrawal fulfilment.

For an in-depth understanding of the withdrawal process and duration, visit [Lido's analysis](https://blog.lido.fi/just-how-fast-are-ethereum-withdrawals-using-the-lido-protocol/).

#### How to Redeem Your stETH with Enzyme <a href="#how-to-redeem-your-steth-with-enzyme" id="how-to-redeem-your-steth-with-enzyme"></a>

Redeeming your stETH is made straightforward with Enzyme. Is a two step process. Here's how:

1. **Request a Withdrawal**
   * Navigate to the "**DeFi Protocols"** section in your Enzyme vault.
   * Select "**Lido"** from the list of available protocols.
   * Click on "**Request Withdrawal**" and enter the amount of stETH you wish to redeem.
   * Confirm the details and then click the "**Request Withdrawal**" button.
   * Finally, sign and submit the transaction to complete the process.

Once you submit your request, the request will show up as "**Pending**" in the "**Unclaimed Lido Withdrawals**" table.

1. **Claim a Request**
   * Navigate to the "**DeFi Protocols"** section in your Enzyme vault.
   * Select "**Lido"** from the list of available protocols.
   * On the "**Unclaimed Lido Withdrawals Table**" click on the "**Claim available**" button
   * Confirm the details and then click the "**Claim Withdrawal**" button.
   * Finally, sign and submit the transaction to complete the process.


---

# 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.enzyme.finance/user-documentation/blue-management/protocols/lido.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.
