# Pinjam Dashboard Page

In this section, we will be explaining in detail the Dashboard page --- especially the specific terms you'll be seeing.

The purpose of the Dashboard Page is for users to view their lending/borrowing details - all in one page for easier viewing.

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

**Assets:** Specific assets that you're supplying on Pinjam

**Supplied:** Total capital that you're supplying for that asset in the chosen network

**APY:** Annual yield % for lenders of that specific asset on a chosen network

**Collateral:** Whether or not that asset in the chosen network can be used as collateral

**Supply Button:** Clicking it will open a window allowing you to supply more capital for that asset in the chosen network

**Details Button:** Directs you to the Reserve Overview page where lending/borrowing details will be displayed for that asset in the chosen network

The Your Debts section displays the details of assets that you have borrowed on Pinjam. Details are as such:

**Assets:** Specific asset that you're borrowing on Pinjam

**Borrowed:** Total capital that you're borrowing for that asset in the chosen network

**APY:** Annual interest rate being paid by borrowers of that specific asset on a chosen network

**Repay Button:** Clicking it will open a window allowing you to repay debt for that asset in the chosen network

**Borrow Button:** Clicking it will open a window allowing you to borrow more capital for that asset in the chosen network

The Your Vault Rewards section displays the rewards that you're entitled to receive -- as a result of Pinjam's novel approach of solving idle liquidity by depositing your capital in other battle-tested protocols to generate yield when there is lesser borrowing demand.

Details are as such:

**Assets:** Specific asset that you've supplied and am now generating yield on Pinjam --- by utilizing the idle liquidity that's being put to work generating yield on battle-tested protocols

**Rewards:** Total capital in yield for that asset in the chosen network

**Claim Rewards Button:** Clicking it will open a window allowing you to claim your worked yields for that asset in the chosen network


---

# 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.pinjamlabs.com/your-guide-to-using-pinjam/basic-overview-of-pinjams-interface/pinjam-dashboard-page.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.
