> For the complete documentation index, see [llms.txt](https://docs.yecho.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yecho.app/user-guide/understanding-your-dashboard/history.md).

# History

It is particularly useful for evaluating consistency, seasonality, and the evolution of your real yield.

<figure><img src="/files/v75aQsGa7P2GRAomGhjq" alt=""><figcaption></figcaption></figure>

***

Income Calendar map - A full-year calendar grid, one cell per day

* Each cell's **color intensity** represents that day's **total yield income in USD** across all positions (token amount × token price)
* A **year selector** allows switching between years if historical data spans multiple years

**Tooltip on hover:** Exact date + USD amount earned

* Instantly reveals **gaps** (inactive periods, protocol pauses) vs. **high-earning streaks**
* Gives a historical perspective on earning activity that raw tables cannot convey

<figure><img src="/files/VpLbdWpZSeSaNF7fUdlO" alt=""><figcaption></figcaption></figure>

The **History** tab focuses on long-term performance and trend analysis:

* Monthly wave chart for comparing dApps

<figure><img src="/files/wzWfAApbnxqHPX9t9pMJ" alt=""><figcaption></figcaption></figure>

* Line chart showing total monthly income over time

<figure><img src="/files/AVSGRO5H7XEnj1XorBzC" alt="" width="563"><figcaption></figcaption></figure>

* Key performance indicators:
  * Best month
  * Monthly average
  * Cumulative yield
  * Yield growth rate

<figure><img src="/files/EZ2nYG9KT60uLMzLHuqx" alt="" width="563"><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.yecho.app/user-guide/understanding-your-dashboard/history.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.
