# Templates

Templates let you save your favorite buy/sell setups so you can act fast without configuring everything from scratch.

<figure><img src="/files/WOxyFIHUZNJzijTGXCeD" alt=""><figcaption></figcaption></figure>

* Choose a chain first (green dot shows selected)
* You’ll see your saved templates (e.g., "sol autobuy 0.001", "Buy 0.015 SOL")
* Tap any to edit, or tap **📄 Create template** to start fresh

***

## Template Creation Menu

Templates consist of **three parts**:

* Buy settings
* Safety settings
* Sell settings

You can navigate between these via tabs at the top of the screen.

#### Template Summary (Top Panel)

<figure><img src="/files/BRQjBVyaQ1Oui050nf27" alt=""><figcaption></figcaption></figure>

This shows a live preview of all values selected as you build your template.

***

{% tabs %}
{% tab title="🟢 Buy Settings" %}

<figure><img src="/files/Nw7eQjF0iXuFIZqkT06A" alt=""><figcaption></figcaption></figure>

Use the lower buttons ("Buy 0.1", "Buy 2", etc.) to quickly set your spend amount per wallet.

| **Bribe**                  | Amount in SOL to offer validators for faster processing |
| -------------------------- | ------------------------------------------------------- |
| **Priority Gwei**          | Gas tip (for EVM chains) or priority fee (on Sol)       |
| **Slippage**               | Max acceptable price impact when buying                 |
| **Wallets selected**       | Use multiple wallets in rotation (or just one)          |
| **Spend per wallet**       | Optional cap per wallet (e.g., 0.05 SOL)                |
| **Min tokens / % or fail** | Ensures you get a minimum amount or cancels the trade   |
| {% endtab %}               |                                                         |

{% tab title="🛡️ Safety Settings" %}

<figure><img src="/files/adJuj1EMjJnXBZN7poSm" alt=""><figcaption></figcaption></figure>

These behave just like the global safety toggles, but are **saved inside the template**.

| **Degen Mode**        | Ignores all safety filters (MC, liquidity, etc.) |
| --------------------- | ------------------------------------------------ |
| **Anti MEV**          | On/off toggle to guard against frontrunning      |
| **Min/Max liquidity** | Skip tokens below or above defined pool size     |
| **Min/Max Mcap**      | Same, but for market cap                         |

{% hint style="info" %}
Liquidity is calculated in *native chain tokens* (e.g., liquidity on Solana is shown in SOL).\
Market cap is always calculated in *USD*.
{% endhint %}
{% endtab %}

{% tab title="🔴 Sell Settings" %}

#### 💰 Sell Settings

Enable **Auto Sell** to add conditions for profit taking or stop-loss.

<figure><img src="/files/Yb6ivrx1dqgKR2ROcXi2" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Click on 🟢 **Take Profi**t row to switch it to 🔴 **Stop loss**.
{% endhint %}

| Field                | Description                                  |
| -------------------- | -------------------------------------------- |
| **Take Profit**      | Add one or more take-profit triggers         |
| **Stop Loss**        | Sell when price drops below your threshold   |
| **TP Trigger**       | Can be % increase or market cap              |
| **SL Trigger**       | Usually market cap-based                     |
| **Slippage**         | Sell slippage (usually matches buy slippage) |
| **Priority & Bribe** | Same as buy side — for sell tx               |
| **Expiration**       | How long template remains valid (e.g., 24h)  |

Each Take Profit row includes:

* Trigger (e.g., "≥ 200%" gain)
* Sell portion (e.g., "50% of 1 wallet")
* Wallet selector if multiple are active

Tap **➕ Add step** to add more limit orders for auto sell.
{% endtab %}
{% endtabs %}

***

### Saving a Template

Once satisfied:

* Tap **Save template**
* It will be stored under the current chain
* You can reuse it across all trades on that chain

Use templates to trade **fast**, **safely**, and with **automation** — no need to set everything manually each time.

## Using a Template

<figure><img src="/files/QbDc16rvWrsWWm3Zj0oE" alt=""><figcaption></figcaption></figure>

Tap 📄**Templates** to load a predefined trade setup (e.g. autobuy with TP/SL rules). You’ll see:

<figure><img src="/files/ZTsNkjDXHtsOX1goLaqf" alt=""><figcaption></figcaption></figure>

* A list of saved templates
* The **active template** marked with a green dot
* Option to revert to **Blazing default**

<figure><img src="/files/S2UhDAS1AsL8qyJhfgPQ" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
After selecting a template, click **Buy (pre-selected)** to execute the trade with all settings from the template.
{% endhint %}

<kbd>**Templates are required for Auto-buy mode.**</kbd>

{% content-ref url="/pages/kuvQ4YPrUpk5L6oVl86K" %}
[Auto buy mode](/tutorials/telegram-bot/settings/auto-buy-mode.md)
{% endcontent-ref %}


---

# 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://blazingapp.gitbook.io/tutorials/telegram-bot/settings/templates.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.
