> 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/taxes-and-reports.md).

# Taxes & Reports

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

***

The Tax & Reports tab provides a **complete, filterable log of all daily income events** tracked by Yecho, designed to assist users with tax reporting and financial auditing of their DeFi activity.

#### What it displays <a href="#user-content-what-it-displays" id="user-content-what-it-displays"></a>

A full scrollable table, **Income History** with one row per income event, showing:

* **Date :** Snapshot date of the income entry
* **Type :** Contract type `Lending` (green) or `Borrowing` (red)
* **Protocol :** dApp name with logo
* **Blockchain :** Chain with logo
* **Asset :** Token received
* **Amount :** Token amount (negative for borrow costs)
* **USD Snapshot** : Amount converted to USD using snapshot prices
* **USD Current :** Amount converted to USD using live token prices

#### Filtering <a href="#user-content-filtering" id="user-content-filtering"></a>

Users can narrow down data by:

* **Date range** : From / To date pickers
* **Type** : Lending vs. Borrowing
* **Protocol** : Filter by specific dApp
* **Asset** : Filter by token
* **Chain** : Filter by blockchain

The entry count updates live (e.g. *"342 entries (filtered from 1,204)"*). A **Clear** button resets all filters.

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

#### Export <a href="#user-content-export" id="user-content-export"></a>

A **"Export CSV"** button downloads the currently filtered dataset as a `.csv` file (`yecho_income_export.csv` or `yecho_income_export_filtered.csv`), ready to be imported into tax software or spreadsheets.

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

<figure><img src="/files/7b4DgFmQKEn4I58Yi8wC" alt=""><figcaption></figcaption></figure>

* Ena[bles easy preparation of tax reports by filtering by year, token, or protocol](#user-content-fn-1)[^1]
* The CSV export makes it compatible with any tax reporting tool (Koinly, CoinTracker, etc.)

Two export types are available:

* **Daily Income** : one row per income event, matching the table above
* **Daily Balances** : a full history of position balances captured at each snapshot

[^1]:


---

# 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/taxes-and-reports.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.
