> For the complete documentation index, see [llms.txt](https://docs.mintable.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mintable.app/for-creators/collections/listing-from-collection/bulk-listing-nfts-for-sale.md).

# Bulk Listing NFTs for Sale

📦To list multiple NFTs at once:

#### 1. Go to your **Collection Page**

Navigate to your desired collection from **“My Collections.”**

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

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

#### 2. Select NFTs to List

* Click the checkboxes next to each NFT you want to list
* Use **“Select All NFTs”** or **“Clear All”** to manage faster

#### 3. Set a Price

* Enter the price you want to set — in **ETH** or **USD**
* This price will apply **uniformly to all selected NFTs**

> 💡 If you want to list NFTs at different prices, please list them individually.

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

#### 4. Review Earnings

* Mintable shows your **Total Earnings** after marketplace fees are deducted
* **No extra payment is required** — your net earnings will be sent directly to your wallet

{% hint style="warning" %}
🚫 **Mintable will never ask you to send ETH, share your seed phrase, or download unverified apps. Stay safe!**

\
Mintable will also not ask you to send any ETH/ seed phrase/ download any unverified apps.&#x20;
{% endhint %}

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

#### 5. Finalize & Share

* After listing, you can choose to **View Listings** or **Share Listings** to promote your NFTs

<figure><img src="/files/g8B3Sq0E0WLe1HT3Zn0x" 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, and the optional `goal` query parameter:

```
GET https://docs.mintable.app/for-creators/collections/listing-from-collection/bulk-listing-nfts-for-sale.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
