# Approve Settings

Pressing the ⚙️ *Approve* button reveals the menu shown below:

<figure><img src="/files/LuIQhsIPk7xzbXLp7igQ" alt="" width="375"><figcaption><p>Global Settings: <em>Approve Settings</em></p></figcaption></figure>

We explain the available options below:

### 🟢 | 🔴 **Auto Approve**

In order to sell tokens, you NEED to send a suitable approval transaction beforehand. When *Auto Approve* is enabled 🟢, the bot will immediately and automatically send an *Approve* transaction after a successful buy, which allows you to sell whenever you want to from that point onwards. If disabled 🔴, you’ll have to *Approve* manually after you buy. Enabling *Auto Approve* makes the bot easier to use overall, and is basically required for people who wish to benefit from *Auto Sell*.

### **Gas Price/Delta**

This allows you to control the transaction priority of your *Approve* on **BSC** with *Gas Price*, and on **Ethereum, Base, Avalanche** and **Sonic** with *Gas Delta***.** You don’t need to use high values for this, especially if you have *Auto Approve* enabled.

Some final words on *Global Settings*:

* **You can configure the&#x20;*****Gas Price*****&#x20;(BSC) and&#x20;*****Gas Delta*****&#x20;(Ethereum, Base, Avalanche** and **Sonic) for&#x20;*****Buys**, **Sells**, and **Approves*** separately.
* <mark style="color:red;">**It is important to note that if there are taxes on the token you auto-buy, then you will start with a loss. For example, if the buy tax is 15%, then you will start with a loss of -15% immediately when the buy happens. If your stop loss order is very strict, you might trigger an immediate auto-sell, so be careful.**</mark>
* <mark style="color:red;">**When using custom slippage on EVM-compatible chains, ensure that your slippage is at least equal to the token's buy tax, otherwise, your transaction will fail. This applies to both manual and automated buys, but does not hold for auto-snipes where your slippage can be lower than that of the token's buy tax.**</mark>
* **These settings are global and affect the behavior of Signals and Copytrade, but you can override them by adjusting the settings in dedicated Signals and Copytrade settings. This is described later in Sections** [**5**](/signals.md) **and** [**8**](/copytrade.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.maestrobots.com/global-settings/approve-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.
