> For the complete documentation index, see [llms.txt](https://docs.krystal.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.krystal.app/products/liquidity-management/lp-transactions/rebalance.md).

# Rebalance

> **Rebalance helps you adjust the price range of your position when you see the current price range is not optimal.**

**Step 1: Pick a position and click "Rebalance"**

You can rebalance your LP positions on (1) the [**“Strategy Detail”**](/products/liquidity-management/profile-dashboard.md) page, (2) the “Positions” tab in your [**"Profile"**](/products/liquidity-management/profile-dashboard.md) page, or (3) the [**“Position Details”**](/products/liquidity-management/profile-dashboard.md) page:

* From the [**“Strategy Details”**](/products/liquidity-management/profile-dashboard.md) page, on the right-hand side, click “Rebalance”\\

  <figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(25).png" alt=""><figcaption></figcaption></figure>
* Or from the “Positions” tab in your [**“Profile”**](/products/liquidity-management/profile-dashboard.md) page, click on the three dots icon at the end of the position, then choose “Rebalance”\\

  <figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(26).png" alt=""><figcaption></figcaption></figure>
* Or from the [**“Position Details”**](/products/liquidity-management/profile-dashboard.md) page, click on the “Rebalance” button in the “Price Range” info box

  <figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(27).png" alt=""><figcaption></figcaption></figure>

**Step 2: Choose the new price range for your position and click confirm**

<figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(28).png" alt=""><figcaption></figcaption></figure>

**Step 3: Visit your profile page to see your updated LP position**

<figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(29).png" alt=""><figcaption></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.krystal.app/products/liquidity-management/lp-transactions/rebalance.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.
