> 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/dobro-pozhalovat-v-pancakeswap/how-to-guides/get-started-aptos/aptos-faq.md).

# Aptos FAQ

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/Aptos-faq-header.png" alt=""><figcaption></figcaption></figure>

На этой странице FAQ собраны наиболее частые вопросы сообщества PancakeSwap о нашем развёртывании на Aptos.

## Общие вопросы

### Как перевести активы из BSC (Binance Smart Chain) в Aptos?

Ознакомься с [нашим руководством по бриджингу](/russian/dobro-pozhalovat-v-pancakeswap/how-to-guides/get-started-aptos/aptos-coin-guide.md), где описаны различные решения.

Если ты хочешь перевести токен CAKE, ознакомься с нашим [руководством по бриджингу CAKE](/russian/dobro-pozhalovat-v-pancakeswap/how-to-guides/get-started-aptos/cake-bridging-guide.md).

### Какой кошелёк можно использовать для сети Aptos Chain?

Ознакомься с [нашим руководством по кошелькам](/russian/dobro-pozhalovat-v-pancakeswap/how-to-guides/get-started-aptos/wallet-guide.md), чтобы скачать и настроить кошелёк для Aptos.

### Отображается «Price Impact Too High» при обмене монет

Скорее всего, это связано с плохим соединением с узлами блокчейна. Обнови страницу и проверь подключение к сети.

Если ошибка не исчезает, это означает, что пара монет, которую ты пытаешься обменять, имеет недостаточную ликвидность для запрошенного объёма. Ликвидность для основных монет будет постепенно увеличиваться, и проблема с ликвидностью, скорее всего, будет решена после запуска наших Aptos Farms. (СКОРО!)

### Не могу найти монету для обмена

Список по умолчанию на Aptos Swap показывает только монеты известных проектов с достаточным уровнем ликвидности.

Если ты хочешь обменять другие монеты, которых нет в списке по умолчанию, добавь их по адресу монеты.

### Почему я не могу торговать CAKE на Aptos Swap?

*обновлено 13.12.2022*

Токен/монета CAKE теперь доступна на Aptos. Ознакомься с нашим [руководством по бриджингу CAKE](/russian/dobro-pozhalovat-v-pancakeswap/how-to-guides/get-started-aptos/cake-bridging-guide.md), чтобы узнать больше о переводе токенов CAKE между Aptos и BNB Smart Chain.

### Нужно ли стейкировать CAKE на Aptos для участия в Aptos IFOs?

IFO на PancakeSwap ещё не запущены на Aptos. (СКОРО!) Продолжай стейкировать свои CAKE и следи за новостями.

## Бриджинг CAKE

{% hint style="info" %}
Этот документ перенесён [сюда](/russian/most/faq.md)
{% endhint %}


---

# 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/dobro-pozhalovat-v-pancakeswap/how-to-guides/get-started-aptos/aptos-faq.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.
