> For the complete documentation index, see [llms.txt](https://docs.illuvium.io/staking-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.illuvium.io/staking-v2/staking-v2-app/overview.md).

# Overview

{% hint style="info" %}
The Overview page provides users with a high-level view of important metrics related to the Illuvium Staking protocol and serves as a launchpad for different sections of the app.&#x20;
{% endhint %}

The Overview page can be found at: [staking.illuvium.io/](https://staking.illuvium.io/)

![](/files/8dzQQZig3jeR7Q8E10vf)

### Launchpads

The overview page contains three launchpad cards that allow users to navigate to the most important sections of the app quickly. These are the Stake, Rewards, and Vesting cards shown below.

![](/files/YG0WU9LVSjzUiQGaOgKg)

### Emission Schedule

The Emission Schedule component allows stakers and community members to quickly glance at the current status of Illuvium's yield farming program. It highlights the current epoch, how much ILV is scheduled for yield within that epoch in each core pool, and how much ILV has been emitted in total.

![](/files/J9DHP6Drsm9QRTD7w6TJ)

### Estimated Holders

The Estimated Holders component shows how many unique wallets currently interact with the protocol and hold ILV. This number is an estimate because it's impossible to calculate exactly how many unique wallets currently hold ILV, provide liquidity in the ILV/ETH pool, currently stake in any of our core pools or other pools in other protocols.

![](/files/Flu231CoTnFq3HE0RfET)

### Total Amount Staked

The Total Amount Staked component provides an overview of the USD value deposited in our core pools. This is combined in the 'Total' tab to give a total value across both pools. A tab is provided for each pool to see the numbers for each pool individually.&#x20;

![](/files/3sJYfrwlMRIe8iuUJdVm)


---

# 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://docs.illuvium.io/staking-v2/staking-v2-app/overview.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.
