# Bridge des stablecoins

Depuis octobre 2024, il est possible de transférer des stablecoins vers leur équivalent enveloppé sur Chiliz Chain, à l’aide de ponts tiers tels que [Chainport](https://app.chainport.io/). Vous pouvez également transférer depuis Chiliz Chain vers les chaînes prises en charge.

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

* Tether ([USDT](https://tether.to/)):
  * Le tout premier stablecoin au monde.
  * Peut être transféré à l’aide de [Chainport](https://app.chainport.io/), depuis/vers Polygon ou Ethereum.
  * Sur Chiliz Chain, il est transféré vers un Bridged Tether.
  * [Voir le contrat intelligent](https://chiliscan.com/token/0x37C57a89812a0D492AeEd7691F1610CA0a8f74A1/contract/code).
* US Dollar Coin ([USDC](https://www.circle.com/usdc)):
  * Un stablecoin indexé sur le dollar américain.
  * Peut être transféré à l’aide de [Chainport](https://app.chainport.io/), depuis/vers Polygon, Ethereum, Base ou Meld.
  * Sur Chiliz Chain, il est transféré vers un Bridged USDC.
  * [Voir le contrat intelligent](https://chiliscan.com/token/0xa37936F56249965d407E39347528a1A91eB1cbef/contract/code).

En savoir plus ici :

{% content-ref url="/pages/f51ca40c4dc7b08368eee8615d88679ad98030e7" %}
[À propos des stablecoins](/fr-ai/learn/about-stablecoins.md)
{% endcontent-ref %}

## Exemple : transfert de USDT (Tether) depuis Polygon vers Chiliz Chain

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

1. Ouvrez la [https://app.chainport.io/](https://app.chainport.io/?from=CHILIZ\&to=ETHEREUM) dApp.
2. Sélectionnez Polygon comme blockchain source, puis USDT comme jeton source.
3. Lors de la sélection du jeton de destination, Chainport vous proposera de sélectionner USDT sur Chiliz Chain. Cliquez dessus.
4. Saisissez le montant de USDT que vous souhaitez transférer.\
   \&#xNAN;*REMARQUE : vous devez disposer de suffisamment de jetons USDT sur Polygon pour couvrir les frais de transfert.*
5. Cliquez sur « Port USDT ».
6. Validez le transfert depuis votre portefeuille.
7. Vous avez maintenant des jetons USDT sur 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/fr-ai/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.
