# 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="../../learn/glossary/wrapped-chz-wchz" %}
[wrapped-chz-wchz](https://docs.chiliz.com/learn/glossary/wrapped-chz-wchz)
{% 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="https://3400301555-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4L7rBH2rmyoBTn93MSdx%2Fuploads%2Fw2oRElYbTjDvKMNsgNXi%2Fimage.png?alt=media&#x26;token=154a581a-921b-4fcd-9b2c-3a3153fffa40" 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 availble 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: 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:

```
GET https://docs.chiliz.com/develop/basics/use-wrapped-chz.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
