# Bridging stablecoins

Since October 2024, it is possible to bridge stablecoins to their wrapped equivalent on Chiliz Chain, using third-party bridges such as [Chainport](https://app.chainport.io/). You can also bridge from Chiliz Chain to supported chains.

The stablecoins that can be bridged to Chiliz Chain are:

* Tether ([USDT](https://tether.to/)):
  * The world's first stablecoin.
  * Can be bridged using [Chainport](https://app.chainport.io/), from/to Polygon or Ethereum.
  * On Chiliz Chain, it is bridged to a Bridged Tether.
  * [See the smart contract](https://chiliscan.com/token/0x37C57a89812a0D492AeEd7691F1610CA0a8f74A1/contract/code).
* US Dollar Coin ([USDC](https://www.circle.com/usdc)):
  * A stablecoin pegged to the US Dollar.
  * Can be bridged using [Chainport](https://app.chainport.io/), from/to Polygon, Ethereum, Base, or Meld.
  * On Chiliz Chain, it is bridged to a Bridged USDC.
  * [See the smart contract](https://chiliscan.com/token/0xa37936F56249965d407E39347528a1A91eB1cbef/contract/code).

Learn more here:

{% content-ref url="/pages/Uu9QoX1dgGkoU4ZiUMQN" %}
[About Stablecoins](/learn/about-stablecoins.md)
{% endcontent-ref %}

## Example: Bridging USDT (Tether) from Polygon to Chiliz Chain

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

1. Open the [https://app.chainport.io/](https://app.chainport.io/?from=CHILIZ\&to=ETHEREUM) dApp.
2. Select Polygon as the source blockchain, and select USDT as the source token.
3. When selecting the destination token, Chainport will offer you to select USDT on Chiliz Chain. Click it.
4. Enter the amount of USDT you want to bridge.\
   \&#xNAN;*NOTE: You should have enough USDT tokens on Polygon to cover the bridge fee.*
5. Click on "Port USDT".
6. Validate the bridging from your wallet.
7. You now have USDT tokens on Chiliz Chain!


---

# Agent Instructions: 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/learn/about-bridging/bridging-stablecoins.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.
