> For the complete documentation index, see [llms.txt](https://docs.cronaswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cronaswap.org/guides/how-to-migrate-to-v2.md).

# How to migrate to V2

### **Scenario: If you have liquidity in Farm V1**

1\. Go to <https://app.cronaswap.org/>

2\. Click on “Farm V1”.

![](/files/TjvyA040ESYcgXsba9HV)

3\. Go to the pool you are in and select the “unstake” button.

![](/files/EvTY0p8Ra9t2GEnoxS0T)

4\. Then click on “Farm V2”.

![](/files/46HHHMpG6dtYpkiXCEWd)

5\. Select the exact same farm you were in from V1 and click on the “stake” button.&#x20;

![](/files/9hGA2hNY076xBywevvfc)

### **Scenario: If you have funds in IFO pool from V1**

1\. Go to <https://app.cronaswap.org/>

2\. Click on “V1 (old)” and it will bring you to this website. <https://appv1.cronaswap.org/>

![](/files/Xy9Q1QWonwukJWCw1joP)

3\. Select “IFO”.

![ ](/files/YK0v9kpLvQIbNl6emsYX)

4\. On the IFO CRONA pool, click on the minus button.&#x20;

![](/files/ZWtFpk2Mr03K9U1kDA5n)

5\. Select “Max” and click on “confirm”.

![](/files/GzJTGa8zuzCEA4Yu8Skx)

&#x20;

6\. Now you have unstaked your CRONA from v1! If you wish to stake your CRONA again, go back to v2.

7\. To go to V2 Stake, go to this website. <https://app.cronaswap.org/stake>

![](/files/FYD0ZRTBsuvZO8ISwthS)

8\. Click on the “stake CRONA” tab and enter the amount of CRONA you wish to stake.

![](/files/ELgSQbJejfPjc9OCSaf8)

If you still have any other questions, please reach out to support on Telegram or Discord!


---

# 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.cronaswap.org/guides/how-to-migrate-to-v2.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.
