> 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/pt-br/aprender/sobre-bridges/bridge-stablecoins.md).

# Bridge de stablecoins

Desde outubro de 2024, é possível fazer bridge de stablecoins para seus equivalentes embrulhados na Chiliz Chain usando bridges de terceiros como o [Chainport](https://app.chainport.io/). Você também pode fazer bridge da Chiliz Chain para chains suportadas.

As stablecoins que podem ser transferidas para a Chiliz Chain são:

* Tether ([USDT](https://tether.to/)):
  * A primeira stablecoin do mundo.
  * Pode ser transferida usando o [Chainport](https://app.chainport.io/), de/para Polygon ou Ethereum.
  * Na Chiliz Chain, é convertida para Bridged Tether.
  * [Veja o contrato inteligente](https://chiliscan.com/token/0x37C57a89812a0D492AeEd7691F1610CA0a8f74A1/contract/code).
* US Dollar Coin ([USDC](https://www.circle.com/usdc)):
  * Uma stablecoin pareada ao Dólar Americano.
  * Pode ser transferida usando o [Chainport](https://app.chainport.io/), de/para Polygon, Ethereum, Base ou Meld.
  * Na Chiliz Chain, é convertida para Bridged USDC.
  * [Veja o contrato inteligente](https://chiliscan.com/token/0xa37936F56249965d407E39347528a1A91eB1cbef/contract/code).

Saiba mais aqui:

{% content-ref url="/pages/89LWxFPqkgYw5X6yKbN8" %}
[Sobre Stablecoins](/pt-br/aprender/sobre-stablecoins.md)
{% endcontent-ref %}

## Exemplo: Bridge de USDT (Tether) do Polygon para a Chiliz Chain

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

1. Abra o dApp [https://app.chainport.io/](https://app.chainport.io/?from=CHILIZ\&to=ETHEREUM).
2. Selecione Polygon como a blockchain de origem e selecione USDT como o token de origem.
3. Ao selecionar o token de destino, o Chainport oferecerá a opção de selecionar USDT na Chiliz Chain. Clique nele.
4. Insira a quantidade de USDT que deseja fazer bridge.\
   \&#xNAN;*NOTA: Você deve ter tokens USDT suficientes no Polygon para cobrir a taxa do bridge.*
5. Clique em "Port USDT".
6. Valide o bridge pela sua carteira.
7. Agora você tem tokens USDT na 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/pt-br/aprender/sobre-bridges/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.
