# NFT Marketplace

The HPizza NFT marketplace is a decentralized exchange where users can buy and sell HPizza NFTs.&#x20;

In order to provide the best experience and minimum fees, we have optimized smart contracts specifically for HPizza NFT Farmer in the following ways.&#x20;

1 - HPizzas can be exchanged directly in the smart contract. Therefore, users do not need to stake their HPizza to be traded on the NFT Marketplace.&#x20;

2 - This also minimizes gas fees to provide a low-cost experience when trading NFT assets. When a user lists their HPizza for sale, the hPizza hash rate is subtracted from the user's Total Hash Rate.&#x20;

3 - Therefore, the user does not need to untie, saving on gas fees. When a user purchases an HPizza from the marketplace, the hash rate of the HPizza is added to the user's Total Hash Rate.

4 -  Therefore, the user does not need to staking it, saving on gas fees. The Pizza platform charges a 10% exchange fee that goes to the rebuy pool.


---

# 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://pizzaswap.gitbook.io/pizza-in-the-oven/hpizza/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.
