# ตลาดซื้อขายกลางของเกม

### ภาพรวม

นอกจากการแลกเปลี่ยนกับตัวละคร NPC ในเกม ผู้เล่นยังสามารถซื้อขายสินทรัพย์กับผู้เล่นคนอื่น ๆ ผ่านตลาดซื้อขายกลาง โดยใช้ LUMI เป็นสกุลเงินกลาง

{% hint style="info" %}
ตลาดซื้อขายกลาง ถูกพัฒนาร่วมโดยพาร์ทเนอร์ของเกม (Megaland) และออกแบบโดยทีมพัฒนาเกม
{% endhint %}

![ภาพตัวอย่างของตลาดกลาง](/files/ap3juYi63JGD34oKIyes)

### สินทรัพย์ที่สามารถนำไปวางขายในตลาด ได้แก่

* เมล็ดพืช
* ผลผลิต
* NFTs
* สามารถเพิ่มเติมได้ในอนาคต

{% hint style="info" %}
สินทรัพย์บางชนิดด้านบนนี้ อาจยังไม่รองรับการวางขายในตลาดกลางในเวอร์ชันแรก ตลาดกลางจะถูกอัพเดตต่อไปเรื่อยๆ เพื่อเพิ่มความสามารถในการรองรับสินทรัพย์มากชนิดขึ้น
{% endhint %}

### ราคาสินทรัพย์

ผู้ขายสามารถตั้งราคาสินทรัพย์ได้เอง ดังนั้น บางสินทรัพย์จึงอาจมีมูลค่าสูงกว่าที่ตัวละคร NPC ในเกมขาย ซึ่งขึ้นอยู่กับภาวะอุปสงค์-อุปทานของตลาด<br>

### ภาษี

ทุกการซื้อขายที่ใช้จ่ายเป็น LUMI จะถูกหักภาษี 5% เพื่อนำไปเข้าเงินกองกลางหมู่บ้านที่เรียกว่า Village Pool

{% content-ref url="/pages/-MiCFPE2X51qmBtwVigr" %}
[ระบบนิเวศของโทเคน](/lumi/tokenomics.md)
{% endcontent-ref %}

<br>


---

# 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://whitepaper-th.morningmoonvillage.com/game-features/trading/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.
