# Rebalancing Mode

#### Out of Range: Up or Down

Rebalances when pool price exits your active range on either side (upper or lower bound). This is the default execution mode for automated range maintenance.

#### Fixed Schedule&#x20;

This configuration will rebalance at fixed time intervals regardless of price position.

For volatile pairs, such as APT-USDC, additional options are provided:&#x20;

#### Follow Price: Up Only

Rebalances only when price moves upward.

* Ignores downside movements
* Prevents range from stepping lower during drawdowns
* Preserves upside exposure

#### Follow Price: Down Only

Rebalances only when price moves downward.

* Ignores upside movements
* Prevents range from stepping higher during rebounds
* Preserves downside exposure


---

# 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/automation/auto-rebalance/rebalancing-mode.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.
