> For the complete documentation index, see [llms.txt](https://docs.bloombot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloombot.app/manager/chrome-extension/settings/presets.md).

# Presets

{% hint style="info" %}
Presets save a full set of Trade Panel parameters (amounts, fees, tips, slippage, MEV protection) so you can switch between them in one click. Create as many presets as you need, tailored to different tokens or strategies.

Manage them from the **Extension** tab in the Manager's top navigation, **Presets** sub-tab. Presets are chain-scoped: switch chain from the selector in the top right corner to work on that chain's presets.
{% endhint %}

***

### How Presets Work

A preset stores every parameter the Trade Panel uses to execute a trade: buy amounts, sell amounts, fees, tips, slippage, and MEV protection toggles. When you switch presets in the Trade Panel, every parameter updates at once.

Presets sync across all surfaces. The same preset you create in the Manager is available in the Bloom Telegram bot and across every browser where the Extension is signed in.

<div align="left"><figure><img src="/files/KJMJ7w4ASR44ZHLCXIlX" alt="" width="563"><figcaption></figcaption></figure></div>

The presets table lists every preset on the selected chain.

| Column          | What it shows                                                        |
| --------------- | -------------------------------------------------------------------- |
| **Preset Name** | Name used to identify the preset in the Trade Panel switcher.        |
| **Buy**         | The Quick Buy amounts saved in the preset.                           |
| **Sell (%)**    | The Quick Sell amounts expressed as a percentage of your holdings.   |
| **Sell (SOL)**  | The Quick Sell amounts expressed as a value in the chain's currency. |
| **Anti-MEV**    | Whether Anti-MEV is active on buys, on sells, or on both.            |
| **Auto-tip**    | Whether the preset uses the recommended tip automatically.           |

Use <kbd>Search by name</kbd> to filter the list. The pencil icon opens a preset for editing, the bin icon deletes it.

***

### Create Preset

Click <kbd>Create preset</kbd> to open the preset builder.

<div align="left"><figure><img src="/files/yRcOuV8pO6yfxrRVn0l9" alt="" width="563"><figcaption></figcaption></figure></div>

**Buy**

| Field            | Description                                                                     |
| ---------------- | ------------------------------------------------------------------------------- |
| **Preset Name**  | Name used to identify the preset in the Trade Panel switcher.                   |
| **Buy Amounts**  | Amounts shown as the Quick Buy buttons. Click <kbd>+</kbd> to add another slot. |
| **Buy Slippage** | Maximum price difference allowed on buy transactions, in percentage.            |
| **Buy Fee**      | Priority fee for buy transactions.                                              |
| **Buy Tip**      | Tip for buy transactions, used to prioritize inclusion in the next block.       |

**Sell**

| Field                  | Description                                                                                                     |
| ---------------------- | --------------------------------------------------------------------------------------------------------------- |
| **Sell Amounts (%)**   | Sell a percentage of the tokens you hold. Shown as Quick Sell buttons. Click <kbd>+</kbd> to add another slot.  |
| **Sell Amounts (SOL)** | Sell the quantity of tokens worth a given amount in the chain's currency. Shown next to the percentage buttons. |
| **Sell Slippage**      | Maximum price difference allowed on sell transactions, in percentage.                                           |
| **Sell Fee**           | Priority fee for sell transactions.                                                                             |
| **Sell Tip**           | Tip for sell transactions.                                                                                      |

**Protection**

| Field                  | Description                                                                                                                                                                                        |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Anti-MEV for Buys**  | Routes buys through an anti-MEV processor to protect against sandwich attacks. The fastest processor is chosen automatically; the toggle controls MEV-protection routing, not processor selection. |
| **Anti-MEV for Sells** | Same as Anti-MEV for Buys, applied to sells.                                                                                                                                                       |
| **Auto-Tip**           | Uses the recommended tip automatically instead of the fixed values above.                                                                                                                          |

Click <kbd>Save Preset</kbd> to store the configuration, or <kbd>Load Defaults</kbd> to restore the default values before saving.

***

### Chain Differences

Solana is the reference above. Switch chain from the selector in the top right corner to configure an EVM preset. On EVM the amounts are expressed in the chain's native currency, fees are expressed in GWEI, and the tip fields are Bundle Tips routed through BloXroute.F


---

# 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://docs.bloombot.app/manager/chrome-extension/settings/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.
