# Limit Orders

BONKBot allows users to set **Limit Orders** for buying and selling tokens on the Solana blockchain. A **Limit Order** lets you define a specific condition under which you would like to execute a buy or sell action. This ensures that your trade is executed at the price or market cap you prefer, providing better control over your trading strategy.

This documentation covers how to set up limit orders for both buying and selling tokens.&#x20;

The following Limit Order types are available on BONKBot:

* **Buy Breakout:** Automatically buy tokens when the price breaks above a predefined resistance level, allowing you to capitalize on upward momentum.
* **Buy Dip:** Set a buy order to trigger when the price drops to a specific level, enabling you to accumulate tokens at a lower cost.
* **Take Profit:** Automatically sell your tokens once they reach a specified price, helping you lock in profits before the price drops.
* **Stop Loss:** Limit your losses by selling your tokens if the price falls to a predetermined level, protecting your portfolio from further downside.
* **Trailing Stop Loss:** A dynamic stop loss that follows the price as it rises, ensuring that you lock in gains while minimizing risk during a price decline.

Limit buys enable traders to automate the process of buying dips, breakouts and more on any Solana token. For more, visit [Limit Buy](/bonkbot/advanced-trading/limit-orders/limit-buy.md).

Limit sells enable traders to automate the process of taking profits, stopping losses and more. For more, visit [Limit Sell](/bonkbot/advanced-trading/limit-orders/limit-sell.md)


---

# 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.bonkbot.io/bonkbot/advanced-trading/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.
