# Using Stargate

[Stargate](https://stargate.finance/) is an asset bridge built on top of the [LayerZero protocol](https://layerzero.network/), enabling seamless asset transfers between 80+ blockchains, without wrapping tokens, all thanks to the [OFT standard](https://docs.layerzero.network/v2/concepts/applications/oft-standard).

{% hint style="info" %}
Stargate provide [their own tutorial for token transfers](https://docs.stargate.finance/user-docs/transfer).
{% endhint %}

Stargate has two modes, depending on how granular you want to go on some parameters.

## Simple Mode

The Simple Mode is pretty straightforward:

1. Click the "From" field and select one of the tokens found in the wallet that you connected to Stargate.
   * You can also explore the various chains and tokens supported by the bridge, using the search field.
2. Now that it knows the source chain and token, Stargate can suggest target chains and tokens that are compatible.

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

3. Select the target token and chain, then enter how much source token you want to bridge.

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

4. Click "Transfer" to trigger the confirmation dialog from your Web3 wallet.
5. Once confirmed, Stargate takes care of the bridging itself.

## Advanced Mode

While the Advanced Mode presents a wider interface, it is not much more complex than the simple, it simply offers a better overview of what's possible.

<figure><img src="/files/4UorpjIqdU4yKMfWjDh4" alt=""><figcaption></figcaption></figure>

The most notable customizations are:

* "Gas on destination": Use this option if you need native tokens on the destination chain, to facilitate other transactions, such as local swaps.
* "Fee tolerance": You can choose a maximum fee tolerance (in percentage of the transfered tokens). If the amount you're receiving on the target chain is outside of this tolerance, the transaction is reverted.

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

Otherwise, the way it works remains the same as in the Simple Mode.


---

# Agent Instructions: 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:

```
GET https://docs.chiliz.com/learn/about-bridging/using-stargate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
