> 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/jp/gakushu/bridge/stablecoin-bridge.md).

# stablecoin の bridging

2024年10月以降、[Chainport](https://app.chainport.io/) などのサードパーティ製 bridge を使って、stablecoin を Chiliz Chain 上の wrapped 版へ bridge できるようになりました。Chiliz Chain から対応チェーンへの bridge も可能です。

Chiliz Chain へ bridge できる stablecoin は次のとおりです。

* Tether ([USDT](https://tether.to/)):
  * 世界初の stablecoin。
  * [Chainport](https://app.chainport.io/) を使って、Polygon または Ethereum との間で bridge できます。
  * Chiliz Chain 上では Bridged Tether へ bridge されます。
  * [smart contract を見る](https://chiliscan.com/token/0x37C57a89812a0D492AeEd7691F1610CA0a8f74A1/contract/code)。
* US Dollar Coin ([USDC](https://www.circle.com/usdc)):
  * 米ドルにペッグされた stablecoin。
  * [Chainport](https://app.chainport.io/) を使って、Polygon、Ethereum、Base、または Meld との間で bridge できます。
  * Chiliz Chain 上では Bridged USDC へ bridge されます。
  * [smart contract を見る](https://chiliscan.com/token/0xa37936F56249965d407E39347528a1A91eB1cbef/contract/code)。

詳しくはこちらをご覧ください。

[about-stablecoins](/jp/gakushu/stablecoins.md)

## 例: Polygon から Chiliz Chain へ USDT (Tether) を bridge する

<figure><img src="/files/L9zzmg9KPYinTKYlE53E" 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. bridge したい USDT の数量を入力します。\
   \&#xNAN;*注意: bridge 手数料をまかなえるだけの USDT トークンを Polygon 上に保有している必要があります。*
5. 「Port USDT」をクリックします。
6. ウォレットから bridge を承認します。
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:

```
GET https://docs.chiliz.com/jp/gakushu/bridge/stablecoin-bridge.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
