> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/th/phatthana/phuenthan/chai-wrapped-chz.md).

# รับ Wrapped CHZ

## Wrapped Chiliz (wCHZ) คืออะไร? <a href="#header-0" id="header-0"></a>

เรียนรู้เพิ่มเติมได้ในอภิธานศัพท์:

{% content-ref url="/pages/2baYzbOzlDrzlcF2LAMy" %}
[Wrapped CHZ (WCHZ)](/th/riang-ru/glossary/wchz.md)
{% endcontent-ref %}

## ฉันจะได้รับ wrapped Chiliz (wCHZ) ได้อย่างไร?

### บน Mainnet

หากต้องการรับ wrapped CHZ บน Chiliz Mainnet คุณสามารถใช้ตัวห่อของเราบน Chiliz Bridge dApp:

{% embed url="<https://bridge.chiliz.com/wrap>" %}

**ขั้นตอนที่ 1:** คลิก "Wrap CHZ" ในเมนูด้านบน

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

**ขั้นตอนที่ 2:** เชื่อมต่อกระเป๋าเงิน MetaMask ของคุณ

**ขั้นตอนที่ 3:** เลือกสิ่งที่คุณต้องการแปลง:

* เลือก CHZ หากต้องการห่อ
* เลือก wCHZ หากต้องการแกะ

**ขั้นตอนที่ 4:** เลือกจำนวน token ที่คุณต้องการห่อ/แกะ

**ขั้นตอนที่ 5:** คลิก "Wrap/Unwrap CHZ"

**ขั้นตอนที่ 6:** ทำตามขั้นตอนใน MetaMask

### ที่อยู่ smart contract ของ Wrapped Chiliz บน Chiliz Mainnet

ที่อยู่ Wrapped Chiliz อย่างเป็นทางการของ Chiliz Chain อยู่ที่นี่:

{% embed url="<https://scan.chiliz.com/address/0x677F7e16C7Dd57be1D4C8aD1244883214953DC47>" %}

smart contract อยู่ที่ที่อยู่นี้: `0x677F7e16C7Dd57be1D4C8aD1244883214953DC47`

### บน Spicy Testnet

Wrapped Chiliz ยังพร้อมใช้งานบน Spicy ซึ่งเป็น Chiliz Testnet อีกด้วย

หากต้องการรับ wrapped CHZ บน Spicy Testnet คุณสามารถใช้ตัวห่อของเราบน Chiliz Bridge dApp:

{% embed url="<https://spicy-bridge.chiliz.com/wrap>" %}

กระบวนการนี้เหมือนกับบน Mainnet

### ที่อยู่ smart contract ของ Wrapped Chiliz บน Spicy Testnet

ที่อยู่ Wrapped Chiliz อย่างเป็นทางการของ Chiliz Chain อยู่ที่นี่:

{% embed url="<https://spicy-explorer.chiliz.com/address/0x678c34581db0a7808d0aC669d7025f1408C9a3C6>" %}

smart contract อยู่ที่ที่อยู่นี้: `0x678c34581db0a7808d0aC669d7025f1408C9a3C6`


---

# 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://docs.chiliz.com/th/phatthana/phuenthan/chai-wrapped-chz.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.
