> 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/ko/gaebal/gibon/wrapped-chz-sayong.md).

# Wrapped CHZ 사용

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

용어 사전에서 자세히 알아보세요.

{% content-ref url="/pages/4zSiniWrmRJbpQZqX7qL" %}
[Wrapped CHZ (wCHZ)](/ko/baeuggi/yongeo/wrapped-chz-wchz.md)
{% endcontent-ref %}

## Wrapped Chiliz(wCHZ)를 받으려면?

### Mainnet에서

Chiliz Mainnet에서 Wrapped CHZ를 받으려면 Chiliz Bridge dApp의 래퍼를 사용할 수 있습니다.

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

**Step 1:** 상단 메뉴에서 "Wrap CHZ"를 클릭합니다.

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

**Step 2:** MetaMask 지갑을 연결합니다.

**Step 3:** 변환할 항목을 선택합니다.

* 래핑하려면 CHZ를 선택합니다.
* 언래핑하려면 wCHZ를 선택합니다.

**Step 4:** 래핑/언래핑할 토큰 수량을 선택합니다.

**Step 5:** "Wrap/Unwrap CHZ"를 클릭합니다.

**Step 6:** MetaMask의 단계를 따릅니다.

### Chiliz Mainnet의 Wrapped Chiliz 컨트랙트 주소

공식 Chiliz Chain Wrapped Chiliz 주소는 다음과 같습니다.

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

컨트랙트 주소: `0x677F7e16C7Dd57be1D4C8aD1244883214953DC47`

### Spicy Testnet에서

Wrapped Chiliz는 Chiliz Testnet인 Spicy에서도 사용 가능합니다.

Spicy Testnet에서 Wrapped CHZ를 받으려면 Chiliz Bridge dApp의 래퍼를 사용할 수 있습니다.

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

Mainnet과 동일한 과정입니다.

### Spicy Testnet의 Wrapped Chiliz 컨트랙트 주소

공식 Chiliz Chain Wrapped Chiliz 주소는 다음과 같습니다.

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

컨트랙트 주소: `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/ko/gaebal/gibon/wrapped-chz-sayong.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.
