> 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/v3-v2-migration/faq.md).

# Preguntas frecuentes

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

### **¿Hay una fecha límite para la migración?**

No

Podrás retirar el Staking de los farms V2 en cualquier momento.

Podrás retirar liquidez de V2 en cualquier momento.

Sin embargo, los Chefs migrarán gradualmente las emisiones de recompensas de CAKE de esos farms V2 seleccionados a sus farms V3 correspondientes. Para continuar ganando recompensas de CAKE, te recomendamos completar las migraciones lo antes posible.

Para obtener más noticias y actualizaciones sobre el calendario de migración, [sigue nuestros canales sociales en Twitter o el anuncio de Telegram.](/espanol/bienvenido-a-pancakeswap/contact-us/social-accounts.md)

### ¿Cuándo puedo comenzar a migrar?

Si estás leyendo esto, es probable que la migración ya haya comenzado. Visita <https://pancakeswap.finance/migration> para más detalles.

### No encuentro el par en el que estoy haciendo Staking

Algunos farms y liquidez de V2 continuarán operando en paralelo con V3.

Algunos farms de V2 no se migrarán el día 1. Si tus farms en Staking no aparecen en el "Paso 1", no requieren ser migrados en este momento.

Si tus posiciones de liquidez V2 no aparecen en el "Paso 2", es probable que tengan farms V2 en funcionamiento y no requieran ser migrados en este momento.

Puedes migrar manualmente tus stakings de farm y liquidez. Continúa leyendo.

### ¿Puedo migrar manualmente mis stakings de farm o liquidez sin usar el asistente de migración?

Sí.

Puedes retirar el Staking de tokens LP de los farms V2 yendo a la página "Farms" y buscando farms con la etiqueta "V2". Puedes usar el filtro "Staked only" para filtrar los farms en los que actualmente tienes Staking.

Puedes retirar liquidez V2 yendo a la página "Liquidity" y buscando posiciones con la etiqueta "V2". Puedes usar la pestaña V2 para filtrar solo posiciones V2.

Para agregar tu liquidez a V3 y hacer Staking de posiciones LP en V3, sigue los pasos estándar de V3.

Para un tutorial detallado sobre cómo agregar liquidez en V3, lee [aquí](/espanol/ganar/pancakeswap-pools/liquidity-guide.md).

Para un tutorial sobre cómo hacer farming en V3, lee [aquí](/espanol/ganar/yield-farming/how-to-use-farms.md).


---

# 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/v3-v2-migration/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.
