# Status Bar

The status bar is displayed on each pool's detail page,\
allowing you to see at a glance your base asset borrow status, borrow capacity, and liquidation threshold.

<figure><img src="https://3990862584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKP6SsdesCFe6jfgBhMAY%2Fuploads%2FOvWO8e6lOKE6Ga0KS7QX%2FGroup%2020d.png?alt=media&#x26;token=7e556859-a921-464d-8fd6-7c3cdebd357e" alt=""><figcaption></figcaption></figure>

Until you deposit collateral assets into the pool, a gray status bar like the following is displayed.

<figure><img src="https://3990862584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKP6SsdesCFe6jfgBhMAY%2Fuploads%2F3T5xdZXUVkpWltDFqkok%2Fimage.png?alt=media&#x26;token=d1f45aa5-d6c1-4e5d-adbd-9a6d71d35f89" alt=""><figcaption></figcaption></figure>

When you deposit collateral assets, a colorful bar with diagonal lines like the following is displayed.

<figure><img src="https://3990862584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKP6SsdesCFe6jfgBhMAY%2Fuploads%2FcgCT9fd85VAOc5tBLpIz%2Fimage.png?alt=media&#x26;token=5eb23a26-12f6-4d6a-bae3-5ba29d0726fa" alt=""><figcaption></figcaption></figure>

The number on the left outside the bar is the borrow amount (displaying $0.00 in the figure above),\
the number on the right outside the bar is the liquidation threshold (displaying $72.00 in the figure above),\
the red part of the bar indicates the line 10% before reaching the liquidation threshold,\
and the yellow part of the bar indicates the line 10% before reaching the borrow capacity.

When you borrow base assets, a solid bar displays the ratio relative to the liquidation threshold as shown below.\
The 69.45% in the figure below represents the ratio relative to the liquidation threshold, showing a state with about 30% margin before liquidation.

<figure><img src="https://3990862584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKP6SsdesCFe6jfgBhMAY%2Fuploads%2Fev0TvBG2x2QVVND7eg7H%2Fimage.png?alt=media&#x26;token=20ab9ce1-65c0-4533-a2ce-255909cedccd" alt=""><figcaption></figcaption></figure>


---

# 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://pnd-docs.defigeek.xyz/punodwo-dokyumento/english/specification/liquidation/status-bar.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.
