> For the complete documentation index, see [llms.txt](https://docs.7k.ag/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.7k.ag/7k-lp-pro/about-lp-pro/guides-for-7k-lp-pro.md).

# Guides for 7K LP Pro

{% hint style="info" %}
LP Pro URL: [https://7k.ag/lp/](https://7k.ag/lp/?utm_source=docs\&utm_medium=link\&utm_campaign=system)
{% endhint %}

## **Create LP Position**

**Step 1:** Choose a pool in the pool list that you want to, LP Pro is supporting multiple DEXs across Sui Network

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

If you created other positions on supported DEXs, your position will also be displayed on LP Pro

**Step 2:** Choose your token ratio range

<figure><img src="/files/9IKptAw4u9e1PgYoa3YB" alt=""><figcaption></figcaption></figure>

With Uniswap-v3-model DEXs, you will be able to choose the liquidity range for providing token in order to maximize your outcome, you can click and drag the range as you wish, or you can choose the options that we suggested

**Step 3:** Deposit your Token

You can choose Manual option, or using Zap in feature to stake your token

With Zap in, you only need one token, our system will help you swap into other token automatically without the need of waiting.

<figure><img src="/files/31LPiuVMibKLubfaYPXx" alt=""><figcaption></figcaption></figure>

**Step 4:** Check your position details

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

Your positions will be displayed at "Opened Position", with every information you need

## **Interact with LP Position**

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

LP Pro support you on every actions related to LP position, include:

* Deposit: add more token into your position
* Withdraw: remove token from your position/ close your position
* Claim: earn reward to your wallet
* Compound: claim reward and add to your position automatically
* Rebalance: adjust your position range in case it was Out of Range

### Claim

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

LP Pro support you with multiple info about your claim: Fees, Reward, Daily Earnings,.. They will be a useful thing to know what your current performance is.

### Compound

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

With LP Pro v2, we will have the Automation feature, you will not need to worry about doing this manually

### Rebalance

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

In case you want to adjust your price range, Rebalance section is the place you need; you can choose the new price range via the graphic section, your Current Value and New Value will be calculated for you to review before confirming with the Rebalance button


---

# 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.7k.ag/7k-lp-pro/about-lp-pro/guides-for-7k-lp-pro.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.
