# Trading Settings

## Trading Settings <a href="#d7617ef3-4a7f-4ec7-9eab-b9a046d9cc76" id="d7617ef3-4a7f-4ec7-9eab-b9a046d9cc76"></a>

All trading-related settings are accessible via `/settings` in @clickdottrade\_bot. These control how your trades execute — slippage tolerance, speed, protection, and preset amounts.

***

### Buy Presets <a href="#c243a0b2-fb01-4dbf-a74b-8b7dbcb94b20" id="c243a0b2-fb01-4dbf-a74b-8b7dbcb94b20"></a>

Quick-buy amounts in SOL. Tap a preset button to instantly buy that amount.

| Preset | Default  |
| ------ | -------- |
| B1     | 0.1 SOL  |
| B2     | 0.25 SOL |
| B3     | 0.5 SOL  |
| B4     | 1 SOL    |
| B5     | 5 SOL    |

You can customize each preset to any SOL amount.

***

### Sell Presets <a href="#id-7b5789bf-7fe8-496f-b6ef-dffbe07271c0" id="id-7b5789bf-7fe8-496f-b6ef-dffbe07271c0"></a>

> Quick-sell percentages of your current position. Tap a preset to sell that portion. You can toggle between **Compact**, **Small**, and **Large** UI modes to display more or fewer sell preset buttons on the trading panel.

***

### Slippage <a href="#d8051249-342e-4a7c-9c24-9040eea9f240" id="d8051249-342e-4a7c-9c24-9040eea9f240"></a>

Maximum price deviation you are willing to accept on a trade. If the price moves beyond your slippage tolerance, the transaction is automatically cancelled and no funds are lost.

| Setting       | Default        | Description                 |
| ------------- | -------------- | --------------------------- |
| Buy Slippage  | 20% (2000 bps) | Max slippage on buy orders  |
| Sell Slippage | 20% (2000 bps) | Max slippage on sell orders |

> ℹ️ The default slippage of 20% is set high to accommodate volatile meme tokens. Lower this for established tokens (e.g. SOL, BONK) to reduce price impact.

Slippage applies to all order types: market, limit, DCA, and copy trading.

***

### Priority Tip <a href="#dc5f698a-bb4f-4ac0-9757-e63d9ec5b4b0" id="dc5f698a-bb4f-4ac0-9757-e63d9ec5b4b0"></a>

A validator tip added to every transaction for faster block inclusion. Routed through the MEV protection layer.

| Setting | Default   | Min       |
| ------- | --------- | --------- |
| Tip     | 0.005 SOL | 0.001 SOL |

Higher tip = faster execution, especially during network congestion. This is separate from Solana's base transaction fee.

***

### MEV Protection <a href="#af1c7e68-1f0f-4318-ae58-2e67c692677b" id="af1c7e68-1f0f-4318-ae58-2e67c692677b"></a>

Protects your trades from front-running and sandwich attacks by routing transactions through a secure submission layer.

| Mode       | Description                                                                          |
| ---------- | ------------------------------------------------------------------------------------ |
| **Off**    | No MEV protection. Fastest execution, but vulnerable to MEV attacks.                 |
| **Turbo**  | Standard MEV protection via secure transaction routing. Recommended for most trades. |
| **Secure** | Maximum MEV protection. May have slightly higher latency. Best for large trades.     |

**Default: Off**

> 💡 **TIP:** Enable Turbo or Secure mode when trading high-volume or newly launched tokens where MEV attacks are common.

No additional cost for any MEV mode — the only cost is your configured Tip.

***

### Auto-Buy <a href="#id-015c2b49-2616-49b7-a015-d080ef5eb262" id="id-015c2b49-2616-49b7-a015-d080ef5eb262"></a>

When enabled, pasting a token contract address (CA) in chat automatically executes a buy order without manual confirmation.

| Setting         | Default |
| --------------- | ------- |
| Auto-Buy        | Off     |
| Auto-Buy Amount | 0 SOL   |

#### Safety guardrails: <a href="#id-059d3a6d-93d7-4881-9807-280192cc2c38" id="id-059d3a6d-93d7-4881-9807-280192cc2c38"></a>

* **Rate limit:** Max 1 auto-buy per 10 seconds
* **Daily cap:** 10 SOL maximum per day
* **No re-buys:** Will not auto-buy a token you already hold
* **Private chat only:** Auto-Buy only works in your direct chat with the bot
* **Optional confirmation:** Enable confirmation mode to review before execution

> ⚠️ **Auto-Buy executes trades immediately when you paste a CA. Use with caution.** Review the safety settings above before enabling.

***

### Auto PnL Card <a href="#c9b05511-3028-4f8f-9692-62bcf324c78e" id="c9b05511-3028-4f8f-9692-62bcf324c78e"></a>

Automatically generates a shareable PnL card when you fully close a position (sell 100%).

| Setting       | Default |
| ------------- | ------- |
| Auto PnL Card | On      |

You can disable this in settings if you prefer not to generate PnL cards automatically. You can still generate PnL cards manually from the Positions screen at any time.

***

### Settings Summary <a href="#id-44712c37-ac4c-4744-a357-35ceb54149b1" id="id-44712c37-ac4c-4744-a357-35ceb54149b1"></a>

| Setting              | Default                      | Scope                  |
| -------------------- | ---------------------------- | ---------------------- |
| Buy Presets (B1-B5)  | 0.1 / 0.25 / 0.5 / 1 / 5 SOL | Buy only               |
| Sell Presets (S1-S3) | 25% / 50% / 100%             | Sell only              |
| Buy Slippage         | 20% (2000 bps)               | Buy orders             |
| Sell Slippage        | 20% (2000 bps)               | Sell orders            |
| Tip                  | 0.005 SOL                    | All trades             |
| MEV Protection       | Off                          | All trades             |
| Auto-Buy             | Off / 0 SOL                  | Buy only               |
| Auto PnL Card        | On                           | Sell only (full close) |
