# Pair

## Pair <a href="#pair" id="pair"></a>

Liquidity providers with LP positions in an AMM can migrate their liquidity to the Double protocol and earn DDJ Tokens. Positions are restricted to containing at least one capital type preselected inside the protocol (DAI, USDC, USDT, or WETH, WBTC)

{% embed url="<https://www.youtube.com/watch?v=LrUAjm-iXt8>" %}

### Import a Position <a href="#import-a-position" id="import-a-position"></a>

1. Select the correct AMM using the **AMM Selector** dropdown
2. Click **Import**
3. Find your LP tokens by selecting the pair of tokens in your liquidity position
   1. Select the capital type
   2. Search for your token using it’s name or contract address
4. Click the 0.0 number field and enter the amount of tokens you would like to import
   1. tip: Clicking on the **Balance** amount will autofill the max amount
5. Click **Import** to approve the transaction
6. Confirm the prompt from your wallet to sign the transaction
7. You can view the progress, as well as the success or failure of the transaction in the block explorer popup once your transaction is submitted
8. Once your transaction is processed by the network the position will appear on your dashboard

### Migrate Liquidity <a href="#migrate-liquidity" id="migrate-liquidity"></a>

<figure><img src="/files/7NdIUrHsauLsiYsh4qYi" alt=""><figcaption></figcaption></figure>

1. Select the correct AMM using the **AMM Selector** dropdown
2. Click the dropdown arrow next to the liquidity position you would like to migrate
3. Click **Migrate** **Liquidity**
4. Click **Migrate**
5. Confirm the prompt from your wallet to sign the transaction
6. You can view the progress, as well as the success or failure of the transaction in the block explorer popup once your transaction is submitted
7. Once your transaction is processed by the network the position will appear as closed on your dashboard


---

# Agent Instructions: 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.double2win.xyz/user-guide/pair.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.
