> For the complete documentation index, see [llms.txt](https://docs.pinjamlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pinjamlabs.com/your-guide-to-using-pinjam/basic-overview-of-pinjams-interface/pinjam-home-markets-page.md).

# Pinjam Home/Markets Page

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

On the Home/Markets page, at the top section, users have the option of selecting the network of their choice.&#x20;

Right now, we are using the Avalanche Fuji testnet network.

After we launch, it will consist of more networks (only mainnet) as we seek to expand to multiple chains.

Below is a breakdown of the top section and the definition of the terms displayed:

**Total Market Size:** The total amount of capital (from all assets) being supplied for that chosen network

**Total Available:** The total amount of capital available for borrowing (from all assets) for that chosen network

**Total Borrows:** The total amount of capital being borrowed (from all assets) for that chosen network

**Idle Liquidity at Work:** Total amount of idle capital being put to work generating yield (from all assets) for that chosen network

At the bottom section, users will be able to view a table containing the assets available for that chosen network. Here, you can see the:

**Total Supplied:** The total amount of capital being supplied for that asset in the chosen network

**Supply APY:** The annual interest lenders will receive when supplying capital for that asset in the chosen network

**Total Borrowed:** The total amount of capital being borrowed for that asset in the chosen network

**Borrow APY:** The annual interest borrowers will need to pay when borrowing for that asset in the chosen network

**Details Button:** Leads you to the Reserve Overview page where you can view asset-specific lending/borrowing details for the chosen network


---

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