# LidoTotalReward

This table stores information about the total rewards earned by Lido validators, including the reward amounts, fees, APR calculations, and the number of shares minted and allocated to various parties (treasury, insurance fund, operators).

### 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 total reward record.</td></tr><tr><td>total_rewards</td><td>A unique identifier for the total reward record.</td></tr><tr><td>total_rewards_with_fees</td><td>The total reward amount including fees.</td></tr><tr><td>mev_fee</td><td>The fee charged for Maximal Extractable Value (MEV) or miner-extractable value.</td></tr><tr><td>fee_basis</td><td>The basis for calculating the fees (e.g., total rewards).</td></tr><tr><td>treasury_fee_basis_points</td><td>The portion of the fee allocated to the Lido treasury, in basis points.</td></tr><tr><td>insurance_fee_basis_points</td><td>The portion of the fee allocated to the Lido insurance fund, in basis points.</td></tr><tr><td>operators_fee_basis_points</td><td>The portion of the fee allocated to the node operators, in basis points.</td></tr><tr><td>total_fee</td><td>The portion of the fee allocated to the node operators, in basis points.</td></tr><tr><td>insurance_fee</td><td>The portion of the fee allocated to the node operators, in basis points.</td></tr><tr><td>operators_fee</td><td>The portion of the fee allocated to the node operators, in basis points.</td></tr><tr><td>treasury_fee</td><td>The portion of the fee allocated to the node operators, in basis points.</td></tr><tr><td>dust</td><td>The portion of the fee allocated to the node operators, in basis points.</td></tr><tr><td>shares_to_mint</td><td>The number of new Lido shares to be minted from the rewards.</td></tr><tr><td>shares_to_treasury</td><td>The number of new Lido shares to be minted from the rewards.</td></tr><tr><td>shares_to_insurance_fund</td><td>The number of new Lido shares to be minted from the rewards.</td></tr><tr><td>shares_to_operators</td><td>The number of Lido shares allocated to the node operators.</td></tr><tr><td>dust_shares_to_treasury</td><td>The number of Lido shares allocated to the node operators</td></tr><tr><td>total_pooled_ether_before</td><td>The number of Lido shares allocated to the node operators</td></tr><tr><td>total_pooled_ether_after</td><td>The total amount of Ether pooled by Lido after the reward distribution.</td></tr><tr><td>total_shares_before</td><td>The total number of Lido shares in circulation before the reward distribution.</td></tr><tr><td>total_shares_after</td><td>The total number of Lido shares in circulation after the reward distribution.</td></tr><tr><td>time_elapsed</td><td>The time elapsed since the last reward distribution.</td></tr><tr><td>apr_raw</td><td>The raw annualized percentage rate (APR) of the rewards.</td></tr><tr><td>apr_before_fees</td><td>The annualized percentage rate (APR) of the rewards before fees are deducted.</td></tr><tr><td>apr</td><td>The annualized percentage rate (APR) of the rewards after fees are deducted.</td></tr><tr><td>block_timestamp</td><td>The timestamp of the block in which the reward distribution occurred.</td></tr><tr><td>transaction_hash</td><td>The hash of the transaction that included the reward distribution.</td></tr><tr><td>transaction_index</td><td>The index of the transaction within the block.</td></tr><tr><td>log_index</td><td>The index of the log entry for the reward distribution event within the transaction.</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/lidototalreward.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.
