# Dashboard

The Dashboard serves as a centralized hub for monitoring the performance of your Checker Nodes. It provides key statistics and visual insights to help you manage your nodes efficiently.

<figure><img src="/files/u1DA4coNhOIXFef5Jaw8" alt=""><figcaption><p>Owner Portal - Dashboard</p></figcaption></figure>

#### **Key Statistics**

* **vATH Earned (Last Period)**: Displays the total base and bonus rewards your Checker Nodes earned over the last UTC day.
* **Total Accrued vATH**: The cumulative total of base and bonus rewards your Checker Nodes have earned up to and including the last UTC day.
* **Total Claimable vATH**: Calculated as: `Total Accrued vATH - Total Claimed vATH (including penalties and fees)`.
* **Claimed (Vesting)**: The total ATH you've claimed that is still within the vesting period. This figure excludes penalties and fees. Click the **View More** button to see detailed information about the claimed amounts and their respective vesting dates (i.e. the date when the amount will be ready to withdraw).

  <figure><img src="/files/eAxZnLSpiOhvjya2KyP2" alt=""><figcaption><p>Owner Portal - Claimed (Vesting) View More</p></figcaption></figure>
* **Total Withdrawable ATH**: The amount of ATH that has completed the vesting period and is ready for withdrawal to your cryptowallet.

For a deeper understanding of the differences between vATH and ATH, and for detailed instructions on claiming and withdrawing, visit the [Claim & Withdraw](/checker-guide/how-to-manage-checker-nodes/claim-and-withdraw.md) page.

#### **Charts & Insights**

<figure><img src="/files/mFZeyZzyyLEF6SQHSwus" alt=""><figcaption><p>Owner Portal - Dashboard Charts and Insights</p></figcaption></figure>

* **Total License Delegation**: A visual overview of the delegation status for all Checker Node licenses associated with your wallet.
* **Daily Reward**: A graph showing the total vATH earned by all Checker Nodes in your wallet, displayed by UTC day over the selected time frame.
* **Total Running Status**: A summary of the current operational status of all delegated Checker Node licenses.
* **Top 10 Licenses by Total Accrued vATH**: A ranking of your top 10 licenses based on the total vATH accrued by each.
* **Top 10 Licenses by Total Working Time**: A ranking of your top 10 licenses based on the number of days they have earned base rewards.


---

# Agent Instructions: 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.aethir.com/checker-guide/how-to-manage-checker-nodes/dashboard.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.
