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

# 1. Dashboard

![](/files/xOy7rPDMU7zo745Klziy)

Dashboard is a visual display of all of your asset. Go here to view your total asset on Hectagon

### 1.  Total Balance&#x20;

Total balance is total your asset. If you only connect and do not sign in then Total Balance only shows the balance of currently connected wallet. If you already sign in, then Total Balance shows the balance of all wallets of the current Account.

### 2. Pie chart&#x20;

The block in the left includes a pie chart which shows all your HECTA and gHECTA (token represents for your HECTA staking ). gHECTA vesting is the gHECTA residing in the Vesting vault.

### 3. Staking

Amount: The current gHECTA (HECTA staking)

Current APY (Annual Percentage Yield) projects the profit if current reward rate is kept through out the year. However, reward rate is subject to change every 8 hour (epoch) so the Current APY do not totally represent the real profit.

Reward: The reward amount you might receive after the current epoch is finished. However, this number will fluctuate with the changes of total staked HECTA.&#x20;

### 4. The graph

Show changes of your total balance over time in USD. This graph is <mark style="color:red;">NOT REAL TIME</mark> and it is updated hourly.


---

# 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.hectagon.finance/product/user-manual/1.-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.
