> 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/seuteibulkoin-beuriji.md).

# 스테이블코인 브리지하기

2024년 10월부터 [Chainport](https://app.chainport.io/)와 같은 타사 브리지를 사용하여 스테이블코인을 Chiliz Chain의 래핑된 동등물로 브리징할 수 있습니다. Chiliz Chain에서 지원되는 체인으로도 브리징할 수 있습니다.

Chiliz Chain으로 브리징할 수 있는 스테이블코인:

* Tether ([USDT](https://tether.to/)):
  * 세계 최초의 스테이블코인입니다.
  * Polygon 또는 Ethereum에서/으로 [Chainport](https://app.chainport.io/)를 사용하여 브리징할 수 있습니다.
  * Chiliz Chain에서는 Bridged Tether로 브리징됩니다.
  * [스마트 컨트랙트 확인](https://chiliscan.com/token/0x37C57a89812a0D492AeEd7691F1610CA0a8f74A1/contract/code).
* US Dollar Coin ([USDC](https://www.circle.com/usdc)):
  * 미국 달러에 연동된 스테이블코인입니다.
  * Polygon, Ethereum, Base 또는 Meld에서/으로 [Chainport](https://app.chainport.io/)를 사용하여 브리징할 수 있습니다.
  * Chiliz Chain에서는 Bridged USDC로 브리징됩니다.
  * [스마트 컨트랙트 확인](https://chiliscan.com/token/0xa37936F56249965d407E39347528a1A91eB1cbef/contract/code).

더 자세한 내용:

{% content-ref url="/pages/WjPHmjmJzcRJFDCKS2RW" %}
[스테이블코인 소개](/ko/baeuggi/seuteibulkoin.md)
{% endcontent-ref %}

## 예시: Polygon에서 Chiliz Chain으로 USDT(Tether) 브리징

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

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


---

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