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

# Как выполнить бридж — между EVM

{% hint style="success" %}
**EVM-сети:** EVM-сети — это блокчейны, использующие Ethereum Virtual Machine для выполнения совместимых с Ethereum смарт-контрактов и децентрализованных приложений. Примеры: Ethereum, BNB Smart Chain и др.
{% endhint %}

1. Перейди на <https://pancakeswap.finance/bridge>
2. Убедись, что твой кошелёк подключён

<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. Выбери **исходную** и **целевую** сети с помощью селекторов сетей

<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. Введи сумму, которую ты хочешь отправить, и выбери токен из выпадающего списка

* **Совет:** всегда дважды проверяй адрес контракта токена перед отправкой!

<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. Выбери **получаемый токен** — в случаях, когда символы токенов совпадают (например, USDC / USDT), появятся варианты для выбора

* **Совет:** наведи курсор на токен или нажми на ссылку, чтобы проверить название и адрес токена

<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. Проверь раздел «Ты получаешь», чтобы убедиться, что все данные верны

* PancakeSwap выбирает из нескольких провайдеров мостов на основе твоих исходной и целевой сетей.
* Провайдеры отличаются по комиссиям, времени обработки и возможным ограничениям — всё это будет чётко отображено.

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

* Метки помогают сравнивать маршруты:
  * **Best Return** = наибольшая получаемая сумма
  * **Fastest** = наименьшее время перевода

Используй эти метки, чтобы сбалансировать скорость и выгоду в соответствии со своими потребностями.

{% hint style="warning" %}
При **первой транзакции** с провайдером моста тебе будет предложено одобрить перевод токена (это разовое действие)

* Для **второй транзакции** просто нажми «Send», и перевод через мост начнётся
  {% 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. Откинься на спинку кресла и расслабься! Большинство переводов через мост завершается всего за несколько минут. После завершения твои токены появятся на твоём адресе 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/russian/most/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.
