# General Settings

Manage basic operational parameters like mempool monitoring, wallet behaviors, and liquidity thresholds to optimize overall trading functionality.

### Main Menu > Settings > Defaults > General Settings

<figure><img src="/files/1bGOtvzP4MUkktcrmWx8" alt=""><figcaption><p>General Settings</p></figcaption></figure>

#### Mempool Enabled

Enables monitoring of the mempool for pending transactions to anticipate market moves.

#### Same Wallet Sells

Allows multiple sell orders from the same wallet.

#### Min Pool Liquidity ETH (+ reset to default)

Sets the minimum liquidity in ETH that a pool must have to be considered for trading.

#### Max Same Token Swaps (+ reset to default)

Limits the number of swaps a user can perform with the same token to prevent excessive trading.


---

# 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.bitfoot.com/settings/defaults/general-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.
