> 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/fr/apprendre/a-propos-du-bridge/bridger-des-stablecoins.md).

# Effectuer un bridge de stablecoins

Depuis octobre 2024, il est possible de bridger des stablecoins vers leur équivalent wrappé sur Chiliz Chain, en utilisant des bridges tiers tels que [Chainport](https://app.chainport.io/). Vous pouvez également bridger depuis Chiliz Chain vers les chaînes supportées.

Les stablecoins qui peuvent être bridgés vers Chiliz Chain sont :

* Tether ([USDT](https://tether.to/)) :
  * Le premier stablecoin au monde.
  * Peut être bridgé en utilisant [Chainport](https://app.chainport.io/), depuis/vers Polygon ou Ethereum.
  * Sur Chiliz Chain, il est bridgé vers un Bridged Tether.
  * [Voir le smart contract](https://chiliscan.com/token/0x37C57a89812a0D492AeEd7691F1610CA0a8f74A1/contract/code).
* US Dollar Coin ([USDC](https://www.circle.com/usdc)) :
  * Un stablecoin adossé au dollar américain.
  * Peut être bridgé en utilisant [Chainport](https://app.chainport.io/), depuis/vers Polygon, Ethereum, Base ou Meld.
  * Sur Chiliz Chain, il est bridgé vers un Bridged USDC.
  * [Voir le smart contract](https://chiliscan.com/token/0xa37936F56249965d407E39347528a1A91eB1cbef/contract/code).

En savoir plus ici :

{% content-ref url="/pages/IGBVJbaLnbPZeU0jTz7w" %}
[À propos des Stablecoins](/fr/apprendre/a-propos-des-stablecoins.md)
{% endcontent-ref %}

## Exemple : Bridger des USDT (Tether) de Polygon vers Chiliz Chain

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

1. Ouvrez la dApp [https://app.chainport.io/](https://app.chainport.io/?from=CHILIZ\&to=ETHEREUM).
2. Sélectionnez Polygon comme blockchain source, et sélectionnez USDT comme token source.
3. Lors de la sélection du token de destination, Chainport vous proposera de sélectionner USDT sur Chiliz Chain. Cliquez dessus.
4. Saisissez le montant d'USDT que vous souhaitez bridger.\
   \&#xNAN;*NOTE : Vous devez avoir suffisamment de tokens USDT sur Polygon pour couvrir les frais du bridge.*
5. Cliquez sur « Port USDT ».
6. Validez le bridging depuis votre wallet.
7. Vous avez maintenant des tokens USDT sur 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/fr/apprendre/a-propos-du-bridge/bridger-des-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.
