> 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/tr/gelistir/temel-ogeler/wrapped-chz-kullanimi.md).

# Wrapped CHZ Kullanımı

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

Sözlükte öğrenin:

[Wrapped CHZ (wCHZ)](/tr/ogren/sozluk/wrapped-chz-wchz.md)

## Wrapped Chiliz (wCHZ) Nasıl Edinilir?

### Mainnet'te

Chiliz Mainnet'te wrapped CHZ edinmek için Chiliz Bridge dApp'indeki sarmalayıcımızı kullanabilirsiniz:

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

**Adım 1:** Üst menüde "CHZ'yi Sar"a tıklayın

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

**Adım 2:** Metamask cüzdanınızı bağlayın.

**Adım 3:** Dönüştürmek istediğinizi seçin:

* Sarmak istiyorsanız CHZ'yi seçin.
* Açmak istiyorsanız wCHZ'yi seçin.

**Adım 4:** Kaç token sarmak/açmak istediğinizi seçin.

**Adım 5:** "CHZ'yi Sar/Aç"a tıklayın.

**Adım 6:** Metamask'taki adımları izleyin.

### Chiliz Mainnet'teki Wrapped Chiliz Sözleşme Adresi

Resmi Chiliz Chain Wrapped Chiliz adresi burada:

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

Sözleşmenin kendisi şu adreste: `0x677F7e16C7Dd57be1D4C8aD1244883214953DC47`

### Spicy Testnet'te

Wrapped Chiliz, Chiliz Testnet olan Spicy'de de mevcuttur.

Spicy Testnet'te wrapped CHZ edinmek için Chiliz Bridge dApp'indeki sarmalayıcımızı kullanabilirsiniz:

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

İşlem, Mainnet işlemiyle aynıdır.

### Spicy Testnet'teki Wrapped Chiliz Sözleşme Adresi

Resmi Chiliz Chain Wrapped Chiliz adresi burada:

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

Sözleşmenin kendisi şu adreste: `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/tr/gelistir/temel-ogeler/wrapped-chz-kullanimi.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.
