> 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/develop/basics/use-wrapped-chz.md).

# Use Wrapped CHZ

## What Is Wrapped Chiliz (wCHZ)? <a href="#header-0" id="header-0"></a>

Learn about it in the Glossary:

{% content-ref url="/pages/19X6fcpaENPWybUKj2qb" %}
[Wrapped CHZ (wCHZ)](/learn/glossary/wrapped-chz-wchz.md)
{% endcontent-ref %}

## How do I get wrapped Chiliz (wCHZ)?

### On Mainnet

To get wrapped CHZ on Chiliz Mainnet, you can use our wrapper on the Chiliz Bridge dApp:

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

**Step 1:** Click "Wrap CHZ" in the top menu

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

**Step 2:** Connect your Metamask wallet.

**Step 3:** Select what you want to convert:

* select CHZ if you want to wrap.
* select wCHZ if you want to unwrap.

**Step 4:** Choose how many tokens you want to wrap/unwrap.

**Step 5:** Click "Wrap/Unwrap CHZ".

**Step 6:** Follow the steps in Metamask.

### Wrapped Chiliz contract address on Chiliz Mainnet

The official Chiliz Chain Wrapped Chiliz address is here:

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

The contract itself is at this address: `0x677F7e16C7Dd57be1D4C8aD1244883214953DC47`

### On Spicy Testnet

Wrapped Chiliz are also available on Spicy, the Chiliz Testnet.

To get wrapped CHZ on the Spicy Testnet, you can use our wrapper on the Chiliz Bridge dApp:

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

It is the same process as the Mainnet one.

### Wrapped Chiliz contract address on Spicy Testnet

The official Chiliz Chain Wrapped Chiliz address is here:

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

The contract itself is at this address: `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/develop/basics/use-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.
