> For the complete documentation index, see [llms.txt](https://docs.kai.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kai.finance/vaults/liquidity-provider-vaults/how-to-create-lp-position.md).

# How to Create LP Position

## 1.  Select LP Vault

Begin by selecting the Vault you wish to deposit into. For this example, select the USDT-USDC Vault from the list.&#x20;

<figure><img src="/files/LMfWBMW0VtaDlYJBZHTC" alt=""><figcaption><p>Select LP Vault from the list</p></figcaption></figure>

## 2. Click "New Position"

This will open your personal overview of USDT-USDC positions. Since no positions are available yet, the list will be empty. Click 'New Position' in the top right corner to proceed.

<figure><img src="/files/KMYsOaYdXsWf8KfmR91l" alt=""><figcaption><p>Press "New Position" button</p></figcaption></figure>

## 3. Enter Position Details

Clicking "New Position'" opens a creation window where you’ll specify multiple position details. Let’s go through each one step-by-step.

<figure><img src="/files/IBIjnqQT7lk3ukM6luyP" alt=""><figcaption><p>New Position window</p></figcaption></figure>

### 3.1. Select Protocol

First, select the protocol for your deposit. In this example, we’ll choose the Cetus protocol.

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

### 3.2. Enter Collateral

Typically, depositing directly on Cetus requires both tokens in the pool’s current ratio. However, with Kai, you can deposit any amount of one or both tokens, and Kai will automatically balance it. For this example, we’ll deposit 1000 USDT and leave the USDC amount blank.

<figure><img src="/files/RcZjq5f7J5ruHp0TJDUn" alt=""><figcaption><p>Enter collateral amount</p></figcaption></figure>

### 3.3. Set Price Range

This is a range in which the LP position will be active and earn fees. For this example, we’ll use a relatively narrow range: the current pool price is 0.99957143, and we'll set a minimum price of 0.99920035 and a maximum price of 1.

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

### 3.4. Choose Leverage

Now for the unique feature: choosing leverage. Kai enables LP Vault depositors to amplify their positions with leverage, offering up to 11x leverage for stable pools and around 3x for volatile ones.

Move the leverage slider to the far right to select the maximum leverage available, which, in this stable pool example, is close to the theoretical maximum of 11x.

<figure><img src="/files/5I1pBIQvB6AKhNLut2UZ" alt=""><figcaption><p>Set price range</p></figcaption></figure>

## 4. Review Position Breakdown

With all the details entered, you can now review the breakdown of the LP position you’re about to create. When satisfied, move to the next step.

<figure><img src="/files/0QWDBtXFhWSG5vAYxGaM" alt=""><figcaption><p>Check position breakdown</p></figcaption></figure>

## 5. Click "Create Position"

Click 'New Position' in the bottom right corner to proceed.

<figure><img src="/files/6OUyUpX0BUg1PnLFvfdC" alt=""><figcaption><p>Click "Create Position" button</p></figcaption></figure>

## 6. Wait For Success notification

Wait for the success notification to appear, and you’re all set! Your first LP Vault position has been successfully created. Congratulations!

<figure><img src="/files/iQclZZ9nHfOGJxqRUykq" alt=""><figcaption><p>Transaction successful notifcation</p></figcaption></figure>


---

# 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://docs.kai.finance/vaults/liquidity-provider-vaults/how-to-create-lp-position.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.
