> 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/pl/nauka/o-mostach/mostkowanie-stablecoinow.md).

# Mostkowanie stablecoinów

Od października 2024 roku można mostować stablecoiny do ich odpowiedników wrapped w Chiliz Chain, korzystając z mostów trzecich stron, takich jak [Chainport](https://app.chainport.io/). Możesz też mostować z Chiliz Chain do obsługiwanych łańcuchów.

Stablecoiny, które można mostować do Chiliz Chain, to:

* Tether ([USDT](https://tether.to/)):
  * Pierwszy stablecoin na świecie.
  * Można go mostować za pomocą [Chainport](https://app.chainport.io/) z/do Polygon lub Ethereum.
  * W Chiliz Chain jest mostowany jako Bridged Tether.
  * [Zobacz smart kontrakt](https://chiliscan.com/token/0x37C57a89812a0D492AeEd7691F1610CA0a8f74A1/contract/code).
* US Dollar Coin ([USDC](https://www.circle.com/usdc)):
  * Stablecoin powiązany z dolarem amerykańskim.
  * Można go mostować za pomocą [Chainport](https://app.chainport.io/) z/do Polygon, Ethereum, Base lub Meld.
  * W Chiliz Chain jest mostowany jako Bridged USDC.
  * [Zobacz smart kontrakt](https://chiliscan.com/token/0xa37936F56249965d407E39347528a1A91eB1cbef/contract/code).

Dowiedz się więcej tutaj:

[../o-stablecoinach/](/pl/nauka/o-stablecoinach.md)

## Przykład: Mostowanie USDT (Tether) z Polygon do Chiliz Chain

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

1. Otwórz dApp [https://app.chainport.io/](https://app.chainport.io/?from=CHILIZ\&to=ETHEREUM).
2. Wybierz Polygon jako źródłowy blockchain i USDT jako token źródłowy.
3. Wybierając token docelowy, Chainport zaproponuje Ci wybór USDT w Chiliz Chain. Kliknij go.
4. Wprowadź kwotę USDT, którą chcesz przemostować.\
   \&#xNAN;*UWAGA: Musisz mieć wystarczającą ilość tokenów USDT na Polygon, aby pokryć opłatę za most.*
5. Kliknij „Port USDT".
6. Zatwierdź mostowanie ze swojego portfela.
7. Masz teraz tokeny USDT w 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/pl/nauka/o-mostach/mostkowanie-stablecoinow.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.
