# DeFi Saver Dashboard

In this article, we'll cover the metrics that are located in the UI for protocols on DeFi Saver.&#x20;

While we try to provide all of the most relevant information to our users, we also understand that certain metrics require additional insight as to how they're calculated.&#x20;

This can help users estimate how changes in their position, such as collateral value, can affect their position's health.

The metrics we'll be covering come from the main protocol dashboard:

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

As well as the "Market" section:

<figure><img src="/files/89uy9uHohBLXSDhmZfQW" alt=""><figcaption></figcaption></figure>

We've written articles dedicated to some of the more important metrics, and will now quickly cover some of the more self-explanatory metrics:<br>

* Overview - This lets you choose whether you'd like to view your position's value in USD, or in your collateral token.
* Clicking on the Supplying or Borrowing values will expand the number to show which tokens represent your supplied/borrowed amounts.
* Balance represents your position's current net balance.
* Liquidation price represents the price of your collateral at which the position would be liquidated. [If you have more than one collateral asset, the Liquidation price will say N/A](https://help.defisaver.com/general/troubleshooting/i-cant-see-the-liquidation-price-for-my-position)
* Borrow power used represents the % of your collateral's LTV that has been utilized
* Left to borrow represents the remaining amount of debt you can generate based on your current supplied amount and LTV

In the Market section, most of the metrics are clear-cut in terms of what they represent. The ones we'd higlight are:

* Coll. Fac. (Collateral Factor) represents an asset's LTV (Loan-to-value ratio)
* Liq. Fac. (Liquidation Facotr) represents an asset's Liquidation LTV (Loan-to-value ratio)
* Hovering over "Market info" will show you all relevant information for a specific market - including its supply cap, liquidation penalties, borrow cap, and more

***

## Related Articles:

* Health, Safety and Collateral Ratio
* How is Net APY calculated?&#x20;


---

# 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://help.defisaver.com/features/defi-saver-dashboard.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.
