# Contracts

These contracts are being indexed and monitored as part of the Lido Finance indexing project. The table below lists the contracts, their addresses, a brief description of their purpose, and the specific events that are being tracked and handled by the indexer.

| Contract Name          | Contract Address                           | Description                                                                                                                                              |                                                                                                                                                                                                                                                                                              |
| ---------------------- | ------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Lido Contract          | 0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84 | The main Lido contract, responsible for managing user deposits, share transfers, fee configurations, and other critical operations of the Lido protocol. | Submitted, Transfer, SharesBurnt, Approval, FeeSet, FeeDistributionSet, LidoLocatorSet, Resumed, Stopped, ELRewardsVaultSet, ELRewardsWithdrawalLimitSet, ProtocolContactsSet, StakingLimitRemoved, StakingLimitSet, StakingPaused, StakingResumed, WithdrawalCredentialsSet, ETHDistributed |
| Legacy Oracle Contract | 0x442af784A788A5bd6F42A01Ebe9F287a871243fb | The contract related to the Lido oracle, responsible for managing and reporting validator information and rewards.                                       | Completed, PostTotalShares, MemberAdded, MemberRemoved, ContractVersionSet, QuorumChanged, BeaconSpecSet, BeaconReportReceiverSet, AllowedBeaconBalanceRelativeDecreaseSet, AllowedBeaconBalanceAnnualRelativeIncreaseSet                                                                    |


---

# 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/contracts.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.
