> 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/uzywanie-stargate.md).

# Używanie Stargate

[Stargate](https://stargate.finance/) to most aktywów zbudowany na bazie [protokołu LayerZero](https://layerzero.network/), umożliwiający płynny transfer aktywów między ponad 80 blockchainami bez opakowywania tokenów, dzięki [standardowi OFT](https://docs.layerzero.network/v2/concepts/applications/oft-standard).

{% hint style="info" %}
Stargate udostępnia [własny samouczek dotyczący transferów tokenów](https://docs.stargate.finance/user-docs/transfer).
{% endhint %}

Stargate ma dwa tryby, zależnie od tego, jak szczegółowo chcesz kontrolować niektóre parametry.

## Tryb prosty (Simple Mode)

Tryb prosty jest bardzo intuicyjny:

1. Kliknij pole „From" i wybierz jeden z tokenów z portfela połączonego ze Stargate.
   * Możesz też przeglądać różne łańcuchy i tokeny obsługiwane przez most, korzystając z pola wyszukiwania.
2. Teraz, gdy Stargate zna łańcuch i token źródłowy, może zaproponować kompatybilne łańcuchy i tokeny docelowe.

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

3. Wybierz token i łańcuch docelowy, a następnie wprowadź kwotę tokenu źródłowego, którą chcesz przemostować.

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

4. Kliknij „Transfer", aby uruchomić okno potwierdzenia z portfela Web3.
5. Po potwierdzeniu Stargate zajmuje się samym mostowaniem.

## Tryb zaawansowany (Advanced Mode)

Choć tryb zaawansowany prezentuje szerszy interfejs, nie jest dużo bardziej skomplikowany od prostego — po prostu oferuje lepszy przegląd możliwości.

<figure><img src="/files/8CNnb2qtLpcypJ6jFbyu" alt=""><figcaption></figcaption></figure>

Najważniejsze możliwości dostosowania to:

* „Gas on destination": Użyj tej opcji, jeśli potrzebujesz natywnych tokenów w łańcuchu docelowym, aby ułatwić inne transakcje, np. lokalne swapy.
* „Fee tolerance": Możesz wybrać maksymalną tolerancję opłat (jako procent transferowanych tokenów). Jeśli kwota otrzymana w łańcuchu docelowym wykracza poza tę tolerancję, transakcja jest odwracana.

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

W pozostałym zakresie sposób działania pozostaje taki sam jak w trybie prostym.


---

# 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/uzywanie-stargate.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.
