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

# Settings & Presets

**Trade Settings** lets you configure default trading parameters for each preset in the **Moni TG Bot** — there are three slots (**P1**, **P2**, **P3**), each with its own Buy and Sell setup.

### How to set up Presets

**1.** From the main menu, tap **Settings**, then **Trade Settings**.

**2.** Pick the preset you want to edit — **P1**, **P2**, or **P3**.

**3.** Choose the action type (**Buy** or **Sell**), then tap any parameter to edit it.

**4.** Send the bot the new value — it saves automatically.

{% columns %}
{% column valign="middle" %}

<figure><img src="/files/t5RvyfnMl9Kh76ZfvaqX" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/2n4Tu9L1HmJAuXm6qdf3" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

Each preset stores **separate values for Buy and Sell** — your buy setup can use one priority fee and slippage, while your sell setup uses different ones.

{% columns %}
{% column valign="middle" %}
Presets also hold **4 quick-buy amounts** (e.g., `0.02 / 0.1 / 1 / 10 SOL`) and **4 quick-sell percentages** (e.g., `25 / 50 / 100 %`). Tap any of them inside the preset to customize.
{% endcolumn %}

{% column %}

<figure><img src="/files/Axd1D1wejLsyZulYt7uJ" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Available trade settings

| Term           | Description                                                                                                                          |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| Priority Fee   | Pays extra for higher block priority — faster fill at a higher cost.                                                                 |
| Tip (bribery)  | Extra payment to validators for faster transaction inclusion.                                                                        |
| Slippage       | Max price deviation you'll accept on execution. Trades outside the range fail.                                                       |
| MEV Protection | Shields your trade from sandwich attacks where supported. Toggle On/Off.                                                             |
| Auto Fee       | Lets the bot pick Priority Fee and Tip automatically based on network conditions, instead of using your fixed values. Toggle On/Off. |


---

# 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://moni-ai.gitbook.io/moni/moni-tg-bot/trading/settings-and-presets.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.
