# Boost Your Trades

**Boost Mode** is <mark style="color:green;">**LAB Terminal’s**</mark> ultra-fast trading terminal for **Solana-based** tokens.

It allows you to execute buy and sell orders with near-instant speed, customized slippage, gas settings, and MEV protection — all within one compact interface.

{% hint style="info" %}
Boost Mode is designed for experienced traders who need rapid execution and full manual control.
{% endhint %}

### How to Access Boost Mode

{% stepper %}
{% step %}
Tap the “Trade” button in the bottom menu.
{% endstep %}

{% step %}
Tap the “Boost Mode” button on the top half of the screen.
{% endstep %}

{% step %}
Paste a contract address in the search bar to open that token’s Boost Mode panel.
{% endstep %}
{% endstepper %}

***

### Main Dashboard Overview

**At the top, you’ll see:**

* **Market Cap** – Current market cap of the selected token (tap to switch between price or MC view)
* **Buy/Sell** – Total SOL you’ve traded in this token
* **Total Profit** – Realized gains or losses
* **Value** – Current value of your held position

{% hint style="info" %}
These metrics help you track token performance and your PnL in real time.
{% endhint %}

***

### Speed Panel

The middle section gives you complete control over execution conditions and gives you three customizable speed presets.

**Speed Presets**

By default the presets are programmed to do the following:

{% tabs %}
{% tab title="Rabbit" %}
Standard execution, low gas usage
{% endtab %}

{% tab title="Car" %}
Faster confirmation, moderate gas
{% endtab %}

{% tab title="Rocket" %}
Maximum speed, ideal for sniping or rapid exits
{% endtab %}
{% endtabs %}

{% hint style="info" %}
You can customize the settings in each icon to your preference and switch to it on the fly.
{% endhint %}

***

**Jito MEV Protection on Solana**

### Jito MEV Protection on Solana

* Toggle Jito ON/OFF separately for buys and sells
* When enabled, your transaction is routed through Jito to further reduce MEV risk (e.g., sandwich attacks)

***

### Slippage and Gas Inputs

* Buy Slippage – Max acceptable price impact for buy orders (default: 5%)
* Buy Gas (Priority Fee) – Set the tip you're willing to pay to miners for faster buy confirmation<br>
* Sell Slippage – Slippage tolerance for sell orders
* Sell Gas (Priority Fee) – Gas tip to accelerate your sell transactions

{% hint style="info" %}
You can edit these fields manually to match your strategy.
{% endhint %}

***

### Order Controls

Manual order controls in the center of the screen:

{% tabs %}
{% tab title="Buy Amount" %}
Adjust how much SOL to spend per trade
{% endtab %}

{% tab title="Sell Percentage" %}
Choose what % of your holdings to sell (e.g., 100% to exit fully)
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Use the – / + buttons to make precise adjustments.
{% endhint %}

***

### Bottom Quick-Action Panel

This panel helps you quickly enter trade amounts or exit positions and can be customized in the settings tab.

* **Buy Presets:** 0.25, 0.5, 1 SOL
* **Sell Presets:** 20%, 50%, 100% of your holdings

**Tap Buy or Sell** to execute immediately based on your configured settings

{% hint style="info" %}
All settings are applied in real time. Additionally, you don’t need to confirm trades separately once you press Buy or Sell.
{% endhint %}

***

### Trade Log

Below the main panel is your trade history for the selected token:

* Displays when you traded, how much, and at what price
* If there are no active orders or trades yet, the section will say: **“No active orders”**
* Failed transactions (e.g., due to slippage or low gas) will show error messages in red


---

# 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.lab.pro/boost-mode/boost-your-trades.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.
