> 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.md).

# Кросс-чейн свопы

Межсетевые обмены позволяют пользователям беспрепятственно обменивать токены между сетями — всё в рамках одной оптимизированной транзакции.

Межсетевые обмены поддерживаются между следующими сетями:

* BNB Chain
* Ethereum
* Solana
* Arbitrum
* Base
* zkSync
* Linea

{% hint style="success" %}
**Транзакции выполняются молниеносно — как правило, от нескольких секунд до минуты.**
{% endhint %}

***

### 🔍 Как это работает

1. Пользователь выбирает исходную / целевую сеть и токены
2. Роутер PancakeSwap вычисляет наиболее эффективный маршрут
3. Обмены исполняются через пулы ликвидности PancakeSwap (v2, v3, Infinity, StableSwaps) в исходной и целевой сетях
4. Бриджинг осуществляется через партнёрские протоколы: [Across](https://across.to/) (для EVM <> EVM), [Relay](https://relay.link/bridge) (для SOL <> EVM)

{% hint style="success" %}
**Межсетевые обмены доступны для любого токена при наличии достаточной ликвидности как в исходной, так и в целевой сети.**
{% endhint %}

***

### 💸 Комиссии

* **PancakeSwap не взимает никаких комиссий за межсетевые транзакции.**
* Комиссии складываются из:
  1. **Торговая комиссия:** начисляется за обмены внутри пулов ликвидности в исходной и целевой сетях
  2. **Комиссия за мост:** выплачивается ретрансляторам за бриджинг активов

***

### 🎯 Что такое интенты (Intents)?

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

Примеры интентов:

* «Обменять 1 ETH на Base на не менее 3000 USDC на Arbitrum»

Без интентов пользователю пришлось бы вручную:

* Перевести ETH через мост на Arbitrum
* Найти DEX с лучшей ценой ETH → USDC

{% hint style="success" %}
**С интентами — система делает всё автоматически.**
{% endhint %}

**Преимущества дизайна на основе интентов:**

* Удобный UX
* Более быстрое выполнение транзакций
* Одно нажатие, одна транзакция

***

### 🔐 Аудиты

Мы провели несколько раундов аудита с авторитетными специалистами в области межсетевой безопасности:

* [**Pashov Audit Group**](https://developer.pancakeswap.finance/crosschain/pashov-audit.pdf)
* [**BurraSec**](https://developer.pancakeswap.finance/crosschain/burrasec-audit.pdf)


---

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