# Lido Finance

Lido Finance is a liquid staking solution that allows users to stake their Ether (ETH) and earn rewards while maintaining liquidity through staked ETH tokens (stETH). The Lido protocol plays a crucial role in the Ethereum ecosystem, facilitating decentralized staking and contributing to the security and scalability of the Ethereum network.

Indexing the Lido Finance protocol involves continuously monitoring and capturing relevant data from the smart contracts that govern the protocol's functionality. By indexing the Lido Contract and the Legacy Oracle Contract, we can gain valuable insights into various aspects of the protocol, including:

* User deposits and withdrawals
* Share transfers and balances
* Fee configurations and distributions
* Oracle operations and validator information
* Reward distributions and staking metrics

<br>


---

# 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.blockflow.network/use-cases/lido-finance.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.
