> For the complete documentation index, see [llms.txt](https://learn.woo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.woo.org/user-guides/how-to-stake-woo-on-woofi/staking-migration.md).

# How to migrate from staking v1 to v2

There are two ways to migrate:

#### Auto migration

1. Go to the [Stake 1.0 page](https://woofi.com/swap/stakev1) and click "migrate"

<figure><img src="/files/IkTG21iXYDU0UIVR63si" alt=""><figcaption></figcaption></figure>

2. A window will then pop up showing a series of steps

<figure><img src="/files/LKlBFXLSXluyTf1vN21Q" alt="" width="456"><figcaption></figcaption></figure>

3. Sign each transaction prompted in your wallet, and when you complete signing all the transactions go to [Stake 2.0](https://woofi.com/swap/stake) to check your stats
4. If the process is interrupted in the middle, you will need to manually migrate by following the steps below

#### Manual migration

1. Go to the Stake 1.0 page and use the "unstake" button to unstake your WOO
2. Use the "withdraw" button to withdraw the WOO into your wallet (note: the 7-day unstaking period and penalty fee have been waived so you can withdraw immediately after you unstake)

<figure><img src="/files/V2PVqrEQ0Z8jmZtb8sMa" alt=""><figcaption></figcaption></figure>

3. Go to the Stake 2.0 page and use the "approve" button to approve the smart contract to spend your WOO
4. Click "stake" to stake your WOO tokens and the balance displayed at the top will update in a few minutes.

#### Supercharger Rewards

Because xWOO was the LP token for v1 staking, Supercharger vaults rewards will be replaced with WOO tokens.&#x20;

Anyone who has assets in a WOOFi Supercharger vault needs to claim any xWOO rewards they have left before they can start earning WOO rewards. Please make sure to do this at your earliest convenience. You can see a blue "W" icon if you still have xWOO yet to be claimed.&#x20;


---

# 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://learn.woo.org/user-guides/how-to-stake-woo-on-woofi/staking-migration.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.
