# How to leverage your NFT

In Pawnfi Protocol, every user can easily collateralize his/ her NFT and borrow out P-Token without any liquidity limit. Loan amount is always set as 1,000 P-Token/ per NFT.

Please see [this doc](https://docs.pawnfi.com/getting-started/understanding-pawnfi/pawnfi-modules/p-token) for more information on P-Token.

### 1. Loan -> Leverage

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

### 2. Select an NFT

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

### 3. Select Duration

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

* Duration: Loan period
* Grace period: It is an extra repayment period. NFT will be liquidated when grace period ends.

### 4. Confirm parameters -> Approve -> Submit transaction

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

Based on your loan duration and interest rate, withholding interest will be deducted from loan amount.

{% hint style="info" %}
Interest = 0.274 P-Token per day (10% APR)
{% endhint %}

After confirming all the information, click \[Approve] button to approve the transaction. After approval, click \[Submit] button to initiate transaction.

### 5. How to repay?

You can access to \[Dashboard] and find \[My Records] to review the loan status.

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

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

In the detail page, you will be able to see all information of this order. Click \[Approve] to authorize repayment. After approval, click \[Repay] to initiate transaction. You can redeem your NFT after repaying your loan along with the interest accrued during the period.


---

# 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/how-to-leverage-your-nft.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.
