> For the complete documentation index, see [llms.txt](https://sdk.chorus.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.chorus.one/our-products/chorus-one-ethereum-staking/how-do-i-see-my-rewards.md).

# How Do I See My Rewards?

## Understanding the Dashboard in Ethereum Staking Pool

The dashboard view is your one stop shop to view all your staking activity in Ethereum Staking Pool.

To navigate there, use the left hand side panel and click on '**Dashboard**'

<figure><img src="/files/jyy5hnIp9khDZ7GttiLI" alt=""><figcaption><p>An example view of the Ethereum Staking Pool Dashboard.</p></figcaption></figure>

On the left you can see highlighted how to access the dashboard.

Along the top, highlighted in the pink boxes you can see how much your total stake is.

{% hint style="info" %}
You can select '**All Vaults**' (this is the default setting) or view your balances in the MEV Max or Obol DV vaults specifically.

* The same selection can be made for looking at your total osETH minted, highlighted in the upper-right box in the screenshot above.
  {% endhint %}

Below this, you can see your total restaked balance highlighted in the box near the middle of the screenshot.

* This will show you you what LRTs (Liquid Restaking Tokens) you have restaked.

{% hint style="success" %}
If you want to check on your Boosted ETH status, this will need to be done via the StakeWise interface to interact with the underlying Ethereum Staking Pool Vault.

To learn more, check out Boosted ETH Staking
{% endhint %}

***

## Viewing your Rewards Data

From the dashboard interface, you will see a line graph like the screenshot below.

<figure><img src="/files/8iNwVw1vWRK9WbvUavjr" alt=""><figcaption><p>Example of the Ethereum Staking Pool dashboard Historical Staking Rewards graph.</p></figcaption></figure>

You can hover your mouse cursor over the graph to see how many rewards you have accumulated over time.

{% hint style="info" %}
Using the box highlighted on the left, you can select which vault you want to see rewards data from. By default, all vaults will be selected.

To the right, you can click on '**Download CSV**' to download a file of all your rewards data to a CSV file.

* Note: The timestamps for each rewards cycle are from 00:00 UTC.
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sdk.chorus.one/our-products/chorus-one-ethereum-staking/how-do-i-see-my-rewards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
