# Create a V3 Position

**Navigate to V3 Liquidity**

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

* ***Closed Positions:*** You can click the toggle in the bottom to show/hide your closed positions.

<figure><img src="/files/SlxP5v4iQneXkTmN1Mbi" alt=""><figcaption><p>V3 Pools Page</p></figcaption></figure>

### **Creating a Position**

To begin creating a position, click `New Position` 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/VFZSdi6Vhcift1P9bOKp" alt=""><figcaption><p>New V3 Position Page</p></figcaption></figure>

1. **Select Fee Tier:** Choose your desired fee tier.

   <div align="left"><figure><img src="/files/4aRBFbEBBsiFl43g603M" alt=""><figcaption><p>Fee Tier Selection</p></figcaption></figure></div>
2. **Token Denomination Toggle (optional):** You can toggle between the two tokens for the pair to set which token you want the prices to be denominated in.

   <figure><img src="/files/IzCi2rqOScWKg36Xnxm0" alt=""><figcaption><p>Token Denomination Toggle</p></figcaption></figure>
3. **Choose a Price Range**: Select the price range you wish to provide liquidity for. You can also select `Full Range` to set the price range to full-range.

   <div align="left"><figure><img src="/files/5c2nuusS0gqe0Vdfbjdu" alt=""><figcaption><p>Set Price Range</p></figcaption></figure></div>
4. **Enter Amounts:** Enter the amount of each token you wish to deposit to the liquidity pool.&#x20;

   * ***For existing pools:*** Kodiak will automatically calculate the proper token amount for the other side of the pair based on the current price of the pair and the price range you've selected.

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

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

6. **Approve Token(s):** If it's your first time providing V3 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/dDHfEtgVyHnHfTrJ6ubL" alt=""><figcaption><p>Approve Token(s)</p></figcaption></figure>

7. **Preview Transaction & Add Liquidity:** Select `Preview` to carefully review the details of your transaction, including the token amounts and your ensuing share of the liquidity pool. If all checks out, click `Add` and confirm the transaction in your wallet. The transaction should be confirmed on Berachain within a few seconds.

<figure><img src="/files/13af80s45GIx6iwbjYqu" alt=""><figcaption><p>Add V3 Liquidity Transaction Preview</p></figcaption></figure>

8. **Transaction Complete:** Following confirmation, you have now created a Kodiak V3 Position. You'll receive an LP Non-Fungible Token that represents your position. You can view your position details back in the V3 Pools view.&#x20;


---

# 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-v3-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.
