# Master NFTs

Master NFT is an important part of the Helicon Ecosystem and the cornerstone of the ecosystem's operation. In the Helicon Ecosystem, there are 9 Master NFTs. Each of the 9 Master NFTs corresponds to a DeFi mining pool. Master NFTs are traded with LP tokens only, with a predetermined linearized growth using smart contracts. The Master NFT proceeds will be released for 9 days (1/9 released each day).

Holders of Master NFT can enjoy:

•  1% of all regular NFT sales revenue in their respective categories.

•  5% of the liquidity mining rewards in the corresponding mining pool within the specified time.

1% of all regular NFT sales revenue in their respective categories. 5% of the liquidity mining rewards in the corresponding mining pool within the specified time. In order to ensure that Master NFT does not monopolize the market, each Master NFT holder can only hold Master NFT for at most 24 hours. Holders of Master NFT can list their Master NFT on Helicon's NFT exchange at any time; after holding Master NFT for 24 hours, Master NFT will automatically be listed on the exchange and enter an unowned state.&#x20;

After more than 24 hours, the Master NFT holder is forced to sell, and the transaction will be completed when the transaction price is met. As the Master NFT price can't be altered and is predetermined via smart contract, the new sale price will always be higher than the previous buy price. When the new buyer purchases the Master NFT, the previous seller will have their LP tokens evenly released over 9 days i.e. 1/9th every day for 9 days. This can be collected at any interval however will require a gas fee each time. As the Master NFT cannot have the price adjusted, it either sells for the predetermined price or enters a Vacant status.

If the Master NFT fails to sell and is vacant, while being vacant:&#x20;

•  30% of the rewards get burnt&#x20;

•  30% of the rewards go back into the HeliconNFT ecosystem&#x20;

•  40% goes to the next owner

A Master NFT holder may wish to sell within the 24-hour period. If this is the case, as soon as the Master NFT is listed for sale it will enter the 'Vacant' status and the owner will not receive any further rewards. The predetermined price is per sale and not impacted buy duration. The Master NFT price Pn (n>=0) of the nth transaction satisfies

$$
P\_{n+1}= P\_n \* f\_n
$$

$$
f\_n=1+α +γe^{−βn}
$$

Where a=0.000949968, b=0.032996, g=0.2 Assuming that Master NFT trades once every 24 hours, the Master NFT price increase multiple is:

| 0.5year | 412.707981  |
| ------- | ----------- |
| 1year   | 499.9845932 |
| 2year   | 707.1105991 |
| 3year   | 999.0563284 |
| 4year   | 1412.879009 |
| 5year   | 1998.112657 |


---

# 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.heliconnft.com/heliconnft-1/helicon-ecosystem/agora/master-nfts.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.
