# NFT Profit

## Distribution of revenue related to DEX operation.

Some of DEX's swap fees and operating profits are paid to NFT users. <mark style="color:red;">(This can be changed through governance voting.)</mark>

* The structure of DEX's revenue appears to be a fee used for swaps in DEX.
* About 20% of DEX's profits are paid to users on a snapshot basis on the 1st of every month.
* DEX Reward

$$
Reward = B*0.2 / T*X
$$

* ex)Rewards for users with 1NFT

$$
Reward = B *0.2 / T*1
$$

* B: Monthly foundation proceeds.
* T: The number of NFT holders. (However, excluding NFT owned by the foundation.)
* X: The number of NFT.

## Profit from the Puzzle Fantasy game.

Some of the profits in the game platform are paid monthly to NFT holders.

#### Game profit

* Profit from using premium services.
* Profit from advertising.
* Withdrawal fees for mining tokens.

## P2E Game

Puzzle fantasy, a P2E game, can mine stable coins, and NFT holders can mine larger amounts of stable coins. <mark style="color:red;">(Accurate policies will soon be opened and can be changed through governance voting.)</mark>

## Staking Rewards

Steaking participants can receive staking rewards. The rate of staking can vary depending on market conditions, and users with NFTs can receive higher rates. <mark style="color:red;">(Details of staking can be found in BISKIT Swap and are being updated.)</mark>

* &#x20;APR: Voting proceeds through governance.

$$
Interest=APY+Xn
$$

* Xn: The sum of the APY values of the total NFT held.


---

# 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.puzzlefantasy.io/puzzle-fantasy/intro/nft/nft-profit.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.
