> 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/products/stakemarket/collateralized-loans.md).

# Collateralized Loans

TrustBounties with locked collaterals can be attached to stakes and loans can be made through the stakes such that whenever the owner of the stake with the collateral defaults on the loan, that collateral can be rightfully attacked and claimed by the lender.

Here is a step-by-step guide to requesting for a collateralized loan:

* You first need to create a trustBounty and add a collateral to it. You can read a guide to doing that on the page below if your collateral is a fungible token:

{% content-ref url="/pages/998ouqculUnjmyQtHS9a" %}
[FT Bounties](/products/trustbounties/ft-bounties.md)
{% endcontent-ref %}

and on the page below if your collateral is a non fungible token:

{% content-ref url="/pages/dfUA1oler8jJ2YYSne63" %}
[NFT Bounties](/products/trustbounties/nft-bounties.md)
{% endcontent-ref %}

* The step after that is to create your stake, update its terms and location tags (if necessary) which there is a guide to do on the page below:

{% content-ref url="/pages/jo1GzhxuY4lcra2Aruit" %}
[Call For Tenders](/products/stakemarket/call-for-tenders.md)
{% endcontent-ref %}

Make sure that when running the Update Requirements function in the guide above, you enter the ID of the trustBounty created above for the **Bounty ID** parameter

<figure><img src="/files/8yctdU0wNNk6AnCxIqvs" alt=""><figcaption></figcaption></figure>

* The next step is to way for applications from lenders. Make sure you understand the terms of an application before accepting it.

Congratulations! You now know how to create a collateralized loan. Some channels on CanCan specialize in that specifically and listing your stake on those channels might help you find a lender much faster.


---

# 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:

```
GET https://docs.payswap.org/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.
