# Understanding Rebalance

## Understanding Rebalance

Rebalancing is how you keep a leveraged CLMM position effective when prices move. In the past, that meant a manual, multi-step process:

1. Close your position.
2. Repay debt.
3. Swap collateral.
4. Open a new position in the updated range.

Each step required its own transaction, adding UX friction, wasted time, and extra opportunities for mistakes.&#x20;

### The New Rebalance Feature&#x20;

The new Rebalance tool simplifies the process by batching everything into a single transaction.

* One txn instead of many: No more clicking through multiple steps.
* Streamlined UX: Adjusting your range feels like a single action.
* Same economics: Swap costs and IL are still realized; the efficiency gain is purely in user flow.
* Ideal for active strategies: Especially helpful when you need to rebalance frequently.

### Live Now

Rebalance is live. Use it to save time and reduce friction when adjusting ranges while remembering that IL is still realized just as before.


---

# 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://docs.moar.market/product-applications/leverage-concentrated-liquidity/understanding-rebalance.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.
