> 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/pt-br/aprender/glossario/wrapped-chz-wchz.md).

# Wrapped CHZ (wCHZ)

{% hint style="info" %}
**Em resumo**\
O Wrapped Chiliz (wCHZ) é uma versão tokenizada da criptomoeda Chiliz, projetada para funcionar como tokens ERC-20 regulares enquanto mantém seu valor original. Isso o torna mais versátil e útil para desenvolvedores, semelhante a outros tokens embrulhados como wETH ou Wrapped BNB.
{% endhint %}

## O que é o Wrapped Chiliz (wCHZ)? <a href="#header-0" id="header-0"></a>

O wCHZ é a versão embrulhada do Chiliz.

Tokens embrulhados, como wCHZ e wETH, são versões tokenizadas de criptomoedas que são atreladas ao valor da moeda original e podem ser desembrulhadas a qualquer momento. Quase toda grande blockchain tem uma versão embrulhada de sua criptomoeda nativa, como Wrapped BNB, Wrapped AVAX ou Wrapped Fantom.

O benefício disso é que os desenvolvedores podem usar uma versão ERC-20 (ou CAP-20) do token nativo CHZ, dando ao token os benefícios que outros tokens ERC-20 possuem e removendo as limitações de um token nativo, enquanto mantém o mesmo valor de preço que o CHZ original.

## Como obtenho o Wrapped Chiliz (wCHZ)?

Leia tudo aqui:

{% content-ref url="/pages/6y4wGjwx6psQQBxRSFY1" %}
[Usar Wrapped CHZ](/pt-br/desenvolver/basico/usar-wrapped-chz.md)
{% endcontent-ref %}


---

# 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/pt-br/aprender/glossario/wrapped-chz-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.
