# Trading Bot Settings

This is the **settings page** for the **Blum Trading Bot**.\
While the options here are minimal, they are essential for customizing your trading experience.

***

#### **General Settings:**

* **Manage Hidden Tokens** – Choose which tokens to show or hide in your token lists
* **Enable or Disable Auto-Buy and Auto-Sell** – Control whether trades execute automatically

To **unhide a hidden token**, tap the **Hidden Tokens** button, locate the token, and click the provided link to restore it to your list.

***

#### **Solana Settings**

* **Anti-MEV Buy**
* **Anti-MEV Sell**
* **Priority Fee**
* **Auto-Buy**
* **Auto-Sell**

***

#### **TON Settings**

* **Auto-Buy**
* **Auto-Sell**

***

#### **What Auto-Buy and Auto-Sell Do**

* **Auto-Buy**:\
  Allows you to purchase tokens **instantly**, without setting trade parameters manually.\
  Simply send a token address or link to the Blum Trading Bot, and the trade will execute immediately using **default settings**.
* **Auto-Sell**:\
  Works the same way as Auto-Buy but for selling tokens. Tokens will be sold immediately using predefined settings.

> ❗ **Important:**\
> **Auto-Buy and Auto-Sell cannot be enabled at the same time.**\
> Enabling one will **automatically disable** the other.


---

# 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://help.blum.io/trading-bot-faq/trading-bot-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.
