# NFT Marketplace

One of the first core products missing on a brand new chain is usually a reliable NFT Marketplace. We would like to change this by offering NFT creators the opportunity to host their own marketplace on any network, exactly the way they want it.

Our NFT Marketplace module will allow any user to easily deploy their marketplace and host collections on it. The marketplace will have the following features:

* List NFT Collections for sale
* List NFTs for auction (dutch and english auctions\*)
* Send Offers
* Transfer NFTs from one wallet to another
* Set Marketplace royalties
* Remove Collections

*The English auction is a type of auction where the bid starts from the lower value and reaches the highest value. In contrast, in a Dutch auction, the bidding starts from the highest value and reaches the lower value but not less than the minimum amount set.\**


---

# 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://docs.defibuilder.com/future-modules/nft-marketplace.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.
