> 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/markets.md).

# Markets

The Markets page lets you browse all lending and borrowing markets on Permapod. The Reserve Overview gives you a deep dive into any individual asset.

***

## Markets Page

Navigate to **Markets** from the top menu.

<figure><img src="/files/vTFF0epMZr7QvWMdMspK" alt=""><figcaption><p>Markets page with all assets and aggregate stats</p></figcaption></figure>

| Element            | Description                           |
| ------------------ | ------------------------------------- |
| **Asset**          | Token name, symbol, and icon          |
| **Total Supplied** | Total amount deposited by all lenders |
| **Supply APY**     | Interest rate earned by suppliers     |
| **Total Borrowed** | Total amount currently on loan        |
| **Borrow APY**     | Interest rate charged to borrowers    |

#### Search

Use the search bar to filter by asset name or symbol. For example, type "ZIG" to find ZIG and stZIG.

***

{% hint style="success" %}
**Next step:** Click **Details** on any row to open the [**Reserve Overview**](/home/tutorial/markets/markets.md) for that asset.
{% 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/markets.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.
