> For the complete documentation index, see [llms.txt](https://permapod.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://permapod.gitbook.io/home/tutorial/dashboard-overview.md).

# Dashboard

The Dashboard is the main page of Permapod. It gives you a real-time view of your portfolio and quick access to all core actions.

<figure><img src="/files/ZRgEoovgDKnSDJpAN9XQ" alt=""><figcaption><p>The wallet has a <strong>Net Worth of $8.79K</strong>, a <strong>Net APY of -7.33%</strong> (borrow costs exceed supply earnings), and a <strong>Health Factor of 3.58</strong> (green / safe).</p></figcaption></figure>

***

#### Key Metrics

At the top of the Dashboard, four metrics summarize your position:

| Metric            | What it means                                                                            |
| ----------------- | ---------------------------------------------------------------------------------------- |
| **Net Worth**     | Total value of your supplied assets minus your outstanding debt                          |
| **Net APY**       | Blended annual return — supply earnings minus borrow interests                           |
| **Health Factor** | Safety indicator of your position (see [Health Factor](/home/tutorial/health-factor.md)) |
| **Points**        | Loyalty points earned by interacting with the protocol                                   |

***

#### Your Supplies

The left column (or first tab on mobile) shows assets you have deposited into the protocol.

* **Balance** — Current value of your deposited position for each asset.
* **APY** — Annual interest you're earning on that asset.
* **Actions** — **Supply** more or **Withdraw** from your position.

When you have no active positions, this section displays *"Nothing supplied yet"*.

***

#### Assets to Supply

Below your supplies, you'll see all assets available in the protocol along with your wallet balance for each. Click **Supply** to deposit any asset.

* Use the **"Hide assets with 0 balance"** checkbox to filter out assets you don't hold.
* A glowing **Supply** button indicates you have a balance available to deposit.

***

#### Your Borrows

The right column (or second tab on mobile) shows your active loans.

* **Debt** — Outstanding borrowed amount including accrued interest.
* **APY** — Annual interest rate you're paying on the borrow.
* **Actions** — **Repay** your debt or **Borrow** more.

***

#### Assets to Borrow

Below your borrows, you'll see all assets available for borrowing along with the available liquidity.

<figure><img src="/files/61HM1q49mYUio25AQwaD" alt=""><figcaption><p>Full Dashboard page with all sections visible</p></figcaption></figure>

{% hint style="success" %}
**Next step:** [Supply](https://github.com/permapod-rsk/permapod-gitbook/blob/main/tutorial/supply.md) to start earning interest.
{% endhint %}


---

# 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://permapod.gitbook.io/home/tutorial/dashboard-overview.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.
