# Safety Settings

This menu allows you to set buy and sell tax limits, liquidity limits, and slippage to help protect your capital.

<figure><img src="/files/LG6VMdMmad8y9Y8HrL7E" alt=""><figcaption><p>Safety Settings Menu</p></figcaption></figure>

**1. Buy Tax Limit**

The snipe triggers only if the buy tax is at or below the set limit. If the tax is higher, the snipe remains in "pending mode" until the tax drops.&#x20;

**Example:** If the limit is set to 80% and a token launches with a 99% buy tax, the snipe stays in pending mode. Once the developer lowers the buy tax to 75%, Banana Gun executes the snipe in the same block as the tax change.

#### **2. Sell Tax Limit**&#x20;

The snipe triggers only if the sell tax is at or below the set limit. If the tax is higher, the snipe remains in "pending mode" until the tax drops.

**Example:** If the limit is set to 80% and a token launches with a 99% sell tax, the snipe stays in pending mode. Once the developer lowers the sell tax to 75%, Banana Gun executes the snipe in the same block as the tax change.

{% hint style="info" %}
**Note:** Both buy and sell tax limits must be met for Banana Gun to trigger. If either setting is out of range, the transaction will enter "pending mode."
{% endhint %}

#### **3. Slippage**

Allows price movement within a 0–99% range before the trade fails. Consider trade size, market volatility, and liquidity depth when setting slippage. Set to 100% for unlimited slippage.&#x20;

#### **4. Min Liquidity Limit**

The snipe only triggers if the paired liquidity of the token is equal to or above this limit in USD.&#x20;

#### **5. Max Liquidity Limit**

The snipe only triggers if the paired liquidity of the token is equal to or below this limit in USD.&#x20;


---

# 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/trading/settings/safety-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.
