# Trench Settings

Use the top bar on the Trenches page to select wallets, configure buy and snipe settings, and view your open positions.

<figure><img src="/files/350UX13lX7WzZMvfm6xO" alt=""><figcaption></figcaption></figure>

### Buy Settings

Click the **BUY AMT** field to open the **BUY SETTINGS** menu.

<figure><img src="/files/3QydTmNJcIQzHVYLiJN7" alt=""><figcaption></figcaption></figure>

1. **BUY AMT:** The amount you are going to buy in SOL. When configured, the **BUY** button for all tokens will display your preset value.
2. **MEV:** Transactions are sent only to Jito.
3. **Public:** Fastest way to send transactions to the next available validator. Use tighter slippage to mitigate potential sandwich attacks.
4. **Slippage:** Sets the maximum percentage price difference allowed during execution. Setting it too low may cause transactions to fail.
5. **Transaction Fee:** Extra SOL paid to validators to prioritize your trade over others.
6. **MEV Tip:** Extra SOL paid to validators to prioritize your trade over others.

### Snipe Settings

Click the **SNIPE AMT** field to open the **SNIPE SETTINGS** menu. Many settings are the same as in the **BUY SETTINGS** menu and are described above.

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

1. **SNIPE AMT:** The amount you are going to snipe in SOL.&#x20;
2. **PENDING SNIPES (TRENCHES):** Opens the **PENDING ORDERS** widget.
3. **CANCEL ALL PENDING SNIPES (TRENCHES):** Cancels all your pending Trench snipes.&#x20;

### Display Settings

Click the **DISPLAY** button to open the **DISPLAY SETTINGS** menu. Choose what to show or hide in the Trenches feed and top bar.

<figure><img src="/files/2VLvrByRj1XjC09SVuf6" alt=""><figcaption></figcaption></figure>


---

# 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-pro/the-trenches/trench-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.
