> 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/baeuggi/beuriji/chainport-sayong.md).

# Chainport 사용하기

[Dcentralab](https://www.dcentralab.com/)이 만든 [Chainport](https://app.chainport.io/?from=ETHEREUM\&to=CHILIZ)는 Chiliz Chain을 포함한 여러 블록체인과의 완전한 상호운용성을 제공하는 안전한 블록체인 브리지입니다.

<figure><img src="/files/htRJwAyU8IK0BLz447NI" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
Chainport 브리지는 Ethereum의 ERC-20 CHZ 토큰을 Chiliz Chain의 wCHZ 토큰(래핑된 CHZ)으로 변환합니다 — 네이티브 CHZ 토큰이 *아닙니다*.

즉, ERC-20 CHZ 토큰을 wCHZ 토큰으로 브리징한 후, 네이티브 CHZ 토큰이 필요한 경우 해당 wCHZ 토큰을 CHZ 토큰으로 언래핑해야 합니다.

이는 WCHZ 토큰을 선택하고 "언래핑"을 클릭하는 방식으로 [Chiliz Bridge](https://bridge.chiliz.com/wrap)를 통해 수행합니다.
{% endhint %}

ChainPort는 Polygon에서 Chiliz Chain으로 Tether 스테이블코인(USDT) 브리징도 지원합니다. 향후 더 많은 스테이블코인이 추가될 예정입니다.

## **사전 조건**

Ethereum Mainnet과 Chiliz Chain Mainnet 사이에서 CHZ 토큰을 브리징하려면 ETH, CHZ 또는 브리징하려는 다른 토큰이 있는 지갑이 필요합니다.

MetaMask는 물론, 다른 브라우저 기반 지갑이나 [WalletConnect 호환 지갑](https://explorer.walletconnect.com/?type=wallet), Fortmatic, Portis, Trezro를 사용할 수 있습니다.

## Ethereum에서 Chiliz Chain으로 CHZ 브리징

{% hint style="warning" %}
필요한 것:

* Ethereum Mainnet의 CHZ 토큰.
* 브리징 가스 수수료를 지불할 충분한 ETH.
  {% endhint %}

1. [https://app.chainport.io/](https://app.chainport.io/?from=ETHEREUM\&token=CHZ\&to=CHILIZ\&token=wCHZ) dApp을 엽니다.
2. 소스 블록체인으로 Ethereum을 선택하고, 소스 토큰으로 CHZ를 선택합니다.
3. 대상 토큰을 선택하면 Chainport가 Chiliz Chain의 wCHZ를 선택하도록 제안합니다. 클릭합니다.
4. 브리징할 CHZ 금액을 입력합니다.\
   \&#xNAN;*참고: 브리지 수수료를 충당할 충분한 ETH가 Ethereum에 있어야 합니다.*
5. "CHZ 승인"을 클릭합니다.
6. 지갑에서 브리징을 확인합니다.
7. 이제 Chiliz Chain에 wCHZ 토큰이 생겼습니다!

{% hint style="info" %}
획득한 wCHZ 토큰을 언래핑해야 하는 경우 [Chiliz Wrapper](https://bridge.chiliz.com/wrap)를 사용할 수 있습니다.
{% endhint %}

## Chiliz Chain에서 Ethereum으로 CHZ 브리징

{% hint style="warning" %}
필요한 것:

* Chiliz Chain Mainnet의 wCHZ 토큰.
* 브리징 가스 수수료를 지불할 충분한 CHZ.
  {% endhint %}

{% hint style="info" %}
Chiliz Chain의 네이티브 CHZ 토큰을 Ethereum으로 브리징하기 전에 래핑해야 합니다. 이를 위해 [Chiliz Wrapper](https://bridge.chiliz.com/wrap)를 사용하세요.

모든 CHZ 토큰이 아닌, Ethereum으로 브리징하려는 금액만 래핑하면 됩니다.
{% endhint %}

1. [https://app.chainport.io/](https://app.chainport.io/?from=CHILIZ\&token=wCHZ\&to=ETHEREUM\&token=CHZ) dApp을 엽니다.
2. 소스 블록체인으로 Chiliz Chain을 선택한 후 소스 토큰으로 wCHZ를 선택합니다.
3. 대상 토큰을 선택하면 Chainport가 Ethereum의 CHZ를 선택하도록 제안합니다. 클릭합니다.
4. 브리징할 wCHZ 금액을 입력합니다.\
   \&#xNAN;*참고: 브리징 수수료를 충당할 충분한 CHZ가 Chiliz Chain에 있어야 합니다.*
5. "wCHZ 승인"을 클릭합니다.
6. 지갑에서 브리징을 확인합니다.
7. 이제 Ethereum에 CHZ 토큰이 생겼습니다!


---

# 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/baeuggi/beuriji/chainport-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.
