> For the complete documentation index, see [llms.txt](https://banana-gun.gitbook.io/banana-gun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://banana-gun.gitbook.io/banana-gun/trading/settings/toggle-settings.md).

# Toggle Settings

This menu allows you toggle on (green)/off (red) default settings for the Sniper Bot.

<figure><img src="/files/kzD3wdmZqyu6dD3LNCrT" alt=""><figcaption><p>Toggle Settings Menu</p></figcaption></figure>

{% hint style="info" %}
Select either red or green to enable or disable each option by default. Review the descriptions below to understand what each setting does.
{% endhint %}

#### **1. Anti-Rug**

Detects and frontruns contract changes that could make your tokens unsellable, selling them before they take effect.

* Developers often "shake out" bot users with fake tax settings. If Anti-Rug is on, it will trigger.
* Has an 80–85% success rate and only works on MEV blocks.

#### **2. First Bundle or Fail (FoF)**

Banana Gun will always aim for the first buy when trading begins. It can only land on block 0 as the first bundle. It is recommended to have at least 10 participating wallets for this to work effectively. The more wallets you include in First Bundle or Fail, the higher your chance of winning the first buy!

* Does not work on MEV launches or Deadblock launches.

#### **3. First Bundle or Fail Backup**

FoF Backup activates when FoF does not trigger due to a MEV or Deadblock launch. In MEV launches, it will buy on block 1. In Deadblock launches, it will buy on the first safe block using your Backup Miner Tip.

* It will always use the FoF Backup Miner Tip, not the Auto Sniper Miner Tip!

#### **4. Transfer on Blacklist**

If the developer tries to blacklist your wallet, Banana Gun automatically moves your tokens to your transfer wallet.

* You must set up a transfer wallet in Banana Gun.
* Transfer wallets require at least 0.1 ETH to function.

#### **5. MaxTx or Revert**

The bot will only purchase if the token's MaxTx aligns with or is below your specified MaxSpend amount. If a token has no MaxTx, this setting is ignored. For example, if a token’s MaxTx is 2%, and your MaxSpend is 0.1 ETH, the transaction will revert if 2% exceeds 0.1 ETH at the time of purchase.

* If you revert due to this setting, it will cost you the base GWEI, but you will not lose your tip.
* Tax applies post-execution.

#### **6. Degen Mode**

Activate this feature to participate in insider plays designed as "honeypots" to discourage bot users. When enabled, the bot disregards safety tax settings, enabling the purchase of tokens even if they are initially unsellable.&#x20;

* Toggle the feature swiftly by typing `/degen` into the bot.&#x20;
* This disables many of our safety features—use with caution.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://banana-gun.gitbook.io/banana-gun/trading/settings/toggle-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
