> 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/desenvolver/basico/usar-wrapped-chz.md).

# Usar Wrapped CHZ

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

Saiba mais no Glossário:

{% content-ref url="/pages/s7ZJSMC9RE8Vr8cKcNHZ" %}
[Wrapped CHZ (wCHZ)](/pt-br/aprender/glossario/wrapped-chz-wchz.md)
{% endcontent-ref %}

## Como obter o Wrapped Chiliz (wCHZ)?

### Na Mainnet

Para obter wCHZ na Chiliz Mainnet, use nosso wrapper no dApp Chiliz Bridge:

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

**Passo 1:** Clique em "Wrap CHZ" no menu superior.

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

**Passo 2:** Conecte sua carteira MetaMask.

**Passo 3:** Selecione o que deseja converter:

* selecione CHZ se quiser converter.
* selecione wCHZ se quiser reverter a conversão.

**Passo 4:** Escolha quantos tokens deseja converter/reverter.

**Passo 5:** Clique em "Wrap/Unwrap CHZ".

**Passo 6:** Siga os passos no MetaMask.

### Endereço do contrato Wrapped Chiliz na Chiliz Mainnet

O endereço oficial do Wrapped Chiliz na Chiliz Chain está aqui:

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

O contrato em si está neste endereço: `0x677F7e16C7Dd57be1D4C8aD1244883214953DC47`

### Na Spicy Testnet

O Wrapped Chiliz também está disponível na Spicy, a Testnet da Chiliz.

Para obter wCHZ na Spicy Testnet, use nosso wrapper no dApp Chiliz Bridge:

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

O processo é o mesmo da Mainnet.

### Endereço do contrato Wrapped Chiliz na Spicy Testnet

O endereço oficial do Wrapped Chiliz na Chiliz Chain está aqui:

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

O contrato em si está neste endereço: `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/pt-br/desenvolver/basico/usar-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.
