> For the complete documentation index, see [llms.txt](https://planft-docs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://planft-docs.gitbook.io/docs/tutorial/sell/bundle-sell-at-fixed-price.md).

# Bundle Sell at Fixed Price

Sell your multiple NFTs at a fixed price, and the NFT buyer fills the order. 2.5% service fees is charged when you select Fixed Price. Fixed Price is set by the NFT creator while minting NFT.&#x20;

* Pending orders must be multiple NFTs.
* Only 1 NFT can be purchased in a single transaction.
* The sales target can be different wallet addresses.

## **How do I sell NFTs at a fixed price.**

**Prerequisite:** Connect your [crypto wallet](/docs/tutorial/getting-started/blockchain-and-tokens-and-crypto-wallet.md) to PlaNFT.

**Step 1:** Click on your Profile Picture on the top right corner of the PlaNFT webpage and go to **My Wallet**. You will find your NFTs under the Assets tab.

{% hint style="info" %}
Provide your smart contract address and token ID to PlaNFT support if you can not find your NFTs.
{% endhint %}

**Step 2:** Click on the three-dot menu on the NFT that you want to sell.

**Step 3:** Click **Sell** for the NFT you would like to sell and click NFTs in bulk under the same contract address to select all the NFTs you would like to sell.&#x20;

{% hint style="info" %}
Refer to [How to find my NFT's smart contract and token ID](broken://pages/UjpNWYwwlllyyJZtiuo7) to check the NFTs' contract address.
{% endhint %}

**Step 4:** Just click **Sell Bundle of N** on the bottom of the page. You will be prompted to the List item for sale page.

**Step 5:** Set up the parameters.

* **Sale method:** Select **Fixed Price**. sell your NFT at a fixed price.
* **Bundle Name**: Customize the name of NFTs to be sold in bulk.
* **Price:** Set the selling price of your NFT, you need to select the token to be sold and the corresponding value.
* **Valid Until:** Set the time for NFT to be listed. If it is outdated and not sold, NFT will be automatically delisted. If it needs to be sold, it needs to be listed again.
* **Reset:** (Optional) Click **Reset** to clean up all the parameters you set if you find the parameters are incorrect. And reset all the parameters again.

**Step 6:** Click **Complete Listing**.

**Step 7:** If it is the first time to use the wallet to trade, you need to complete the following authorizations in sequence.

{% hint style="info" %}

1. Click **Confirm** to authorize your crypto wallet address to the PlaNFT transaction agency contract, you need to pay a small amount of gas fee during this process.
2. Click **Confirm** to authorize your NFT to PlaNFT transaction contract.
3. If the pending order currency is ERC20, you also need to click **Confirm** once to authorize your ERC20 token. If it is a native token, this step is not required.
   {% endhint %}

**Step 8:** Click **Sign** to confirm the transaction. Go to **My Wallet**, you will see your NFT display **On Bundle Sell**.

**Step 9:** Optional, click to become **Delisting**, you will see the following page as shown below, and you can choose one of the following ways to delist your NFT.

* Click **Delisting**.
* Select **Listings & Offers**>**Listings**, click **Cancel**.

<figure><img src="/files/a3UmlkDuZFlAcJBBMa9X" alt=""><figcaption></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://planft-docs.gitbook.io/docs/tutorial/sell/bundle-sell-at-fixed-price.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.
