# Presets

{% hint style="info" %}
Presets let you save full sets of Trade Panel parameters (amounts, fees, tips, slippage, MEV protection) and switch between them in one click. Create as many presets as you need, tailored to different tokens or strategies. Each preset is chain-scoped: EVM presets bind to a single chain (ETH, BSC, or Base), Solana presets apply to the Solana Extension.

Configure at [manager.bloombot.app/extension/settings](https://manager.bloombot.app/extension/settings) > Presets tab.
{% endhint %}

***

### How Presets Work

A preset stores every parameter the Trade Panel uses to execute a trade: preset buy amounts, sell percentages, 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.

***

### Solana Presets

{% embed url="<https://www.youtube.com/watch?t=26s&v=wu2_MOtsbQU>" %}

| Field              | Description                                                                                                                                                                                         |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Preset Label       | Name used to identify the preset in the Trade Panel switcher.                                                                                                                                       |
| Buy Amounts        | SOL amounts shown as the four Quick Buy buttons.                                                                                                                                                    |
| Sell Percentages   | Percentages shown as the four Quick Sell buttons.                                                                                                                                                   |
| Buy Fee            | Priority fee for buy transactions.                                                                                                                                                                  |
| Buy Tip            | Jito tip for buy transactions, used to prioritize inclusion in the next block.                                                                                                                      |
| Buy Slippage       | Maximum price difference allowed on buy transactions.                                                                                                                                               |
| Sell Fee           | Priority fee for sell transactions.                                                                                                                                                                 |
| Sell Tip           | Jito tip for sell transactions.                                                                                                                                                                     |
| Sell Slippage      | Maximum price difference allowed on sell transactions.                                                                                                                                              |
| Anti-MEV for Buys  | Routes buys through an anti-MEV processor to protect against sandwich attacks. The fastest processor is chosen automatically; this 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 Jito tip automatically. Solana only.                                                                                                                                           |
| Save Preset        | Save the current configuration.                                                                                                                                                                     |
| Load Defaults      | Restore default values for the current preset.                                                                                                                                                      |

***

### EVM Presets

EVM presets add a chain selector to scope each preset to a specific chain. Fees are expressed in GWEI and the tip field is a Bundle Tip (BloXroute) rather than a Jito tip.

{% embed url="<https://www.youtube.com/watch?t=36s&v=OZR-xX6gxww>" %}

| Field                      | Description                                                                                            |
| -------------------------- | ------------------------------------------------------------------------------------------------------ |
| Configure Preset For Chain | Select the chain this preset applies to: ETH, BSC, Base.                                               |
| Preset Name                | Name used to identify the preset.                                                                      |
| Buy Amounts                | Native-currency amounts shown as the four Quick Buy buttons.                                           |
| Buy Slippage               | Maximum price difference allowed on buy transactions.                                                  |
| Buy Fee                    | Priority fee for buy transactions, in GWEI.                                                            |
| Buy Bundle Tip             | Bundle tip (BloXroute) to prioritize buy transaction inclusion.                                        |
| Sell Amounts               | Percentages shown as the four Quick Sell buttons.                                                      |
| Sell Slippage              | Maximum price difference allowed on sell transactions.                                                 |
| Sell Fee                   | Priority fee for sell transactions, in GWEI.                                                           |
| Sell Bundle Tip            | Bundle tip (BloXroute) to prioritize sell transaction inclusion.                                       |
| Anti-MEV for Buys          | Routes buy transactions through BloXroute when enabled. Routes through the custom node when disabled.  |
| Anti-MEV for Sells         | Routes sell transactions through BloXroute when enabled. Routes through the custom node when disabled. |
| Save Preset                | Save the current configuration.                                                                        |
| Load Defaults              | Restore default values for the current preset.                                                         |


---

# 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.bloombot.app/extension/settings/presets.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.
