> 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/analytics.md).

# Analytics

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

***

The Analytics tab gives you powerful tools to actively manage and optimize your DeFi positions. It surfaces actionable insights on profitability, efficiency, and reliability helping you decide where to allocate more capital, trim underperformers, or rebalance for better risk-adjusted returns.

* **Net PNL** (Bar + Line Chart) Shows your daily income split into:

  * **Positive bars**: Supply/lending/staking yield earned
  * **Negative bars**: Borrow costs or other expenses deducted
  * **Net line**: Overall profit/loss after all costs (in USD)

  Filter by time periods: 1W, 1M, 3M, 6M, 1Y.&#x20;

Quickly spot if your leveraged or borrowing strategies are truly net positive, no more guessing based on gross APY alone.

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

* **Capital Efficiency** (Bubble/Scatter Plot) Each of your positions appears as a bubble:

  * **X-axis**: Position size (capital deployed in USD)
  * **Y-axis**: Average daily income (USD over selected period)

  Time-frame filters: 1W, 1M, 3M, 6M, 1Y, All time.&#x20;

Highlights high-efficiency winners (small capital => high income) vs. capital hogs (large positions => low returns). Perfect for identifying where to scale up or cut back.

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

* **Yield Stability** (Sortable Table/List) Stats calculated over the last 30 days per position:

  * Avg daily income (USD)
  * Standard deviation of daily income
  * **Stability Score** (0–100): Higher = more consistent (formula: `100 - Coefficient of Variation %`)
  * Label: Very Stable / Stable / Moderate / Volatile / Very Volatile

  Sort by Stability Score, Avg Income, etc. &#x20;

A high-yield position that's wildly volatile might not suit your risk profile, this helps compare reliability side-by-side with raw returns.

<figure><img src="/files/OWEaeouusbnSAT4LTAXq" alt=""><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/analytics.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.
