> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/ri-ben-yu/products/stakemarket/collateralized-loans.md).

# 担保ローン

担保付きのTrustBountiesはステークに添付され、ステークを通じてローンを提供することができます。そのため、担保付きのステークの所有者がローンの債務不履行をした場合、その担保は貸し手によって正当に攻撃され、請求されることができます。

以下は、担保付きローンをリクエストする手順のガイドです：

* 最初に、TrustBountyを作成し、その担保を追加する必要があります。担保が代替可能なトークンの場合、以下のページでその手順についてのガイドを読むことができます：

{% content-ref url="/pages/2jUoUlltSjMbDiuOLNWu" %}
[FTの報奨金](/ri-ben-yu/products/trustbounties/ft-bounties.md)
{% endcontent-ref %}

また、担保が代替不可能なトークンの場合、以下のページでその手順についてのガイドを読むことができます：

{% content-ref url="/pages/NIlAjC48BKuu4fyxLaHG" %}
[NFTの報奨金](/ri-ben-yu/products/trustbounties/nft-bounties.md)
{% endcontent-ref %}

* 次に、ステークを作成し、その条件と場所タグを更新する必要があります（必要な場合）。以下のページでその手順についてのガイドがあります：

{% content-ref url="/pages/A4yRX6mw5gl3d3u46thj" %}
[入札募集](/ri-ben-yu/products/stakemarket/call-for-tenders.md)
{% endcontent-ref %}

上記のガイドでUpdate Requirements関数を実行する際は、**Bounty ID**パラメータに上記で作成したTrustBountyのIDを入力してください。

<figure><img src="/files/0iwqu1VVd7fljmNxLK53" alt=""><figcaption></figcaption></figure>

* 次のステップは、貸し手からの申し込みを待つことです。応募の条件をよく理解してから受け入れるようにしてください。

おめでとうございます！これで担保付きローンの作成方法を知ることができました。CanCanの一部のチャンネルはそれに特化しており、これらのチャンネルにステークをリストアップすることで、貸し手をより迅速に見つけることができるかもしれません。


---

# 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://docs.payswap.org/ri-ben-yu/products/stakemarket/collateralized-loans.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.
