# Sell Settings

Pressing the *Sell* button reveals the menu in Figure 5.

<figure><img src="/files/adVxtH9gDlaLx8L2dz7n" alt=""><figcaption><p>5. Wallets: <em>Sell</em> Settings.</p></figcaption></figure>

We explain the available options below:

### ✅ *Confirm Trade Sell*

When enabled, any sell buttons you press will require an additional confirmation. This can protect you from accidentally clicking sell buttons. This does NOT interfere with *Auto Sell*.

### ✅ ***Auto Sell*** and ***Trailing Sell***

If checkmarked, the sniper will be able to autosell tokens that you’ve bought through it, based on parameters that we will discuss below. *Trailing Sell* will be explained in detail in Section 5.3. Keep in mind that even if you have *Auto-Sell* and *Trailing Sell* disabled here, you can still enable them AFTER you buy or track or a token. The option to do so will be available on the Trade Monitor discussed in Section 5.

### **✏️&#x20;*****Gas Price/Delta***

This allows you to control the transaction priority of your *Sell* on BSC (gas price) and ETH (gas delta). Higher values lead to faster but more expensive transactions.

### **✏️** *Sell-Hi*

Choose the high profit/loss percentage you want the bot to automatically sell at. This will act as your “take profit”. You need to input a positive number. If the bot reaches this percentage, then it will automatically sell for you. For example, setting this to +100 means that the bot will sell at +100% profit, which is 2x.

### **✏️** *Sell-Lo*

Choose the low profit/loss percentage you want the bot to automatically sell at. This will act as your “stoploss”. You need to input a negative number (with a − sign). If the bot reaches this percentage, then it will automatically sell for you. For example, setting this to -30 means that the bot will sell at -30% loss. This will also serve as the “anchor” of the trailing stoploss if *Trailing* is enabled in both the wallet settings AND the channel settings (more on that in Section 5.3).

### **✏️** *Sell-Hi Amount*

Choose the percentage of token holdings you wish to sell when *Sell-Hi* is triggered. A value of 50% means that you wish to sell half your bag for example.

### **✏️** *Sell-Lo Amount*

Choose the percentage of token holdings you wish to sell when *Sell-Lo* is triggered. A value of 25% means that you wish to sell a quarter of your bag for example.


---

# 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.abot.dog/wallet-settings/sell-settings.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.
