> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/portuguese-brazilian/bridge/bridging/evms.md).

# Como fazer Bridge – Entre EVMs

{% hint style="success" %}
**EVMs:** Chains EVM são blockchains que utilizam a Ethereum Virtual Machine para executar contratos inteligentes e dApps compatíveis com Ethereum. Exemplos incluem Ethereum, BNB Smart Chain, etc.
{% endhint %}

1. Acesse <https://pancakeswap.finance/bridge>
2. Certifique-se de que sua Carteira está conectada

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%281%29%20%283%29.png" alt=""><figcaption></figcaption></figure>

3. Selecione suas chains de **origem** e **destino** pelos seletores de rede

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%282%29%20%283%29.png" alt="" width="375"><figcaption></figcaption></figure>

4. Insira o valor que deseja enviar e selecione o token no menu suspenso

* **Dica:** Sempre verifique o endereço do contrato do token antes de enviar!

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%283%29%20%283%29.png" alt="" width="374"><figcaption></figcaption></figure>

5. Selecione o **token a receber** – Em alguns casos onde os símbolos de token são idênticos (ex.: USDC / USDT), variantes aparecerão para você escolher

* **Dica:** Passe o cursor sobre o token ou clique no link para verificar o nome e o endereço do token

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%284%29%20%282%29.png" alt="" width="375"><figcaption><p>USDC</p></figcaption></figure>

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%285%29%20%282%29.png" alt="" width="375"><figcaption><p>USDC (Wormhole)</p></figcaption></figure>

6. Revise a seção "Você Recebe" para confirmar que todos os detalhes estão corretos

* O PancakeSwap seleciona entre múltiplos provedores de bridge com base nas suas chains de origem e destino.
* Os provedores diferem em taxas, tempos de processamento e possíveis restrições — esses detalhes serão exibidos claramente.

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28385%29.png" alt=""><figcaption></figcaption></figure>

* As etiquetas ajudam a comparar rotas:
  * **Melhor Retorno** = maior valor recebido
  * **Mais Rápido** = tempo de transferência mais curto

Use essas etiquetas para equilibrar velocidade e valor de acordo com suas necessidades.

{% hint style="warning" %}
Na sua **primeira transação** com um provedor de bridge, você será solicitado a aprovar a transferência do token (esta é uma ação única)

* Na sua **segunda transação**, basta clicar em "Enviar" e sua transferência de bridge será iniciada
  {% endhint %}

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%286%29%20%281%29.png" alt=""><figcaption></figcaption></figure>

7. Relaxe! A maioria das transferências de bridge é concluída em apenas alguns minutos. Após a conclusão, seus tokens aparecerão no seu endereço Ethereum.


---

# 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.pancakeswap.finance/portuguese-brazilian/bridge/bridging/evms.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.
