# How to consign an NFT

Consigning your NFTs on Pawnfi has the following advantages:

* Upfront payment: You will get an upfront payment once the order is submitted. This will maximize capital efficiency and you don't need to low ball your listing price.
* Low service fee: Pawnfi will only charge 1% of the price difference between sale price and upfront payment as service fee.

### 1. Sell -> Consign

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

### 2. Select an NFT

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

### 3. Select Duration and set Sale Price

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

* Duration: The real timeframe the NFT is no longer placed on marketplace.
* Grace Period: During grace period, NFT is no longer placed on marketplace. You can still retrieve your NFT once you pay back upfront payment and custody fee. NFT will be liquidated when grace period expires.
* Sale Price: Currently only P-Token is supported for settlement.

{% hint style="info" %}
Please see [this doc](https://docs.pawnfi.com/getting-started/understanding-pawnfi/pawnfi-modules/p-token) for more information on P-Token.
{% endhint %}

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

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

Based on your days for sale (consignment duration) and interest rate, withholding custody fee will be deducted from upfront income. A portion of custody fee will be refunded if the item is sold out earlier.

{% hint style="info" %}
Custody fee = 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 cancel consignment?

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

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

<figure><img src="/files/BvmTR4kpOZYYiHxC77Lk" 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 upfront income along with the custody fee during the period.

### 6. How to claim sale proceeds?

If someone buys your consigned NFT, sales proceeds will be directly sent to your wallet.


---

# 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/sell-nft/how-to-consign-an-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.
