> For the complete documentation index, see [llms.txt](https://docs.dexkit.com/defi-products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/marketplace-unlisted.md).

# Marketplace (unlisted)

The core of the [Marketplace contract](https://dexappbuilder.dexkit.com/forms/deploy/thirdweb/MarketplaceV3) empowers users to curate listings for NFTs available through direct purchase or auction. Fellow users, in turn, can submit offers, place bids, or acquire the NFTs at the stipulated amount articulated within the listing.

The malleability of the marketplace configuration allows for the imposition of certain parameters. It can be tailored to solely permit specific users to list NFTs for sale, or alternatively, to extend this privilege universally, enabling any user to put up NFTs for sale.

## Practical Scenarios & Instances

An array of practical scenarios materialize within the purview of the Marketplace contract:

* **Personal NFT Sales**: Harness the power of the Marketplace contract to effectively retail your NFT holdings within the context of your marketplace.
* **Timed Auctions**: Craft auctions characterized by a predefined temporal framework, where the highest bidder, at the culmination of the stipulated time, emerges victorious in claiming the NFT.
* **Inclusive Market Dynamics**: Pave the way for an open marketplace environment mirroring the likes of OpenSea, where any user is empowered to list their NFTs for sale, fostering a diversified and accessible ecosystem.
* **Curated Collections**: Forge a space for thematic NFT sales, aggregating specific collections under a unified marketplace, catering to niche interests.
* **Loyalty Programs**: Employ the Marketplace contract to offer exclusive listing privileges to loyal community members, bolstering user engagement and commitment.
* **Collaborative Ventures**: Establish collaborative marketplaces where multiple creators contribute to a singular platform, consolidating diverse NFT offerings.

## Deploying this contract

{% embed url="<https://dexappbuilder.dexkit.com/forms/deploy/thirdweb/MarketplaceV3>" %}
Direct link
{% endembed %}

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

* **Name:** The name for this Marketplace according to your idea.
* **Symbol:** This will be the ticker for this drop. Keep it short.
* **Description:** Here lays the description that this contract will have for the purposes that you have arranged.
* **Image:** Upload your image for this contract. Your image will be stored at [IPFS](https://ipfs.tech/) ensuring persistence over time.
* **Recipient Address:** In the case of a primary sales contract, you can receive supplementary fees for every primary sale conducted through this contract. This feature proves valuable when deploying the contract on behalf of a third party and seeking compensation for your services. Alternatively, if this contract functions as a marketplace, you have the opportunity to acquire a portion of the proceeds from all secondary sales that occur on your platform.
  * **Percentage:** for the supplementary fees above mentioned.


---

# 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.dexkit.com/defi-products/dexcontracts/thirdweb-contracts/marketplace-unlisted.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.
