# Sell Limit Order

Sell limit orders sell a token at or above a set price, executing only if the market reaches that level. They can also include a stop-loss, which triggers a sale if the price falls to a specified lower limit, helping to minimize losses.

<table data-header-hidden><thead><tr><th valign="top"></th><th align="center"></th></tr></thead><tbody><tr><td valign="top"><h3>How to set a Sell Limit Order</h3><ol><li>Paste the token's contract address (CA) or URL (e.g., Defined) to open the sell menu.</li><li>Click "Setup Sell Limit Order"</li><li>Click "Tokens" and enter the percentage of tokens you want to sell in your order.</li><li>Set the duration that the sell limit order will be active. </li><li>Select either "Take Profit" or "Stop Loss"</li><li>Click the sell button with the percentage change in market cap or token price that will trigger your order (e.g., 100% take profit, -100% stop loss).</li><li>Wait for the limit order confirmation message.</li></ol><p></p><p></p><p>You can cancel limit orders in the "Limit Order Overview" and "Pending Limit Orders"  menus.</p></td><td align="center"><img src="/files/kfKzBHSD3jiPhhAEf0Z1" alt="" data-size="original"></td></tr></tbody></table>

### Sell Limit Order Menu

{% tabs %}
{% tab title="Sell Limit Settings" %}

<figure><img src="/files/jUvGmK7RB5x0e9Zjt00A" alt=""><figcaption><p>Sell Limit Order Settings Menu</p></figcaption></figure>

{% hint style="info" %}
**Important:** Review the sell limit order settings below and adjust for your trade.
{% endhint %}

1. **Tokens:** Set the percentage of your tokens to sell in the limit order.
2. **Active:** Set the duration of the limit order.
3. **Sell Mev Tip:** Set a tip to prioritize your transaction when Anti-MEV is on.&#x20;
4. **Slippage:** Set the maximum price change (0–99%) you'll accept. 100% means unlimited slippage.
5. **Click to Refresh:** Updates the token information (price, market cap).
6. **Take Profit:** Select to change presets to take profit (positive %)
7. **Stop Loss:** Select to change presets to stop losses (negative %)
8. **Trailing Stop Loss:** Dynamically limits losses by adjusting the trigger price upward when the market price surpasses its previous high.
9. **Anti-MEV:** Turns on or off protection against MEV (sandwich) attacks.&#x20;
10. **Wallets:** Choose wallets to fund your buy limit orders.
11. **Market Cap:** Set stop conditions based on a percentage or dollar change in market cap.
12. **Token Price:** Set stop conditions based on a percentage or dollar change in price.
13. **Sell Buttons:** Preset sell percentage buttons. You can also set a custom % or price for the stop to trigger.
14. **Limit Order Overview:** Opens the overview page showing all your sell limit orders.
    {% endtab %}

{% tab title="How to Change Settings" %}

<figure><img src="/files/8WTcGOJI2sh4JgilCdSi" alt="" width="344"><figcaption><p>Changing Sell Limit Order Settings</p></figcaption></figure>

1. Click the "Pending Orders" button in the start menu.&#x20;
2. In the "Pending Limit Orders" menu, select "Sell Limit Orders," then click "Edit."
3. Choose the setting you want to change.
4. Enter a new value in the text box or toggle a button.
5. Your preset will update, and the new value will appear (e.g., token sell percentage).&#x20;
   {% endtab %}
   {% endtabs %}


---

# 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://banana-gun.gitbook.io/banana-gun-solana/advanced-features/sell-limit-order.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.
