> For the complete documentation index, see [llms.txt](https://legacy-docs.aragon.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.aragon.org/the-ant-token/upgrading-to-antv2/migrating-on-chain-liquidity.md).

# Migrating on-chain liquidity

ANTv1's on-chain liquidity has historically been concentrated across two platforms:

* Uniswap
* Balancer

## Uniswap

1. Withdraw any ANTv1 liquidity you have provided. See the example below as we are using the [ANTv1/ETH UniswapV2 pool:](https://app.uniswap.org/#/pool/v2)

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

2\. Use [any of the upgrade paths](/the-ant-token/upgrading-to-antv2.md) to upgrade the ANTv1 in your wallet to ANTv2.

3\. You can now add liquidity to the equivalent ANTv2 pools on [Sushi.](https://app.sushi.com/)

## Balancer

1. Withdraw any ANTv1 liquidity you have provided. In our example, from the [ANTv1/WETH 80:20 pool](https://pools.balancer.exchange/#/pool/0x2cf9106faf2c5c8713035d40df655fb1b9b0f9b9/):

<figure><img src="/files/18COsYiUIhT24Y7IOXk8" alt=""><figcaption></figcaption></figure>

2\. Use [any of the upgrade paths](/the-ant-token/upgrading-to-antv2.md) to upgrade the ANTv1 in your wallet to ANTv2.

3\. You can now add liquidity to the equivalent (or new) ANTv2 pools on Balancer. You can use [Balancer's ANTv2 pools page](https://pools.balancer.exchange/#/explore) to find ANTv2's liquidity pools.

At the moment there is an equivalent ANTv2/WETH 80:20 pool and a new ANTv2/USDC 80:20 pool.


---

# 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://legacy-docs.aragon.org/the-ant-token/upgrading-to-antv2/migrating-on-chain-liquidity.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.
