# 借入担保率と手数料

借入時に手数料が発生します。（借入額×手数料率）

手数料率は借入後担保率に応じて変動します。

手数料は借入額から差し引かれます。そのため、全額返済するには市場からCJPYを調達する必要があります。

高担保率で借り入れてから担保を引き出すことで手数料負担を抑えることが可能です。

| 借入後担保率(%) | 手数料率(%) |
| :-------: | :-----: |
|    130    |    4    |
|    150    |    2    |
|    200    |    1    |
|    250    |   0.85  |
|    300    |   0.7   |
|    350    |   0.55  |
|    400    |   0.4   |
|   500\~   |   0.1   |

メモ：表の数値は参考値です。

上記の表をグラフ化⇩（縦軸が手数料率、横軸が担保率）

担保率が高いほど、手数料率が低くなるのが確認できます。

<figure><img src="/files/9ru0BeZAFa9ETTM99c95" alt=""><figcaption><p>借入後担保率(%)と手数料率(%)のグラフ</p></figcaption></figure>

徴収された手数料は、償還用プールと弁済用プールに振り分けられます。

比率が「償還プール：弁済プール＝8：2」を目指すように不足しているプールへ徴収時の手数料全額が配置されます。


---

# 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://docs.yamato.fi/shi-yang-shuo-ming/to.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.
