# Market Modes

The simplest way to begin crafting a strategy on A51 is through the Market Modes. This mode offers four distinct options that liquidity providers can select from to tailor their strategies.

## Market Modes

<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>Rebase 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>Rebase 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://a51-finance.gitbook.io/a51-finance/liquidity-automations/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.
