> For the complete documentation index, see [llms.txt](https://udonfi-1.gitbook.io/udonfi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://udonfi-1.gitbook.io/udonfi-docs/user-guide/visiting-reserve-details.md).

# Visiting Reserve Details

Understanding the specifics of each asset's reserve allows you to make more informed decisions about supplying and borrowing. Udon Finance provides a dedicated page for each asset, offering a comprehensive look at its liquidity pool dynamics.

{% stepper %}
{% step %}

### Accessing Reserve Details

You can easily navigate to the detailed reserve page for any asset directly from your dashboard.

Click on the Asset or "Details" Button:

From either the **"Assets to Supply"** table or the **"Assets to Borrow"** table on your dashboard, click on the **asset's avatar/icon** or the **"Details" button** located in its row. This action will navigate you to a new page dedicated to that asset's reserve.

Example: Clicking on CHR's avatar or "Details" button will take you to its reserve page, such as `https://udonfi.xyz/reserve/fe9c176a8e44d233f4dd63bc01c9a9c746d061cc533f8f4c853b6b4ab726d758`.

![Accessing Reserve Details](/files/73a20a993cb6ef7e7499aeb12f59805a58c0c4dc)
{% endstep %}

{% step %}

### Overview of Reserve Metrics

Upon accessing an asset's reserve page, you'll find an "Overview" section prominently displaying key performance indicators (KPIs) in a clear card format.

Explore the Overview Cards: This section provides an immediate snapshot of the asset's health and activity within the Udon protocol, including:

* **Total Supply:** The aggregate amount of this asset currently supplied to the pool.
* **Total Borrow:** The total amount of this asset currently borrowed from the pool.
* **Available Liquidity:** The current amount of the asset readily available for new borrows.
* **Price:** The current market price of the asset.
* **Utilization:** The percentage of supplied assets that are currently being borrowed.
* **Supply APY:** The current Annual Percentage Yield for suppliers of this asset.
* **Borrow APY:** The current Annual Percentage Yield (interest rate) for borrowers of this asset.

![Overview of Reserve Metrics](/files/62bed19ebfa6b65d35d4e88a14344766126f6086)
{% endstep %}

{% step %}

### Historical Data and Trend Analysis Charts

Below the overview, dynamic charts offer insights into the asset's historical performance.

Analyze Historical Charts: You'll find charts illustrating trends for metrics such as:

* **Total Deposit/Borrow:** Visualizing the historical growth of both supplied and borrowed amounts.
* **Deposit/Borrow APY:** Tracking the fluctuations of interest rates over time.
* **Utilization:** Showing how demand for the asset has changed historically.

Timeframe Options: These charts offer flexible viewing options, allowing you to analyze data over different periods:

* 24 Hours
* 7 Days
* 30 Days
* 90 Days
* All Time

![Historical Data and Trend Analysis Charts](/files/735db0ac0f7549354f9a4f02400293ec2d7f12e0)
{% endstep %}

{% step %}

### Direct Actions from the Reserve Page

The reserve details page also allows you to perform direct actions related to the asset.

Supply/Borrow Action Column: On the right-hand side of the reserve page, you'll typically find a dedicated column or section. This allows you to **directly "Supply" or "Borrow"** the asset you are currently viewing, without needing to navigate back to the main dashboard. This is particularly useful when you're deep-diving into an asset's details and decide to take immediate action.

![Direct Actions from the Reserve Page](/files/24c57f8378baf285e22dd04113c52a2c5b949c1a)
{% endstep %}
{% endstepper %}

Links mentioned:

* <https://udonfi.xyz/reserve/fe9c176a8e44d233f4dd63bc01c9a9c746d061cc533f8f4c853b6b4ab726d758>


---

# 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://udonfi-1.gitbook.io/udonfi-docs/user-guide/visiting-reserve-details.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.
