> 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/bridge/bridging/evms.md).

# How to Bridge – Between EVMs

{% hint style="success" %}
**EVMs:** EVM chains are blockchains that use the Ethereum Virtual Machine to run Ethereum-compatible smart contracts and dApps. Examples include Ethereum, BNB Smart Chain, etc.
{% endhint %}

1. Navigate to <https://pancakeswap.finance/bridge>
2. Ensure your wallet is connected

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

3. Select your **source** and **destination** chains via the network selectors

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

4. Input the amount you wish to send and select the token from the dropdown

* **Tip:** Always double-check the token contract address before sending!

<figure><img src="/files/5DKXScZvZGfDOEwVitvK" alt="" width="374"><figcaption></figcaption></figure>

5. Select the **received token** – In some cases where token symbols are identical (e.g., USDC / USDT), variants will appear for you to choose from

* **Tip:** Hover over the token or click on the link to verify the token name and address

<figure><img src="/files/hwRZVaXEivSD1MvH7fbr" alt="" width="375"><figcaption><p>USDC</p></figcaption></figure>

<figure><img src="/files/ERSAaLoVGj22BuLK8Y3l" alt="" width="375"><figcaption><p>USDC (Wormhole)</p></figcaption></figure>

6. Review the “You Receive” section to confirm all details are correct

* PancakeSwap selects from multiple bridge providers based on your source and destination chains.
* Providers differ in fees, processing times, and possible restrictions—these will be clearly shown.

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

* Tags help you compare routes:
  * **Best Return** = highest received amount
  * **Fastest** = quickest transfer time

Use these tags to balance speed and value according to your needs.

{% hint style="warning" %}
On your **first transaction** with a bridge provider, you’ll be prompted to approve the token transfer (this is a one-time action)

* For your **second transaction**, simply click “Send” and your bridge transfer will begin
  {% endhint %}

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

7. Sit back and relax! Most bridge transfers complete in just a few minutes. Once completed, your tokens will appear in your Ethereum address.


---

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