# LidoOracleConfig

This table contains the configuration settings for the Lido oracle, such as the quorum size, contract version, allowed balance changes, epoch and slot details, and the address of the beacon report receiver.

### Schema

<table><thead><tr><th width="274">Data Fields</th><th>Description</th></tr></thead><tbody><tr><td>id</td><td>A unique identifier for the oracle configuration.</td></tr><tr><td>quorum</td><td>A unique identifier for the oracle configuration.</td></tr><tr><td>contract_version</td><td>The version of the oracle contract.</td></tr><tr><td>allowed_beacon_balance_annual_relative_increase</td><td>The version of the oracle contract.</td></tr><tr><td>allowed_beacon_balance_relative_decrease</td><td>The maximum allowed relative decrease in the beacon balance.</td></tr><tr><td>epochs_per_frame</td><td>The number of epochs per frame</td></tr><tr><td>slots_per_epoch</td><td>The number of slots per epoch.</td></tr><tr><td>seconds_per_slot</td><td>The number of seconds per slot.</td></tr><tr><td>genesis_time</td><td>The timestamp of the Ethereum beacon chain genesis.</td></tr><tr><td>beacon_report_receiver</td><td>The timestamp of the Ethereum beacon chain genesis.</td></tr></tbody></table>


---

# 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/databases/lidooracleconfig.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.
