> For the complete documentation index, see [llms.txt](https://whitepaper.morningmoonvillage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.morningmoonvillage.com/lumi/tokenomics.md).

# Tokenomics

### Goal

Our goal is to create the game with sustainable Tokenomics for long term profitability for players and all the LUMI holders, and having fun with game mechanic at the same time.

### Every LUMI token holder will benefit from the growth of Morning Moon Village.

In Morning Moon Village, players will spend time for playing game in 2 main parts, which are competing in collecting crops (Farming Game), and explore Wild zone to discover NFT (NFT Hunting Game). The reward from playing are acquiring LUMI and the Rare NFT with High value. \
\
Through the gameplay, players will have many chances to exchange in-game assets via NPC, Shop, and in-game marketplace. These transactions will provide the revenue to the central fund, called Village Pool.

Village Pool will be divided into 2 sub pools, which are LUMI Reward Pool and Governance Pool.&#x20;

1. LUMI Reward Pool
   * 50% of the Village Pool will stand by to be reward of players who stake LUMI.
2. Governance Pool
   * 50% of the Village Pool goes to decentralized governance fund and will be used for future projects.

The amount of LUMI in Village pool comes from the amounts of tax and fees collected from these transaction.

* Sell Crops, NFT \[5% tax]
* Rotten Crops collected
* Fishing Bait Sales \[10% of Sales]
* In-Game assets Sales \[10 % of Sales ]
* In-game marketplace (P2P) \[5% Tax]
* Lottery Sales \[10% of Sales]

![](/files/-MgiAgP9uCEn8cwgKmOl)


---

# 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://whitepaper.morningmoonvillage.com/lumi/tokenomics.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.
