# Market Modes

Selecting the right market mode for your intent is the first step in automating your rebalancing strategy. Market modes allow LPs to choose the direction of rebalancing giving them greater control over their liquidity. Based on the macro market trends, there are four modes that an LP can select from:

<figure><img src="/files/KETYydtvIxT4eK1L1nD6" alt=""><figcaption></figcaption></figure>

**Bull Mode**: In this mode, the position trails the current pool price as the asset price rises, optimizing for upward market trends.

<figure><img src="/files/pQcZBgzc7OIlPmNYr1on" alt=""><figcaption><p>Bull Mode</p></figcaption></figure>

**Bear Mode**: Here, the position trails the current pool price when the asset price is declining, ideal for downward market trends.

<figure><img src="/files/n3dJ6E1LgW8kO0P8EYZt" alt=""><figcaption><p>Bear Mode</p></figcaption></figure>

**Dynamic Mode**: This mode allows the position to trail the current pool price in both upward and downward directions, making it suitable for markets with little to no clear trend.

<figure><img src="/files/BtRrgEKjhXBmjVzyEeGb" alt=""><figcaption><p>Dynamic Mode</p></figcaption></figure>

**Static Mode**: In this setting, the position remains fixed and does not trail the changing prices of the underlying assets, offering a more stable approach.

<figure><img src="/files/IZRIfDCsTgala2Jb0Bh5" alt=""><figcaption><p>Static Mode</p></figcaption></figure>

For a deeper understanding of these market modes, see them in action via the following examples.&#x20;

<table><thead><tr><th width="76">No.</th><th width="133">Mode</th><th width="385">Description</th><th>Example</th></tr></thead><tbody><tr><td>1</td><td>Bull</td><td>Best for bull market. This mode functions like a dynamic range order that follows the price of the tokenB asset up.</td><td>Rebalance will happen on the right side of the price. This strategy is for LPs who expect ETH to go up.</td></tr><tr><td>2</td><td>Bear</td><td>Best for bear market. This mode functions like a dynamic range order that follows the price of the tokenA asset up.</td><td>Rebalance will happen on the left side of the price. This strategy is for LPs who expect ETH to go down.</td></tr><tr><td>3</td><td>Dynamic</td><td>Best for sideways (volatile) market. This mode functions like a dynamic range order that follows the pool price right and left, keeping liquidity as active as possible.</td><td>This is how ALMs work, best for volatile markets with no clear direction.</td></tr><tr><td>4</td><td>Static</td><td>Best for advanced liquidity strategies. This mode features static ticks that you can use to define your own custom liquidity strategy.</td><td>Static liquidity used for building more sophisticated LP strategies.</td></tr></tbody></table>

tokenA = USDC

tokenB = ETH


---

# 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/market-modes.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.
