# Limit Orders

{% hint style="info" %}
Limit Orders set the default parameters applied every time you create a limit order from the Extension's Trade Panel. Configure once, and every Extension limit order uses these values.

Limit Orders are **Solana only**. The tab appears in Extension Settings only while Solana is selected in the Manager's chain selector.

Configure at [manager.bloombot.app/extension/settings](https://manager.bloombot.app/extension/settings) > Limit Orders tab.
{% endhint %}

***

### How It Works

Limit orders on the Extension run on top of each supported platform's native order system. You create them through Bloom's dedicated button inside the platform's order flow. Bloom handles execution using the parameters configured on this tab when the price target is hit.

Orders created from the Extension are also visible in the Bloom Telegram bot (`/orders`) and in the Manager.

Supported platforms: Axiom, Photon, BullX.

Limits: up to **1000 active orders** at the same time, up to **10 orders per configuration**.

***

### Configuration

{% embed url="<https://www.youtube.com/watch?t=74s&v=wu2_MOtsbQU>" %}

| Field                    | Description                                                                                              |
| ------------------------ | -------------------------------------------------------------------------------------------------------- |
| Limit Buy Slippage       | Maximum price difference allowed when the limit buy fires.                                               |
| Limit Sell Slippage      | Maximum price difference allowed when the limit sell fires.                                              |
| Limit Buy Priority Fee   | Priority fee for limit buy transactions.                                                                 |
| Limit Sell Priority Fee  | Priority fee for limit sell transactions.                                                                |
| Limit Buy Tip            | Jito tip to prioritize limit buy inclusion.                                                              |
| Limit Sell Tip           | Jito tip to prioritize limit sell inclusion.                                                             |
| Allow High Impact        | Lets the transaction process faster even if it causes a higher price impact on the buy.                  |
| Anti-MEV for Limit Buys  | MEV protection against sandwich attacks on limit buys. The fastest processor is selected automatically.  |
| Anti-MEV for Limit Sells | MEV protection against sandwich attacks on limit sells. The fastest processor is selected automatically. |


---

# 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.bloombot.app/extension/settings/limit-orders.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.
