# Lending Market - how to borrow

### 1. Supply assets

### 2. Enable supplied asset(s) as collaterals

<figure><img src="/files/218srl4izauoaX6Xuuro" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/eGVWUI7wJJXOggjWL3HJ" alt=""><figcaption></figcaption></figure>

* Each asset used as collateral increases your borrow limit.&#x20;
* Be careful, this can subject the asset to being seized in liquidation.
  * If you supplied NFT and enable as collateral, it will be P-Token instead of NFT being liquidated at first place -  P-Token will be acting as your buffer.
  * Please see [this doc](broken://spaces/ANpZvIKHgHAKDB4NMR72/pages/mRFyLUHVOA3iZmd9k8pO) for more information on Liquidation.

### 3. Select the asset that you would like to borrow

<figure><img src="/files/fhnf3wdD8ozRtMZeMpE0" alt=""><figcaption></figcaption></figure>

### 4. Enter the amount that you would like to borrow

<figure><img src="/files/4TH82tKqkoj5N6RfnI56" alt=""><figcaption></figcaption></figure>

### 5. Approve -> Submit transaction

After confirming all the information, click \[Approve] button to approve the transaction. After approval, click \[Borrow] button to initiate transaction. Once completed, you will be seeing the borrowed assets under "Borrowing".

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


---

# 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://guide.pawnfi.com/loan/lending-market-how-to-borrow.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.
