# Create a V2 Position

### **Navigate to V2 Liquidity**

Click on the `Liquidity` option within the navigation bar. Within this section, select the `V2 Pools` tab to proceed. Any V2 positions you currently hold will be displayed here.

* ***Import:*** If your pool position is not listed, select `Import Pool`. Then choose the tokens you've paired to load your position into the Kodiak interface.

<figure><img src="/files/SE3V4cQQPnaUBy9Az2gk" alt=""><figcaption><p>V2 Pools Page</p></figcaption></figure>

### **Creating a Position**

To begin creating a position, click `Add V2 Liquidity` and choose the tokens you want to add liquidity for. You can provide liquidity for any pair of tokens supported on Kodiak.

<figure><img src="/files/NFrdmznk9RXP2ze2ZIKa" alt=""><figcaption><p>Add V2 Liquidity</p></figcaption></figure>

1. **Enter Amounts:** Enter the amount of each token you wish to deposit to the liquidity pool.&#x20;

   * ***For existing pools:*** If there is already an existing pool for your selected token pair, Kodiak will automatically calculate the proper token amount for the other side of the pair.&#x20;

   <figure><img src="/files/s1fnmMFG8SOM7CGRWhSv" alt=""><figcaption><p>Enter Amounts</p></figcaption></figure>
2. **Transaction Settings (optional):** You can select the gear icon to adjust slippage for the transaction (optional/as needed).

<figure><img src="/files/nqYyGBfknHejJHFSn6Gi" alt=""><figcaption><p>Transaction Settings</p></figcaption></figure>

3. **Approve Token(s):** If it's your first time providing V2 liquidity for the particular token(s), you will need to approve the token(s) to be used by Kodiak. You will see two `Approve [ ]` buttons if you have to approve both tokens for the pair.

<figure><img src="/files/YvOLK4QSuvpdUofSY4eQ" alt=""><figcaption><p>Approve Token</p></figcaption></figure>

4. **Supply Liquidity:** Carefully review the details of your transaction, including the token amounts and your ensuing share of the liquidity pool. Once ready, click `Supply` and confirm this transaction through your wallet. The transaction should be confirmed on Berachain within a few seconds.

<figure><img src="/files/5km8ca4o9S4IfkrEgbiD" alt=""><figcaption><p>Supply Liquidity</p></figcaption></figure>

5. **Transaction Complete:** Following confirmation, your liquidity is added to the Kodiak V2 pool. You'll receive LP tokens that represent your stake in the pool. You can view your position details both on this page, and back in the V2 Pools view.&#x20;
   * *Dive deeper*: For a more comprehensive view of your investment's performance, including fees earned, navigate to the analytics dashboard by selecting `Account Analytics and Accrued Fees ->`.


---

# 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://documentation.kodiak.finance/user-guide/create-a-v2-position.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.
