# Global Settings

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

#### Gas Settings

* **Launch Snipe Tip:** The extra fees in ETH for Main Sniping Transaction.
* **Block 0 Backup Tip:** The extra fees in ETH for Block 0 Backup Sniping Transaction. (Don't know what is it? Check out Advanced options below)
* **Block 1 Backup Tip:** The extra fees in ETH for Block 1 Backup Sniping Transaction. (Don't know what is it? Check out Advanced options below)
* **Anti Rug Tip:** The extra fees in ETH for Auto Sell transaction on Rug-pull detection.
* **Auto Sell Tip:** The extra fees in ETH for Auto Sell transaction on given profit percentage.
* **Approve Tip:** The extra fees in ETH for Approval transaction.
* **Buy Tip:** The extra fees in ETH for Manual Buy transaction.
* **Sell Tip:** The extra fees in ETH for Manual Sell transaction.

#### Safety Settings

* **Max Buy and Sell Tax:** When set, we will Snipe only if the Buy and Sell taxes are below the set %.
* **Max and Min Liquidity:** When set, we will Snipe only if the liquidity is in the range between Max and Min.
* **Max and Min Market Cap:** When set, we will Snipe only if the Marketcap is in the range between Max and Min.
* **Slippage:** The variation loss in % you are willing to bear while buying the tokens. If the price goes less than the allowed slippage %, your Snipe will be reverted.
* **Auto-Sell Profit %:** When enabled, we will Auto Sell the sniped tokens if the price hits the target profit %.
* **Auto-Sell Stop Loss %:** When enabled, we will Auto Sell the sniped tokens if the price hits the  stop loss %.

#### Toggle Settings

* **Block 0 Backup Snipe:** When enabled, we will send a backup transaction bundle in Block 0 just in case the Main snipe bundle fails. This might get you a late entry, but increases your chances to get in as early as Block 0.
* **Block 1 Backup Snipe:** When enabled, we will send a backup transaction bundle in Block 1 if  the Block 0 transaction fails. This might get you the entry at a high price, but will get you the tokens anyhow.
* **Anti Rug:** When enabled, we will monitor the liquidity and if a Rug-pull is attempted, we will send the bundle with your sell transaction ahead of the Rug-pull transaction.
* **Honeypot Detection:** When enabled, we will monitor the taxes and other factors. If a Honeypot is detected, your Snipe will be skipped.
* **Auto Sell:** When enabled, we will Auto Sell the sniped tokens if the price hits the target profit % or stop loss %. When Auto Sell is enabled, make sure you have set the Profit and Stop loss % in Safety Settings.

#### Reset Settings

You can reset all the settings to default with this button.


---

# 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.magnum.trade/telegrambot/global-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.
