> For the complete documentation index, see [llms.txt](https://pnd-docs.defigeek.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pnd-docs.defigeek.xyz/shi-yang/qing-suan/suttasub.md).

# ステータスバー

ステータスバーは、各プールの詳細ページに表示され、\
あなたのベース資産の借入状況、借入可能額、清算閾値が一目で分かるようになっています。

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

プールに担保資産を預け入れるまでは、以下のようなグレーのステータスバーが表示されます。

<figure><img src="/files/1CnNPOxwkOzo81EqjHUU" alt=""><figcaption></figcaption></figure>

担保資産を預け入れますと、以下のようなカラフルな斜線の入ったバーが表示されます。

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

バーの外側の左の数字は借入額（上の図では $0.00 を表示）、\
バーの外側の右の数字は清算閾値（上の図では $72.00 を表示）、\
バーの赤色の部分は清算閾値まで残り10％のラインを、\
バーの黄色の部分は借入可能額まで残り10％のラインを示しております。

ベース資産を借り入れますと、以下のように実線のバーで清算閾値に対する割合を表示します。\
下の図の69.45%が清算閾値に対する割合で、清算までに30%ほど余裕がある状態を表しています。

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


---

# 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://pnd-docs.defigeek.xyz/shi-yang/qing-suan/suttasub.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.
