# 担保ローン

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

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

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

{% content-ref url="../trustbounties/ft-bounties" %}
[ft-bounties](https://docs.payswap.org/ri-ben-yu/products/trustbounties/ft-bounties)
{% endcontent-ref %}

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

{% content-ref url="../trustbounties/nft-bounties" %}
[nft-bounties](https://docs.payswap.org/ri-ben-yu/products/trustbounties/nft-bounties)
{% endcontent-ref %}

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

{% content-ref url="call-for-tenders" %}
[call-for-tenders](https://docs.payswap.org/ri-ben-yu/products/stakemarket/call-for-tenders)
{% endcontent-ref %}

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

<figure><img src="https://610299453-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPqcAxRO5aNJ3Ru8Cly8H%2Fuploads%2Fgit-blob-3259f2a7036f54daff76d7280aedeacf9a7d4523%2Fstakemarket23.png?alt=media" alt=""><figcaption></figcaption></figure>

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

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


---

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