> 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/game-features/trading/marketplace.md).

# Official Game Marketplace

### Overall

Apart from trading with NPC, there are some types of assets that player can buy or sell in the official game Marketplace. In this market, players are allow to buy and sell game items with LUMI.&#x20;

{% hint style="info" %}
The official game marketplace is developed and operated by our partner, Megaland, and designed by the development team of Morning Moon Village.
{% endhint %}

![\*Graphic & Contents are not final.](/files/K05zLsS25KcSCLPSAe0N)

### Assets that can be listed on the official game Marketplace

* Seeds
* Crops
* NFTs
* To be updated in the future

{% hint style="info" %}
Some of the above assets may not be able to be listed on the marketplace at launch. The marketplace capability will be updated in the future along with the game development
{% endhint %}

### Asset's Price

The price of assets listed on this market are set as custom price by the seller. Therefore, some assets can be more valuable than selling to NPC, but the price could be vary and change depending on Demand and Supply in the market.

### Tax

5% LUMI will be deducted on each sales as tax paying to Village Pool.

{% content-ref url="/pages/-MfcdTE3jIZDuB-RHxK5" %}
[Tokenomics](/lumi/tokenomics.md)
{% endcontent-ref %}


---

# 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/game-features/trading/marketplace.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.
