> For the complete documentation index, see [llms.txt](https://whitepaper.qorbiworld.com/qorbi-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.qorbiworld.com/qorbi-world/qorbi-marketplace.md).

# Qorbi Marketplace

**Welcome to the Qorbi Marketplace!**\
This guide walks you through how to list, sell, and manage your NFTs with ease on the Qorbi platform.

***

**🛒 Listing Items for Sale**

**Steps:**

1. Go to **My Assets**.
2. Click on the NFT you want to list.
3. Enter listing details:
   * **Price in USD**
   * **Payment Token** (e.g., Qorbi)
4. Wallet used for the sale will default to your **Qorbi Wallet**.
5. Confirm the listing.

Once complete, your NFT will appear publicly on the marketplace.

***

**🔄 Migrating NFTs from IMX to ZKEVM**

To list NFTs from IMX on the Qorbi marketplace, you must first migrate them to ZKEVM.

**Steps to Migrate:**

1. Visit **My Assets**.
2. Select NFTs you want to migrate.
3. Click **Migrate** and follow the prompts.
4. NFTs will be minted into your **Minting Wallet**.
5. Once migrated, they'll appear under the **ZKEVM tab**, ready for listing.

***

**📌 Key Notes & Recommendations**

* **ZKEVM Advantage:** Items from ZKEVM wallets can be listed without fees.
* **Migration Note:** You must migrate assets to ZKEVM to access full marketplace functionality.
* **Minting Wallet Usage:** All migrated or purchased NFTs will be sent to your **Minting Wallet**.
* **Token Compatibility:** Use **Metamask Wallets** for transactions involving Qorbi tokens.

***

Take full advantage of the Qorbi Marketplace and maximize your earning and trading potential.

**For help and support:** <https://discord.com/invite/9Rv4nwxx5Y\\>
Happy trading!


---

# 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://whitepaper.qorbiworld.com/qorbi-world/qorbi-marketplace.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.
