> 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/espanol/bienvenido-a-pancakeswap/how-to-guides/get-started-aptos/aptos-faq.md).

# Preguntas frecuentes de Aptos

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

Esta página de FAQ responde algunas de las preguntas más frecuentes de la comunidad PancakeSwap sobre nuestro despliegue en Aptos.

## General

### ¿Cómo puentear desde BSC (Binance Smart Chain) a Aptos?

Consulta [nuestra guía de puenteo](/espanol/bienvenido-a-pancakeswap/how-to-guides/get-started-aptos/aptos-coin-guide.md) para ver las distintas soluciones disponibles.

Si quieres puentear el token CAKE, consulta nuestra [guía de CAKE Bridging](/espanol/bienvenido-a-pancakeswap/how-to-guides/get-started-aptos/cake-bridging-guide.md).

### ¿Qué billetera puedo usar para Aptos Chain?

Consulta [nuestra guía de billeteras](/espanol/bienvenido-a-pancakeswap/how-to-guides/get-started-aptos/wallet-guide.md) para descargar y configurar tu billetera para Aptos.

### Aparece "Impacto en precio demasiado alto" al intercambiar monedas

Esto probablemente se deba a una mala conexión de red con los nodos de la blockchain. Recarga la página y verifica tu conexión a Internet.

Si el error persiste, significa que el par de monedas que intentas intercambiar tiene liquidez insuficiente para la cantidad que quieres intercambiar. La liquidez de las principales monedas mejorará de forma gradual y constante con el tiempo, y el problema de liquidez probablemente se resolverá cuando se desplieguen nuestros Farms de Aptos. (¡PRONTO!)

### No encuentro la moneda que quiero intercambiar

La lista predeterminada en Aptos Swap solo muestra monedas de proyectos conocidos con una cantidad suficiente de liquidez.

Si quieres intercambiar otras monedas que no están en la lista predeterminada, impórtalas usando su dirección de moneda.

### ¿Por qué no puedo intercambiar CAKE en Aptos Swap?

*actualizado el 2022-12-13*

El token/moneda CAKE ya está disponible en Aptos. Consulta nuestra [guía de CAKE Bridging](/espanol/bienvenido-a-pancakeswap/how-to-guides/get-started-aptos/cake-bridging-guide.md) para saber más sobre cómo puentear tokens CAKE entre Aptos y BNB Smart Chain.

### ¿Necesito hacer Staking de CAKE en Aptos para participar en los IFOs de Aptos?

PancakeSwap IFO aún no ha sido desplegado en Aptos. (¡PRONTO!) Sigue haciendo Staking de tu CAKE y mantente atento a las novedades.

## CAKE Bridging

{% hint style="info" %}
Este documento ha sido migrado [aquí](/espanol/puente/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/espanol/bienvenido-a-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.
