> 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/vi/hoc-tap/chiliz-bridge/bridge-stablecoins.md).

# Bridge Stablecoins

Từ tháng 10 năm 2024, bạn có thể bridge các stablecoin sang phiên bản wrapped tương ứng trên Chiliz Chain, sử dụng các bridge của bên thứ ba như [Chainport](https://app.chainport.io/). Bạn cũng có thể bridge từ Chiliz Chain sang các chain được hỗ trợ.

Các stablecoin có thể bridge sang Chiliz Chain bao gồm:

* Tether ([USDT](https://tether.to/)):
  * Stablecoin đầu tiên trên thế giới.
  * Có thể bridge qua [Chainport](https://app.chainport.io/), từ/đến Polygon hoặc Ethereum.
  * Trên Chiliz Chain, token được bridge thành Bridged Tether.
  * [Xem smart contract](https://chiliscan.com/token/0x37C57a89812a0D492AeEd7691F1610CA0a8f74A1/contract/code).
* US Dollar Coin ([USDC](https://www.circle.com/usdc)):
  * Stablecoin được neo theo Đô la Mỹ.
  * Có thể bridge qua [Chainport](https://app.chainport.io/), từ/đến Polygon, Ethereum, Base hoặc Meld.
  * Trên Chiliz Chain, token được bridge thành Bridged USDC.
  * [Xem smart contract](https://chiliscan.com/token/0xa37936F56249965d407E39347528a1A91eB1cbef/contract/code).

Tìm hiểu thêm tại đây:

{% content-ref url="<https://github.com/chiliz-chain/docs/blob/master/vi/hoc-tap/ve-stablecoin/README.md>" %}
<https://github.com/chiliz-chain/docs/blob/master/vi/hoc-tap/ve-stablecoin/README.md>
{% endcontent-ref %}

## Ví dụ: Bridge USDT (Tether) từ Polygon sang Chiliz Chain

1. Mở dApp [https://app.chainport.io/](https://app.chainport.io/?from=CHILIZ\&to=ETHEREUM).
2. Chọn Polygon làm blockchain nguồn và chọn USDT làm token nguồn.
3. Khi chọn token đích, Chainport sẽ đề xuất bạn chọn USDT trên Chiliz Chain. Nhấp vào đó.
4. Nhập số lượng USDT bạn muốn bridge.\
   \&#xNAN;*LƯU Ý: Bạn cần có đủ token USDT trên Polygon để thanh toán phí bridge.*
5. Nhấp vào "Port USDT".
6. Xác nhận giao dịch bridge từ ví của bạn.
7. Bạn đã có token USDT trên Chiliz Chain!


---

# 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/vi/hoc-tap/chiliz-bridge/bridge-stablecoins.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.
