> For the complete documentation index, see [llms.txt](https://docs.voltage.finance/voltage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voltage.finance/voltage/the-platform/algebra-migration.md).

# Algebra Migration

## Step 1: Prepare to Migrate

{% hint style="warning" %}
Before migrating, ensure you:

• Identify the pools and farms you’ve participated in on the old DEX.

• Have a wallet connected to Voltage Finance.
{% endhint %}

### Part 1: Removing Liquidity from the Old DEX

**Step 1.1: Access Your Positions**

1\. Navigate to the Pools page [on the old DEX](https://v3.voltage.finance/).

2\. Find your active liquidity positions under the [My Positions section](https://v3.voltage.finance/pool?filter=my_positions).

<br>

**Step 1.2: Unstake from Farms (if applicable)**

1\. If your position is staked in a farm:

• Go to the [Farms page](https://v3.voltage.finance/farms).

• Locate the farm where your position is staked.

• Click on Unstake to remove your liquidity provider (LP) tokens from the farm.

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

<br>

**Step 1.3: Remove Liquidity from Pools**

1\. Once unstaked, go back to the [Pools page](https://v3.voltage.finance/pool?filter=all_pools).

2\. Open the position you want to remove.

3\. Select Remove Liquidity.

4\. Choose the percentage of liquidity you want to remove (e.g., 100% for full migration).

5\. Confirm the transaction to withdraw your tokens.

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

### Part 2: Adding Liquidity to the New DEX

**Step 2.1: Connect to the New DEX**

1\. Open the Voltage Algebra interface.

2\. Click on Connect Wallet and select your wallet.

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

**Step 2.2: Add Liquidity**

1\. Go to the [Pools page](https://voltage.finance/pools).

2\. Select the token pair you want to provide liquidity for (e.g., WFUSE/VOLT).

3\. Define your price range or select the Full Range option.

4\. Enter the amount of each token you wish to deposit.

5\. Confirm the transaction to add liquidity.

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

<br>

Congrats! :tada:


---

# 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:

```
GET https://docs.voltage.finance/voltage/the-platform/algebra-migration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
