# LidoSubmission

This table stores information about user deposits into the Lido protocol. It includes details such as the sender's address, the amount deposited, the number of shares minted, and the total pooled Ether and shares before and after the deposit.

### 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 submission.</td></tr><tr><td>sender</td><td>The address of the user who submitted the deposit.</td></tr><tr><td>amount</td><td>The amount of Ether (in Wei) deposited by the user</td></tr><tr><td>referral</td><td>The address of the referral, if any.</td></tr><tr><td>shares</td><td>The number of Lido shares minted for the user.</td></tr><tr><td>shares_before</td><td>The user's Lido shares balance before the submission.</td></tr><tr><td>shares_after</td><td>The user's Lido shares balance after the submission.</td></tr><tr><td>total_pooled_ether_before</td><td>The user's Lido shares balance after the submission.</td></tr><tr><td>total_pooled_ether_after</td><td>The user's Lido shares balance after the submission.</td></tr><tr><td>total_shares_before</td><td>The user's Lido shares balance after the submission.</td></tr><tr><td>total_shares_after</td><td>The total number of Lido shares in circulation after the submission.</td></tr><tr><td>balances_after</td><td>The total number of Lido shares in circulation after the submission.</td></tr><tr><td>block_timestamp</td><td>The timestamp of the block in which the submission occurred.</td></tr><tr><td>transaction_hash</td><td>The hash of the transaction that included the submission.</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 transaction within the block.</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/lidosubmission.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.
