> 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/torgovlya/crosschain-swaps/copy-of-swap-scenarios.md).

# Копия сценариев свопов

Для межсетевых транзакций существует 4 сценария.

#### 1️⃣ Только мост (Bridge Only)

* Пример: **Перевести ETH из Base в ETH на Arbitrum**
* Только поддерживаемые токены (USDC, USDT, WETH и др.) можно переводить напрямую через мост. Набор токенов варьируется в зависимости от исходной и целевой сети.

**Токены, поддерживаемые для бриджинга через Across**

| Сети        | USDC | USDT | WETH | ETH | CAKE | DAI | BAL | POOL | WBTC |
| ----------- | :--: | :--: | :--: | :-: | :--: | :-: | :-: | :--: | :--: |
| ARB <> BNB  |   ✅  |   ❌  |   ✅  |  ✅  |   ❌  |  ❌  |  ❌  |   ❌  |   ❌  |
| BASE <> BNB |   ✅  |   ✅  |   ✅  |  ✅  |   ❌  |  ❌  |  ❌  |   ❌  |   ❌  |
| ARB <> BASE |   ✅  |   ❌  |   ✅  |  ✅  |   ❌  |  ✅  |  ✅  |   ✅  |   ❌  |
| ETH <> BNB  |   ✅  |   ✅  |   ✅  |  ✅  |   ✅  |  ❌  |  ❌  |   ❌  |   ❌  |
| ETH <> BASE |   ✅  |   ✅  |   ✅  |  ✅  |   ❌  |  ✅  |  ✅  |   ✅  |   ❌  |
| ETH <> ARB  |   ✅  |   ❌  |   ✅  |  ✅  |   ❌  |  ✅  |  ✅  |   ✅  |   ✅  |

#### 2️⃣ Обмен → Мост (Swap → Bridge)

* Пример: **Обменять BNB на BNB Chain на USDC на Arbitrum**
* Обменять BNB на поддерживаемый токен моста (например, USDC) через пулы PancakeSwap на BNB Chain
* Перевести USDC через Across на Arbitrum

#### 3️⃣ Мост → Обмен (Bridge → Swap)

* Пример: **Обменять USDC на BNB Chain на ARB на Arbitrum**
* Перевести USDC через Across
* Обменять USDC на ARB через пулы PancakeSwap на Arbitrum

#### 4️⃣ Обмен → Мост → Обмен (Swap → Bridge → Swap)

* Пример: **Обменять BNB на BNB Chain на ARB на Arbitrum**
* Обменять BNB на токен моста (с максимизацией выхода для пользователя)
* Перевести через Across
* Обменять переведённый токен на ARB на Arbitrum через пулы PancakeSwap

***

### ⚠️ Случаи сбоев

| Сценарий                                   | Результат                                                                                                                                                                                            |
| ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Сбой обмена/транзакции в исходной сети** | Пользователь мгновенно получает обратно исходный токен в исходной сети                                                                                                                               |
| **Сбой транзакции через мост**             | Across обрабатывает возврат в течение 90 минут — 2 часов, и пользователь получает переведённый актив обратно в исходной сети. Relay при сбое между SOL <> EVM обрабатывает возврат в течение минуты. |
| **Сбой обмена в целевой сети**             | Пользователь получает переведённый актив в целевой сети                                                                                                                                              |


---

# 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/torgovlya/crosschain-swaps/copy-of-swap-scenarios.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.
