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

# Stargate Kullanımı

[Stargate](https://stargate.finance/), [LayerZero protokolü](https://layerzero.network/) üzerine inşa edilmiş, [OFT standardı](https://docs.layerzero.network/v2/concepts/applications/oft-standard) sayesinde token sarmadan 80'den fazla blok zinciri arasında sorunsuz varlık transferi sağlayan bir varlık köprüsüdür.

{% hint style="info" %}
Stargate, [token transferleri için kendi öğreticilerini](https://docs.stargate.finance/user-docs/transfer) sağlamaktadır.
{% endhint %}

Stargate, bazı parametrelerde ne kadar ayrıntıya girmek istediğinize bağlı olarak iki mod sunmaktadır.

## Basit Mod

Basit Mod oldukça sezgiseldir:

1. "From" alanına tıklayın ve Stargate'e bağladığınız cüzdanda bulunan token'lardan birini seçin.
   * Arama alanını kullanarak köprü tarafından desteklenen çeşitli zincirleri ve token'ları da keşfedebilirsiniz.
2. Kaynak zinciri ve token'ı bilince Stargate, uyumlu hedef zincirleri ve token'ları önerebilir.

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

3. Hedef token'ı ve zinciri seçin, ardından köprülemek istediğiniz kaynak token miktarını girin.

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

4. Web3 cüzdanınızdan onay iletişim kutusunu tetiklemek için "Transfer" düğmesine tıklayın.
5. Onaylandıktan sonra Stargate köprüleme işlemini kendisi üstlenir.

## Gelişmiş Mod

Gelişmiş Mod daha geniş bir arayüz sunsa da basit moddan çok daha karmaşık değildir; yalnızca mümkün olanlar hakkında daha iyi bir genel bakış sağlar.

<figure><img src="/files/5H8p38Sl3nR3H9q6XMFs" alt=""><figcaption></figcaption></figure>

En dikkat çekici özelleştirme seçenekleri şunlardır:

* "Gas on destination": Hedef zincirde yerel swap gibi başka işlemleri kolaylaştırmak için yerel token'lara ihtiyaç duyuyorsanız bu seçeneği kullanın.
* "Fee tolerance": Maksimum ücret toleransı (aktarılan token'ların yüzdesi olarak) seçebilirsiniz. Hedef zincirde aldığınız miktar bu toleransın dışındaysa işlem geri alınır.

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

Bunun dışında çalışma şekli Basit Mod ile aynı kalır.


---

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