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