# Rebalance Triggers

The rebalance triggers are the minimum and maximum price within or around the price range you set. Setting rebalance triggers provides a cushion during market swings.

### In Case of Active Rebalancing

With active rebalancing, as soon as the price touches the trigger or threshold or goes out of the price range, it swaps the assets to rebalance the position.

### In Case of Trailing Rebalancing

With trailing rebalancing it’s different. When you set a rebalance trigger outside the price ranges, you dictate that at what prices rebalancing of your liquidity position should happen when the current price changes. Here’s how it benefits:

1. It is a high-level customization that helps you minimize unnecessary losses.
2. It also prevents spammed rebalancing during market volatility.
3. As an LP, you can speculate if the market bounces back to your main range until your set trigger of resistance or support.

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


---

# 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.a51.finance/carbon/a51-v3/intents/auto-rebalance/rebalance-triggers.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.
