# ベース資産の借入

## 借入可能枠

各プールに各ユーザーのベース資産の借入可能枠があり、担保を入れていない状態ではこの枠は0です。

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

## 借入可能枠の拡張

ユーザーがプールに担保資産を預け入れると、米ドルベースの担保価値に担保掛目が掛け合わされ、\
その額だけベース資産の借入可能枠が増加します。

例えば、担保掛目80の担保を時価100ドル分預け入れると、

100 × 0.80 = 80（ドル）

80ドル分の枠が増え、80ドル分のベース資産を借り入れることが可能になります。

<figure><img src="/files/3H1enrSr33q48okyPtWK" alt=""><figcaption></figcaption></figure>

## 担保掛目の見方

担保掛目は各プールの各担保資産に固有の値を割り当てておりますので、\
プール詳細ページでご確認ください。

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

{% hint style="info" %}
ボラティリティ（価格変動）が大きい担保を預け入れている場合、時事刻々と増減する借入可能枠の変動も大きくなりますので、ご承知おき下さい。
{% endhint %}

## 利息と報酬

ベース資産を借り入れると、融資利息と報酬が発生いたします。

融資利息は、元本と共に債務となります。

融資金利は、プール詳細ページに融資APRとして記載しております。

また、報酬はPNDで、報酬率はプール詳細ページの融資APRの下に記載しております。

併せてご確認ください。

<figure><img src="/files/j7OBHzrOg3D6Yj2GOEDB" 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/shi-yang/bsuno.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.
