# Afk Limit Orders

{% hint style="danger" %}
**Usage Limits:**

You can have a maximum of 1,000 active orders at any time, with a limit of 10 active orders per configuration
{% endhint %}

***

{% stepper %}
{% step %}
Access <kbd>💤 AFK Mode</kbd> easily from the home menu or by using the <kbd>/afk</kbd> command.
{% endstep %}

{% step %}
Click <kbd>🆕 Add New Config</kbd> or an already existing config.
{% endstep %}

{% step %}
Click <kbd>📈 Limit Orders</kbd>.

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2Fpbi7IXYpA3u0jPckFhMz%2FScreenshot%202025-05-27%20alle%2017.32.43.png?alt=media&#x26;token=d8716f39-a533-43f2-ba7d-439eec3becc2" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Click <kbd>🆕 Create Limit Order</kbd>.

![](https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2FIOnv8S50bInsqZrZbcI9%2FScreenshot%202025-05-27%20alle%2017.33.28.png?alt=media\&token=7a877771-6084-4509-9218-b2aecdbcd453)

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2FMJtMy8W7TNG55MSKCD5G%2FAuto%20orders.png?alt=media&#x26;token=c7aebd1d-0ac1-4765-acfa-9aec7801287d" alt=""><figcaption></figcaption></figure></div>

<table><thead><tr><th width="251">Button</th><th>Action</th></tr></thead><tbody><tr><td>Dev Sell</td><td>Choose whether to automatically sell the specified amount if the Dev sells any of their tokens.<br>🟢: When enabled, Bloom will ignore the set profit/loss percentage and only trigger a sale when the Dev sells.</td></tr><tr><td>Time</td><td><p>Sell after a desired timespan.<br><br><strong>Enter the expiry time in:</strong></p><p>• 1H = 1 hour</p><p>• 30M = 30 minutes</p><p>• 1D = 1 day</p><p>• 60 = 60 seconds</p></td></tr><tr><td>Trailing</td><td>A Trailing Stop Loss moves automatically as the token price increases. The Trailing Value (%) represents the distance between the current price and where the stop loss is set. As the token price rises, the stop loss moves up with it, always maintaining that distance.<br>If the price drops enough to hit the trailing level, the order triggers and closes the position automatically.</td></tr><tr><td>Profit/Loss %</td><td><p>Set take profit or stop loss.<br>• 📈 <strong>Take Profit:</strong> Use positive values (e.g., +100% for 2x)</p><p>• 📉 <strong>Stop Loss:</strong> Use negative values (e.g., -50% for half)</p></td></tr><tr><td>Fixed Mcap</td><td>Set the target market cap at which you’d like Bloom to sell.</td></tr><tr><td>Mcap Variation</td><td>Set the market cap increase or decrease threshold at which you’d like Bloom to sell. Bloom will execute the sale only when the market cap change matches your specified value.</td></tr><tr><td>Sell at</td><td>This button adapts based on your selected selling method (Profit/Loss %, Fixed MCap, MCap Variation), allowing you to set your preferred value accordingly.</td></tr><tr><td>Sell Amount</td><td>Set the target amount to sell as a percentage.</td></tr><tr><td>Slippage</td><td>Set the slippage percentage.</td></tr><tr><td>Sell Protection</td><td>Toggle MEV protection (enabled/disabled) to prevent your transaction from being sandwiched. The fastest processor is automatically used.</td></tr><tr><td>High Impact (Expert only)</td><td>Enables trades that require higher price impact than usual. Use this if you’re buying large amounts of SOL in low-liquidity pools.<br><br>⚠️ <strong>Expert users only:</strong> using this when it’s not needed can route the sale through suboptimal pools or cause bad slippage.</td></tr><tr><td>Tip</td><td>Set the buy tip fee to prioritize the inclusion of your transaction in the next block.</td></tr><tr><td>Fee</td><td>Set the transaction fee for selling.</td></tr></tbody></table>
{% endstep %}
{% endstepper %}


---

# 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/solana/solana-bot/afk/afk-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.
