> 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/th/riang-ru/bridge/bridge-stablecoins.md).

# Bridge Stablecoins

ตั้งแต่เดือนตุลาคม 2024 คุณสามารถ bridge stablecoins ไปยังเวอร์ชัน wrapped บน Chiliz Chain ได้ โดยใช้ bridge จากบุคคลที่สาม เช่น [Chainport](https://app.chainport.io/) นอกจากนี้ คุณยังสามารถ bridge จาก Chiliz Chain ไปยังเครือข่ายที่รองรับได้เช่นกัน

stablecoins ที่สามารถ bridge มายัง Chiliz Chain ได้มีดังนี้:

* Tether ([USDT](https://tether.to/)):
  * stablecoin แรกของโลก
  * สามารถ bridge ได้โดยใช้ [Chainport](https://app.chainport.io/) จาก/ไปยัง Polygon หรือ Ethereum
  * บน Chiliz Chain จะถูก bridge เป็น Bridged Tether
  * [ดู smart contract](https://chiliscan.com/token/0x37C57a89812a0D492AeEd7691F1610CA0a8f74A1/contract/code)
* US Dollar Coin ([USDC](https://www.circle.com/usdc)):
  * stablecoin ที่ผูกค่าไว้กับดอลลาร์สหรัฐ
  * สามารถ bridge ได้โดยใช้ [Chainport](https://app.chainport.io/) จาก/ไปยัง Polygon, Ethereum, Base หรือ Meld
  * บน Chiliz Chain จะถูก bridge เป็น Bridged USDC
  * [ดู smart contract](https://chiliscan.com/token/0xa37936F56249965d407E39347528a1A91eB1cbef/contract/code)

อ่านเพิ่มเติมได้ที่:

{% content-ref url="<https://github.com/chiliz-chain/docs/blob/master/th/riang-ru/about-stablecoins/README.md>" %}
<https://github.com/chiliz-chain/docs/blob/master/th/riang-ru/about-stablecoins/README.md>
{% endcontent-ref %}

## ตัวอย่าง: การ Bridge USDT (Tether) จาก Polygon ไปยัง Chiliz Chain

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

1. เปิด dApp [https://app.chainport.io/](https://app.chainport.io/?from=CHILIZ\&to=ETHEREUM)
2. เลือก Polygon เป็น blockchain ต้นทาง และเลือก USDT เป็น token ต้นทาง
3. เมื่อเลือก token ปลายทาง Chainport จะให้คุณเลือก USDT บน Chiliz Chain คลิกเลือกได้เลย
4. ใส่จำนวน USDT ที่คุณต้องการ bridge\
   \&#xNAN;*หมายเหตุ: คุณควรมี token USDT บน Polygon เพียงพอเพื่อครอบคลุมค่าธรรมเนียม bridge*
5. คลิก "Port USDT"
6. ยืนยันการ bridge จากกระเป๋าเงินของคุณ
7. ตอนนี้คุณมี token USDT บน 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/th/riang-ru/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.
