> For the complete documentation index, see [llms.txt](https://drlv.gitbook.io/dragonica-landverse-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://drlv.gitbook.io/dragonica-landverse-whitepaper/blockchain/nft-marketplace.md).

# NFT Marketplace

&#x20;       **NFT Marketplace** คือระบบตลาดกลางสำหรับการซื้อขายไอเทมในเกมระหว่างผู้เล่น โดยไอเทมที่รองรับจะอยู่ในรูปแบบ NFT ซึ่งบันทึกกรรมสิทธิ์และประวัติการทำธุรกรรมไว้บนบล็อกเชน ทำให้ตรวจสอบความเป็นเจ้าของได้อย่างโปร่งใส การซื้อขายทั้งหมดใช้โทเคน ION เป็นสื่อกลาง\
สามารถเข้าสู่หน้า Marketplace ได้ที่ <https://apps.maxion.gg/dragonica>

<figure><img src="/files/TpkjGatyjRmLsN2n2KzX" alt=""><figcaption></figcaption></figure>

### รายละเอียดไอเทม NFT

&#x20;       เมื่อเข้าสู่ NFT Marketplace ผู้เล่นสามารถตรวจสอบคุณสมบัติของไอเทม NFT แต่ละรายการภายในตลาดได้ โดยมีรายละเอียด ดังนี้

#### มุมมองรายการบน Marketplace

&#x20;       แสดงข้อมูลสำคัญโดยสรุปเพื่อความสะดวกในการเลือกดูและเปรียบเทียบไอเทม โดยมีรายละเอียดดังนี้

<figure><img src="/files/RAiTXz56AQuY9GHW1Bf3" alt="" width="314"><figcaption></figcaption></figure>

1. **ระดับการตีบวกและระดับโซลเกรด**\
   &#x20;       แสดงระดับการตีบวกของไอเทม โดยสีของป้ายสื่อถึงระดับความหายาก (Soul Grade)
2. **คลาส**\
   &#x20;       ระบุคลาสอาชีพที่ตรงตามเงื่อนไขการสวมใส่ไอเทม
3. **ค่า Soulforce**\
   &#x20;       แสดงค่า Soul Force ของไอเทม
4. **ชื่อไอเทม**\
   &#x20;       แสดงชื่อของไอเทม
5. **NFT ID**\
   &#x20;       แสดงรหัสประจำตัว NFT ของไอเทม
6. **ราคา**\
   &#x20;       แสดงราคาของไอเทม มีหน่วยเป็น ION

#### หน้ารายละเอียดไอเทม

&#x20;       แสดงคุณสมบัติและค่าสถานะทั้งหมดของไอเทม

<figure><img src="/files/0sEDKtU0x4PtkiWV0ztA" alt=""><figcaption></figcaption></figure>

1. **ระดับการตีบวก และชื่อของไอเทม**\
   &#x20;       แสดงระดับการตีบวกนำหน้าชื่อไอเทม โดยสีของตัวเลขระดับการตีบวกจะสื่อถึงระดับความหายาก
2. **ระดับความหายากและเงื่อนไขการสวมใส่**\
   &#x20;       แสดงระดับความหายาก (Soul Grade) และค่า Soul Force ซึ่งส่งผลต่อค่าสถานะอื่น ๆ ของไอเทม พร้อมทั้งเงื่อนไขการสวมใส่ ได้แก่ เลเวลที่ต้องการและคลาสอาชีพที่ใช้งานได้
3. **โซลคราฟออปชั่น (SoulCraft Effect)**\
   &#x20;       แสดงคุณสมบัติพิเศษที่ได้รับจากการทำโซลคราฟ โดยรองรับสูงสุด 4 ออปชั่น
4. **ค่าสถานะพลังโจมตี/ป้องกันโดยรวม**\
   &#x20;       แสดงค่าสถานะรวมทั้งหมดของไอเทม โดยส่วน Item Options คือค่าสถานะดั้งเดิมที่ติดมากับตัวไอเทม
5. **ค่าสถานะที่เพิ่มจากการตีบวก (Enchant Effect)**\
   &#x20;       แสดงถึงค่าพลังโจมตี/ป้องกันที่เพิ่มจากระดับการตีบวก
6. **ภาพ NFT บน Marketplace**\
   &#x20;       แสดงรายละเอียดโดยย่อของไอเทมพร้อมข้อมูลสำคัญ ได้แก่ ระดับการตีบวก ระดับความหายาก ค่า Soul Force หมายเลข NFT และราคา NFT


---

# 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://drlv.gitbook.io/dragonica-landverse-whitepaper/blockchain/nft-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.
