> 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/pt-br/aprender/sobre-bridges/usar-stargate.md).

# Usar o Stargate

O [Stargate](https://stargate.finance/) é um bridge de ativos construído sobre o [protocolo LayerZero](https://layerzero.network/), permitindo transferências de ativos entre mais de 80 blockchains sem embrulhar tokens, graças ao [padrão OFT](https://docs.layerzero.network/v2/concepts/applications/oft-standard).

{% hint style="info" %}
O Stargate fornece [seu próprio tutorial para transferências de tokens](https://docs.stargate.finance/user-docs/transfer).
{% endhint %}

O Stargate tem dois modos, dependendo de quanto controle você deseja sobre alguns parâmetros.

## Modo Simples

O Modo Simples é bastante direto:

1. Clique no campo "From" e selecione um dos tokens encontrados na carteira que você conectou ao Stargate.
   * Você também pode explorar as várias chains e tokens suportados pelo bridge usando o campo de busca.
2. Agora que sabe a chain e o token de origem, o Stargate pode sugerir chains e tokens de destino compatíveis.

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

3. Selecione o token e a chain de destino, depois insira quanto do token de origem deseja fazer bridge.

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

4. Clique em "Transfer" para acionar o diálogo de confirmação da sua carteira Web3.
5. Uma vez confirmado, o Stargate cuida do bridge por si só.

## Modo Avançado

Embora o Modo Avançado apresente uma interface mais ampla, não é muito mais complexo que o simples; simplesmente oferece uma melhor visão geral do que é possível.

<figure><img src="/files/UtxjzOYQOz6HXK4SYmar" alt=""><figcaption></figcaption></figure>

As personalizações mais notáveis são:

* "Gas on destination": Use esta opção se precisar de tokens nativos na chain de destino para facilitar outras transações, como swaps locais.
* "Fee tolerance": Você pode escolher uma tolerância máxima de taxa (em percentual dos tokens transferidos). Se a quantidade que você está recebendo na chain de destino estiver fora dessa tolerância, a transação é revertida.

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

Fora isso, o funcionamento permanece o mesmo que no Modo Simples.


---

# 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/pt-br/aprender/sobre-bridges/usar-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.
