# Market Modes

Through A51, a liquidity provider (LP) has the option to create strategies that dynamically adjust liquidity based on macro market trends. Some of the key strategies include:

1. **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/xbngj1I35cfjPa5yvNui" alt=""><figcaption><p>Bull Mode</p></figcaption></figure>

2. **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/FiI6VFUnWfrD4LcichTg" alt=""><figcaption><p>Bear Mode</p></figcaption></figure>

3. **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/vwdespDtIOdJRoa8wuZs" alt=""><figcaption><p>Sideways Mode</p></figcaption></figure>

4. **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/MPDVqys5SLB6F8OQ3Iyd" alt=""><figcaption><p>Static Mode</p></figcaption></figure>

Market modes will allow LPs to choose the direction of rebasing giving them greater control over their liquidity.

For a deeper understanding of these market modes, you can learn more here:

{% content-ref url="/pages/q41PHcBIjG3M0ZqrTcDB" %}
[Market Modes](/a51-finance/liquidity-automations/market-modes.md)
{% endcontent-ref %}


---

# 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://a51-finance.gitbook.io/a51-finance/protocol-features/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.
