> 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/cbt-guide/nft-metamask-bscscan.md).

# วิธีเช็ก NFT ในกระเป๋า Metamask ผ่าน BscScan

คู่มือนี้สอน วิธีตรวจสอบว่ากระเป๋าเงิน (Wallet) ของคุณถือ NFT อะไรอยู่บ้างบนเครือข่าย BNB Smart Chain (BSC) ผ่านเว็บ BscScan ทีละขั้นตอน

### 1.ค้นหากระเป๋าของคุณ

เปิดเว็บ bscscan.com แล้ววาง ที่อยู่กระเป๋า (\`0x...\`) ลงในช่องค้นหากลางหน้า จากนั้นกดปุ่ม ค้นหา (รูปแว่นขยาย) เพื่อเปิดข้อมูลของกระเป๋านั้น

<img src="/files/4vMYoMeTjPXmtZBBIh6I" alt="" height="363" width="580">

{% hint style="info" %}
� คำแนะนำ: ที่อยู่กระเป๋าคัดลอกจาก MetaMask ได้ โดยกดที่ชื่อบัญชีด้านบนเพื่อ Copy address
{% endhint %}

### 2.เปิดหน้าข้อมูลกระเป๋า

ระบบจะพาเข้าหน้า Address ซึ่งแสดงภาพรวมของกระเป๋า (ยอด BNB, โทเคน, ประวัติธุรกรรม) ตรวจว่าที่อยู่ด้านบนตรงกับกระเป๋าของคุณ

<img src="/files/F14KilJTSs1s7dGke0PG" alt="" height="363" width="580">

### 3.เปิดแท็บ Assets

ในแถบเมนูกลางหน้า คลิกแท็บ Assets เพื่อดูทรัพย์สินทั้งหมดที่กระเป๋าถืออยู่ (โทเคนและ NFT)

<img src="/files/mS8fRHfHwEVvf0veyQbJ" alt="" height="363" width="580">

### 4.ดู NFT ที่ถืออยู่

ในแท็บ Assets ให้คลิกหัวข้อย่อย NFTs ระบบจะแสดง NFT ทั้งหมดที่กระเป๋าถืออยู่ พร้อมจำนวน (เช่น Showing 4 NFTs) มาตรฐานเหรียญ (เช่น BEP-1155) ที่อยู่สัญญา (Token) และ Token ID ของแต่ละชิ้น

{% hint style="success" %}
เลข NFT ID ของพรีเซลจะเป็นเลข TOKEN ID:(1 ถึง 6)
{% endhint %}

<img src="/files/lWJltP3pd6xnEDivb5z9" alt="" height="363" width="580">

{% hint style="info" %}
💡 คำแนะนำ: คลิกที่ลิงก์ Token ใต้ NFT แต่ละชิ้น เพื่อเปิดหน้าคอลเลกชัน/สัญญาของ NFT นั้น และดูรายละเอียดเพิ่มเติมได้
{% endhint %}

{% hint style="warning" %}
ℹ️ ข้อมูล: ถ้าขึ้น Showing 0 NFTs แปลว่ากระเป๋านี้ยังไม่มี NFT บนเชน BSC หรือ NFT อาจอยู่บนเครือข่ายอื่น
{% endhint %}

<br>


---

# 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/cbt-guide/nft-metamask-bscscan.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.
