# Preset Settings

This menu allows you to customize the default buy, sell, and snipe presets.

<figure><img src="/files/QJyKtzGtuAdnR0qjKehW" alt=""><figcaption><p>Preset Settings Menu</p></figcaption></figure>

{% tabs %}
{% tab title="1. Manual Buy Presets" %}
Click the button for the preset you want to change.

<figure><img src="/files/cN6hfNzmpkKpwD0XFxOd" alt=""><figcaption><p>Manual Buy Presets Menu</p></figcaption></figure>

1. **Slippage:** Set the buy slippage percent. (This is overridden if you change the slippage setting in the buy menu.)
2. **Price Impact Limit:** Set the buy Price Impact Limit. (This is overridden if you change the Price Impact Limit setting in the buy menu.)
3. **Buy Buttons:** Change the SOL amount for each buy button.
   {% endtab %}

{% tab title="2. Manual Sell Presets" %}
Click the button for the preset you want to change.

<figure><img src="/files/soU6CRNmXRC6xc4UMH29" alt=""><figcaption><p>Manual Sell Presets Menu</p></figcaption></figure>

1. **Slippage:** Set the sell slippage. (This is overridden if you change the slippage setting in the sell menu.)
2. **Price Impact Limit:** Set the sell Price Impact Limit. (This is overridden if you change the Price Impact Limit setting in the sell menu.)
3. **Sell Percentage Buttons:** Change the percentage value for each sell button.
   {% endtab %}

{% tab title="3. Snipe Presets" %}
Click the button for the preset you want to change.

<figure><img src="/files/Hg4B2M0YgtJVHRMruo4B" alt=""><figcaption><p>Auto Sniper Presets Menu</p></figcaption></figure>

1. **Wallet Change:** Choose the wallet(s) you want to use for the snipe.
2. **Auto Spend:** Set the SOL amount to spend for the snipe.
3. **Auto Snipe Gas:** Set the gas fee used for the snipe.
4. **Anti-MEV:** Turns MEV (sandwich attack) protection on or off.
   1. **Anti-MEV + Public:** Protects trades from MEV (sandwich) attacks while keeping them visible on the blockchain. Increases security but may slightly slow transaction speed.
5. **Mev Tip:** Set a tip to prioritize your transaction when Anti-MEV is enabled.
6. **Bundle Fees:** When enabled, transactions include a separate priority fee and tip. When disabled, the tip value is used as the priority fee if sent through staked nodes.
7. **Slippage:** Set the maximum price change (0–99%) you'll accept. 100% means unlimited slippage.
8. **Active:** The duration the snipe remains active.
9. **Min Liquidity:** The minimum amount of pooled SOL required to trigger the snipe.
10. **Max Liquidity:** The maximum amount of pooled SOL required to trigger the snipe.
11. **Min Token Liquidity:** The minimum amount of pooled tokens required to trigger the snipe.
12. **Max Token Liquidity:** The maximum amount of pooled tokens required to trigger the snipe.
13. **MinToken:** The minimum number of tokens to receive. You can set a custom amount or leave it on auto.
    {% endtab %}
    {% endtabs %}


---

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