> 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/fr/developper/notions-de-base/obtenir-wrapped-chz.md).

# Utiliser le Wrapped CHZ

## Qu'est-ce que le Wrapped Chiliz (wCHZ) ? <a href="#header-0" id="header-0"></a>

Découvrez-le dans le glossaire :

{% content-ref url="/pages/JXvjNsSQtyRRLL6LH8n4" %}
[Wrapped CHZ (wCHZ)](/fr/apprendre/glossaire/wrapped-chz-wchz.md)
{% endcontent-ref %}

## Comment obtenir du Wrapped Chiliz (wCHZ) ?

### Sur le Mainnet

Pour obtenir du wCHZ sur le Mainnet de Chiliz, vous pouvez utiliser notre wrapper sur la dApp Chiliz Bridge :

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

**Étape 1 :** Cliquez sur "Wrap CHZ" dans le menu supérieur.

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

**Étape 2 :** Connectez votre portefeuille MetaMask.

**Étape 3 :** Sélectionnez ce que vous voulez convertir :

* sélectionnez CHZ si vous voulez wrapper.
* sélectionnez wCHZ si vous voulez dé-wrapper.

**Étape 4 :** Choisissez combien de tokens vous souhaitez wrapper/dé-wrapper.

**Étape 5 :** Cliquez sur "Wrap/Unwrap CHZ".

**Étape 6 :** Suivez les étapes dans MetaMask.

### Adresse du contrat Wrapped Chiliz sur le Mainnet de Chiliz

L'adresse officielle du Wrapped Chiliz sur la Chiliz Chain est ici :

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

Le contrat lui-même est à cette adresse : `0x677F7e16C7Dd57be1D4C8aD1244883214953DC47`

### Sur le Spicy Testnet

Le Wrapped Chiliz est également disponible sur Spicy, le Testnet de Chiliz.

Pour obtenir du wCHZ sur le Spicy Testnet, vous pouvez utiliser notre wrapper sur la dApp Chiliz Bridge :

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

Le processus est le même que pour le Mainnet.

### Adresse du contrat Wrapped Chiliz sur le Spicy Testnet

L'adresse officielle du Wrapped Chiliz sur la Chiliz Chain est ici :

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

Le contrat lui-même est à cette adresse : `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/fr/developper/notions-de-base/obtenir-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.
