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

# Dashboard

The Dashboard is the homepage of the Mintera App. This is where you can find important information about your balance.

## Total MNTE Balance

This module shows the MNTE currently owned by your wallet.

![MNTE balance](/files/6PU7feH9DF2cdOeO8Wkw)

**Total MNTE Balance** = Available MNTE + Staked MNTE

**Available:** MNTE currently sitting unused in your wallet

**Staked:** MNTE currently staked in Mintera products

## My performance

"My performance" shows an aggregate of what you have earned using the investment products like the [Green Mining Yield](/mintera-app/green-mining-yield-gmy.md).

<img src="/files/9Y1aGctdpyYeUQSoKmKB" alt="My performance" width="563">

**Total earned:** the total of USDT rewards that have been distributed to this wallet.

**Available to claim:** USDT rewards that are currently stored in Mintera products and available to claim.

## Latest news

This module shows the lastest articles tagged as "announcements" from the [Mintera blog](https://mintera.co/blog/).

<figure><img src="/files/6C9LJCnLV6vgQtNx54E8" alt="" width="555"><figcaption><p>Latest news</p></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, and the optional `goal` query parameter:

```
GET https://docs.mintera.co/mintera-app/dashboard.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.
