> 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.md).

# 브리지 소개

## 브리지란 무엇인가요?

브리지는 스마트 컨트랙트를 통해 토큰 보유자가 한 블록체인 네트워크에서 다른 네트워크로 토큰이나 디지털 자산을 이동할 수 있도록 하는 dApp입니다.

Chiliz Chain의 경우, 토큰 보유자는 여러 네트워크(Ethereum, Base, Solana)와 Chiliz Chain 사이에서 토큰(CHZ 또는 기타 토큰)을 이동할 수 있습니다.

## CHZ 토큰 브리징

CHZ 토큰을 Chiliz Chain으로 브리징할 수 있는 여러 브리징 dApp이 있습니다.

{% hint style="info" %}
Ethereum Mainnet에서 CHZ 토큰은 ERC-20 토큰이며,\
Chiliz Chain에서는 CHZ가 네이티브 토큰(CAP-20)입니다.
{% endhint %}

### Dcentralab의 Chainport 사용

Chainport 브리지는 Ethereum의 ERC-20 CHZ 토큰을 Chiliz Chain의 wCHZ 토큰(래핑된 CHZ)으로 브리징할 수 있습니다. 또한 다양한 다른 토큰과도 함께 사용할 수 있어 높은 범용성을 자랑합니다.

{% content-ref url="/pages/DbRprdhokDrmSmzvMxnp" %}
[Chainport 사용하기](/ko/baeuggi/beuriji/chainport-sayong.md)
{% endcontent-ref %}

Ethereum에서 ERC-20 CHZ 토큰을 Chiliz Chain의 wCHZ 토큰(래핑된 CHZ)으로 브리징한 후에는 해당 wCHZ를 언래핑하여 올바른 CHZ 토큰(CAP-20)을 얻어야 합니다.

이를 위해 다음 가이드를 참고하세요.

{% content-ref url="/pages/0kTuq8YR6qCk2DIyQwSt" %}
[Wrapped CHZ 사용](/ko/gaebal/gibon/wrapped-chz-sayong.md)
{% endcontent-ref %}

결과 CHZ 토큰은 일반 CHZ 토큰과 동일하며, 단지 브리징 과정에 한 단계가 추가될 뿐입니다.

### Chiliz Ethereum 브리지 사용

저희 자체 Chiliz Bridge는 Ethereum의 ERC-20 CHZ 토큰을 Chiliz Chain의 네이티브 CHZ 토큰으로 직접 브리징하기 위한 것입니다.\
Chainport보다 범용성이 낮지만(더 적은 블록체인 네트워크를 지원), 래핑된 CHZ(wCHZ)를 사용할 필요 없이 단일 단계로 브리징이 완료됩니다.

{% content-ref url="/pages/bFW87H8npjqqXdPAAEMi" %}
[Chiliz Bridge 사용하기](/ko/baeuggi/beuriji/chiliz-bridge-sayong.md)
{% endcontent-ref %}

## 모든 토큰 브리징

LayerZero의 옴니체인 프로토콜 덕분에 EVM 기반 여부와 관계없이 모든 체인에서 프로젝트 토큰을 Chiliz Chain으로, 또는 Chiliz Chain에서 다른 체인으로 이동할 수 있습니다.

{% content-ref url="/pages/8PN8eNb4gybdmDwHZ0kw" %}
[Stargate 사용하기](/ko/baeuggi/beuriji/stargate-sayong.md)
{% endcontent-ref %}

{% content-ref url="/pages/bFW87H8npjqqXdPAAEMi" %}
[Chiliz Bridge 사용하기](/ko/baeuggi/beuriji/chiliz-bridge-sayong.md)
{% endcontent-ref %}

Chiliz Chain이 옴니체인 프로토콜과 어떻게 작동하는지 자세히 알아보세요.

{% content-ref url="/pages/gxUl44x1M90J9l4ECv6U" %}
[옴니체인 토큰 사용](/ko/gaebal/goseup/omnicheun-token.md)
{% endcontent-ref %}


---

# 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.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.
