> 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/vi/hoc-tap/tu-dien/wchz.md).

# Wrapped CHZ (WCHZ)

{% hint style="info" %}
**Tóm tắt**\
Wrapped Chiliz (wCHZ) là phiên bản token hóa của tiền mã hóa Chiliz, được thiết kế để hoạt động như các token ERC-20 thông thường trong khi vẫn giữ nguyên giá trị ban đầu. Điều này giúp wCHZ linh hoạt và hữu ích hơn cho các nhà phát triển, tương tự như các wrapped token khác như wETH hay Wrapped BNB.
{% endhint %}

## Wrapped Chiliz (wCHZ) là gì? <a href="#header-0" id="header-0"></a>

wCHZ là phiên bản wrapped của Chiliz.

Các wrapped token như wCHZ và wETH là các phiên bản token hóa của tiền mã hóa, được neo giá theo giá trị của đồng coin gốc và có thể được unwrap bất kỳ lúc nào. Hầu hết mọi blockchain lớn đều có phiên bản wrapped của tiền mã hóa gốc, như Wrapped BNB, Wrapped AVAX hay Wrapped Fantom.

Lợi ích của điều này là các nhà phát triển có thể sử dụng phiên bản ERC-20 (hoặc CAP-20) của token gốc CHZ, giúp token có được những ưu điểm mà các token ERC-20 khác sở hữu và loại bỏ các hạn chế của token gốc, trong khi vẫn duy trì cùng mức giá trị với CHZ ban đầu.

## Làm thế nào để có được Wrapped Chiliz (wCHZ)?

Đọc toàn bộ hướng dẫn tại đây:

[Nhận Wrapped CHZ](/vi/phat-trien/co-ban/nhan-wrapped-chz.md)


---

# 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/vi/hoc-tap/tu-dien/wchz.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.
