> For the complete documentation index, see [llms.txt](https://docs.paddlefi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paddlefi.com/user-guide-1/borrower.md).

# Borrower

## Raise a loan request

<figure><img src="/files/6EkEFzNwToJa4SQdmKSL" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/BSzR5H6ZDDE6lJfVlGwj" alt=""><figcaption><p>Borrower could put ERC-20s as collateral</p></figcaption></figure>

<figure><img src="/files/xpmawm8O0Gd4GW09oUY6" alt=""><figcaption><p>Of course borrower could combine ERC-20s and NFTs into a collateral basket</p></figcaption></figure>

<figure><img src="/files/IqE7LoP0A1TBuiLCtWF3" alt=""><figcaption><p>Borrower could select multiple IDs, and then approve in MetaMask</p></figcaption></figure>

<figure><img src="/files/VuJRF6k29dphab3hoiTq" alt=""><figcaption><p>Fill in loan parameters and then click borrow</p></figcaption></figure>

<figure><img src="/files/GiQvP05EnIDH437O3KLI" alt=""><figcaption><p>Raising a loan request only requires signature instead of transferring assets first</p></figcaption></figure>

<figure><img src="/files/9L08JsfI860gQrk3v8Ut" alt=""><figcaption><p>Once done, people will see your loan order here</p></figcaption></figure>

<figure><img src="/files/8elvnZQ0AtTYm9CSZxxi" alt=""><figcaption><p>Borrowers could also check their orders in dashboard</p></figcaption></figure>

## Repay your loan

<figure><img src="/files/z9hxKCp9S0MPvHXlgohb" alt=""><figcaption><p>Once the loan was fulfilled by a lender, loan order would be moved to "Active Loans"</p></figcaption></figure>

<figure><img src="/files/L2w7l35njqjWDuEBE2qP" alt=""><figcaption><p>Click repay and confirm in MetMask</p></figcaption></figure>

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

<figure><img src="/files/knlMQJ7Os0gwVMgDJLwB" alt=""><figcaption><p>Borrower receives their collaterals</p></figcaption></figure>


---

# 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.paddlefi.com/user-guide-1/borrower.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.
