> 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/tr/ogren/kopru-hakkinda/stablecoin-koprusu.md).

# Stablecoin Köprüleme

Ekim 2024'ten itibaren [Chainport](https://app.chainport.io/) gibi üçüncü taraf köprüleri kullanarak stablecoin'leri Chiliz Chain'deki wrapped karşılıklarına köprülemek mümkündür. Chiliz Chain'den desteklenen zincirlere de köprüleyebilirsiniz.

Chiliz Chain'e köprülenebilen stablecoin'ler şunlardır:

* Tether ([USDT](https://tether.to/)):
  * Dünyanın ilk stablecoin'i.
  * Polygon veya Ethereum'dan/Polygon veya Ethereum'a [Chainport](https://app.chainport.io/) kullanılarak köprülenebilir.
  * Chiliz Chain'de Bridged Tether'a köprülenir.
  * [Akıllı sözleşmeyi görüntüle](https://chiliscan.com/token/0x37C57a89812a0D492AeEd7691F1610CA0a8f74A1/contract/code).
* US Dollar Coin ([USDC](https://www.circle.com/usdc)):
  * ABD dolarına sabitlenmiş bir stablecoin.
  * Polygon, Ethereum, Base veya Meld'den/Polygon, Ethereum, Base veya Meld'e [Chainport](https://app.chainport.io/) kullanılarak köprülenebilir.
  * Chiliz Chain'de Bridged USDC'ye köprülenir.
  * [Akıllı sözleşmeyi görüntüle](https://chiliscan.com/token/0xa37936F56249965d407E39347528a1A91eB1cbef/contract/code).

Daha fazla bilgi:

[Stablecoin'ler Hakkında](/tr/ogren/stablecoin-hakkinda.md)

## Örnek: Polygon'dan Chiliz Chain'e USDT (Tether) Köprüleme

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

1. [https://app.chainport.io/](https://app.chainport.io/?from=CHILIZ\&to=ETHEREUM) dApp'ini açın.
2. Kaynak blok zinciri olarak Polygon'u seçin ve kaynak token olarak USDT'yi seçin.
3. Hedef token'ı seçerken Chainport, Chiliz Chain'deki USDT'yi seçmenizi önerir. Tıklayın.
4. Köprülemek istediğiniz USDT miktarını girin.\
   \&#xNAN;*NOT: Köprüleme ücretini karşılamak için Polygon'da yeterli USDT token'ı bulunması gerekmektedir.*
5. "Port USDT" düğmesine tıklayın.
6. Cüzdanınızdan köprüleme işlemini doğrulayın.
7. Artık Chiliz Chain'de USDT token'larınız var!


---

# 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/tr/ogren/kopru-hakkinda/stablecoin-koprusu.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.
