> For the complete documentation index, see [llms.txt](https://docs.bonkbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bonkbot.io/bonkbot/advanced-trading/limit-orders/limit-sell.md).

# Limit Sell

{% hint style="info" %}
You can set a **Limit Sell,** and BONKbot will automatically sell at a specific Market Cap, Price, % Return, or X Return.&#x20;
{% endhint %}

#### **For Limit Sells, BONKbot will let you create two types of orders:**

1. **Take Profit:** Sell Above the current price (secure profit!)
2. **Stop Loss:** Sell Below the current price (protect downside)

<figure><img src="/files/HXVQ1uDkNJNSNYvUNu2d" alt="" width="563"><figcaption><p>Take Profit and Stop Loss Strategies</p></figcaption></figure>

***

### **How to Set a Limit Sell:**

1. Go to an existing position.&#x20;
2. Select the **Limit** ✅ option in the menu.

<figure><img src="/files/gPKqFALQR7GwNUAeMZBw" alt="" width="563"><figcaption></figcaption></figure>

***Either***

3. Click the Preset Sell Amount (in the example above it is Limit Sell 100%)

***OR***

4. Click Limit Sell X%, and type in how much you want to sell in this order.&#x20;

***Then, you can choose your trigger condition.***

5. You can use any one of the following triggers:

* **Market Capitalization (MCap)** in thousands (K), millions (M), or billions (B). For example, "2B" means the order will trigger when the token's market cap hits 2 billion.
* **Price in USD**: Specify the price at which to execute the sell (e.g., “0.05” for $0.05 per token).
* **Multiple**: You can enter a multiple of the current price or market cap (e.g., “0.8x” or "0.5x").
* **Percentage Change**: Set a percentage increase or decrease from the current price (e.g., “+5%” or “-5%”).

6. Confirm the details of the order, including the trigger and amount.

<figure><img src="/files/g4QR7DoxhXJeTpKudPU8" alt="" width="480"><figcaption><p>Confirm your Limit Sell</p></figcaption></figure>

6. Your **Limit Sell** order is now set and will remain open until the condition is met or you cancel it.

***

### Example Limit Sell with GIF:

* Amount: 50%
* Trigger: 2x

The bot will execute the order if the market cap increases to 2x the current value

<figure><img src="/files/B8ItXmPF0GEIOOJxsyGk" alt=""><figcaption></figcaption></figure>

*Please note that while limit orders guarantee a price trigger, they do not guarantee that the order will be filled if market conditions fluctuate quickly.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/limit-sell.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.
