# Limit Buy

{% hint style="info" %}
**Buy Gas –** The buy gas is taken from the default one in settings.

**Orders expiration –** Expired orders are automatically deleted.
{% endhint %}

***

{% stepper %}
{% step %}
Start a regular buy task by entering the token address.
{% endstep %}

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

<div align="left"><figure><img src="https://4054888922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcxXsA1jjenOz2nZ4oZz9%2Fuploads%2FKBeaL9ROSev8ydMrq733%2FBUY%201.png?alt=media&#x26;token=89e1f599-00e2-4ebb-9edc-a0916f458769" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="https://4054888922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcxXsA1jjenOz2nZ4oZz9%2Fuploads%2FDM5seEo6nlUxtVt3SYzU%2FScreenshot%202026-01-19%20alle%2018.18.31.png?alt=media&#x26;token=da1947b9-cdd1-4d55-971b-902a787fd8e9" alt=""><figcaption></figcaption></figure></div>

<table><thead><tr><th width="224.3046875">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. If enabled, the bot will ignore the set profit/loss percentage and only trigger a sale when the Dev sells.</td></tr><tr><td>Time</td><td>Choose whether to sell after a specified timeframe. Bloom will execute the transaction after the timeframe you specify.</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. • 📈 <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 Market Cap</td><td>Set the target market cap at which you’d like Bloom to sell.</td></tr><tr><td>Market Cap 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</td><td>Enter the desired time.</td></tr><tr><td>Gas</td><td>Set the transaction gas (Max Priority Fee) for selling.<br><br><em>Max Fee is automatically calculated using the formula: Base Fee + (Priority Fee × 2).</em></td></tr><tr><td>Slippage</td><td>Set the sell slippage percentage.</td></tr><tr><td>Tip</td><td>Set the tip to increase transaction priority.<br><br><strong>Ethereum:</strong> We suggest to set a minimum of 0.001 ETH.</td></tr><tr><td>Create Limit Order</td><td>Create the limit order.</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/evm/evm-bot/limit-orders/limit-buy.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.
