> For the complete documentation index, see [llms.txt](https://guides.instadapp.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.instadapp.io/protocols/uniswap/rebalancing-your-lp.md).

# Rebalancing your LP

Instadapp is the ultimate UI for Uniswap v3 liquidity providers! Instadapp provides a 1-click rebalance strategy to allow you to rebalance LPs quickly and easily.&#x20;

{% embed url="<https://youtu.be/ACeT0rvDd68>" %}

## Rebalance Strategy for LPs

Whenever your position is out or range you will be shown the Rebalance button. You just click on Rebalance button to pull the Rebalance panel. You can set a new price range entering numbers or utilizing the graph.

![](https://lh5.googleusercontent.com/dSjwvwKcFZMMONVTeTK8KqoYzsjXkP5RkEwIJHugfOLFz6JutgUD7wvnqGHs8Cd6A8a0lL-KnUnfKhf9oo_WtgIcnfv74YsokbRsycHNaIhapGE0sVuNPLTs7msg5vd816BCF0JGUu_YB1r2rw)

### Reinvest Fees Option

Instadapp can also reinvest any accrued fees during the rebalance; simply click on `Reinvest Fees`That’s it, now you get your position back in range by just hitting the Rebalance button and confirming the transaction from your wallet.

#### Are there any fees to use?

Same to other strategies we provide for lending protocols, Instadapp utilizes a flashloan to rebalance your position. Flashloans charge 0.05% for any flashloan amount used.


---

# 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://guides.instadapp.io/protocols/uniswap/rebalancing-your-lp.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.
