> 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/pl/tworzenie/podstawy/wrapped-chz.md).

# Wrapped CHZ

## Czym jest Wrapped Chiliz (wCHZ)?

Dowiedz się więcej w Słowniku:

[Wrapped CHZ (wCHZ)](/pl/nauka/slownik/wrapped-chz-wchz.md)

## Jak uzyskać Wrapped Chiliz (wCHZ)?

### Na Mainnecie

Aby uzyskać Wrapped CHZ na Chiliz Mainnet, możesz użyć naszego wrappera w dApP Chiliz Bridge:

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

**Krok 1:** Kliknij "Wrap CHZ" w górnym menu

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

**Krok 2:** Połącz portfel Metamask.

**Krok 3:** Wybierz, co chcesz przekonwertować:

* wybierz CHZ, jeśli chcesz zawinąć.
* wybierz wCHZ, jeśli chcesz odwinąć.

**Krok 4:** Wybierz, ile tokenów chcesz zawinąć/odwinąć.

**Krok 5:** Kliknij "Wrap/Unwrap CHZ".

**Krok 6:** Postępuj zgodnie z krokami w Metamask.

### Adres kontraktu Wrapped Chiliz na Chiliz Mainnet

Oficjalny adres Wrapped Chiliz na Chiliz Chain:

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

Sam kontrakt jest pod tym adresem: `0x677F7e16C7Dd57be1D4C8aD1244883214953DC47`

### Na Spicy Testnet

Wrapped Chiliz są też dostępne na Spicy, Testnecie Chiliz.

Aby uzyskać Wrapped CHZ na Spicy Testnet, możesz użyć naszego wrappera w dApP Chiliz Bridge:

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

Proces jest taki sam jak na Mainnecie.

### Adres kontraktu Wrapped Chiliz na Spicy Testnet

Oficjalny adres Wrapped Chiliz na Chiliz Chain:

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

Sam kontrakt jest pod tym adresem: `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/pl/tworzenie/podstawy/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.
