# Trade Panel

{% hint style="info" %}
The Trade Panel is the Extension's trading surface. It overlays on every supported trading platform and gives you one-click buys, sells, preset switching, wallet switching, active order management, and Split Tokens without leaving the page you are trading on.
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=Ibe1yUx2qYo>" %}

***

### Where It Appears

Once the Extension is signed in, the Trade Panel appears on every trading platform enabled in Sites. It anchors to the page and stays accessible while you browse tokens, charts, and trending lists.

In its default view, the panel shows buy, sell, preset, and token stats in a compact layout.

<figure><img src="/files/xxhyQnS3CGd2HS7PfFsL" alt=""><figcaption><p>Trade Panel in default view.</p></figcaption></figure>

Expand the **Wallets** panel on the left and the **Active Orders** panel on the right using the arrows next to the Bloom logo. The panel then shows all your wallets and any active orders alongside the trading controls.

<figure><img src="/files/r16Sbm2sJjVwx5ZeJ16G" alt=""><figcaption><p>Trade Panel with Wallets and Active Orders open.</p></figcaption></figure>

Hide and show the panel with <kbd>CTRL+B</kbd>. Drag to reposition. Click <kbd>Reset</kbd> in the Extension pop-up to reset the Trade Panel size across all open tabs.

***

### What You Can Do from the Trade Panel

The capabilities below are a quick preview. Each one is configured in its dedicated Settings tab, covered later in this guide.

* **Buy and sell tokens directly.** One click on a preset amount fires the trade.
* **View and cancel active orders.** Open limit orders appear on the chart of the trading platform as well as in the Trade Panel's Active Orders list.
* **View and manage all wallets on the active chain.** Open the Wallets panel to see balances, select active wallets for trades, and trigger Split Tokens to distribute holdings.
* **Switch between presets.** Modify buy amounts and sell percentages based on the selected preset.
* **Init Sell.** One-click sell of the initial buy amount on the current token. Button labeled <kbd>Init</kbd>, shortcut <kbd>Space+X</kbd>.
* **Dev Sell.** Auto-sell the position when the deployer sells. Configured in Settings > Dev Sell. Button labeled <kbd>Dev Sell</kbd> when enabled, shortcut <kbd>Space+C</kbd>.
* **See token stats at the bottom**: amount bought, amount sold, profit and loss for the current token.
* **Enable or disable keyboard shortcuts** by clicking the shortcuts icon in the panel header.
* **Open Extension Settings in the Manager** by clicking the settings icon. You are redirected to [manager.bloombot.app/extension/settings](https://manager.bloombot.app/extension/settings).
* **Filter wallets.** In the Wallets section, use <kbd>Select All</kbd> or <kbd>Select Holdings</kbd> to activate every wallet or only wallets that currently hold the token on the page.

***

### Pop-up Controls

Click the Bloom icon in the Chrome toolbar to open the Extension pop-up. The pop-up controls global Extension behavior, not per-trade parameters. The controls differ between the Solana and the EVM extension.

#### Solana

<div align="left"><figure><img src="/files/GY15k204zJPyhxijk1Yj" alt="" width="400"><figcaption></figcaption></figure></div>

| Control          | Description                                                                                                                        |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| Quick Buy Amount | The SOL amount applied to the Quick Buy buttons on supported platforms. Clicking a Quick Buy button executes a buy for this value. |
| Region           | Select the region used for transaction routing: EU1 or US1.                                                                        |
| Settings         | Opens Extension Settings in the Manager.                                                                                           |
| Log out          | Log out of the Extension.                                                                                                          |
| Reset            | Reset the Trade Panel size across all open tabs.                                                                                   |

#### EVM

<div align="left"><figure><img src="/files/XhChkMdEqTPa0oB4DP4K" alt="" width="400"><figcaption></figcaption></figure></div>

| Control          | Description                                                                                                             |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------- |
| Quick Buy Amount | The native-currency amount applied to the Quick Buy buttons. Clicking a Quick Buy button executes a buy for this value. |
| Token            | Select the chain used for trading: BNB, Ethereum, Base.                                                                 |
| Settings         | Opens Extension Settings in the Manager.                                                                                |
| Log out          | Log out of the Extension.                                                                                               |
| Reset            | Reset the Trade Panel size across all open tabs.                                                                        |

***

### Shortcuts

<details>

<summary>Keyboard shortcuts</summary>

* Hide / unhide the panel: <kbd>CTRL+B</kbd>
* Quick Buy buttons (hold <kbd>Space</kbd> + Q / W / E / R / T / Y / U / I for the eight slots)
* Quick Sell buttons (hold <kbd>Space</kbd> + A / S / D / F / G / H / J / K for the eight slots)
* Dev Buy: <kbd>Space+Z</kbd>
* Init Sell: <kbd>Space+X</kbd>
* Dev Sell: <kbd>Space+C</kbd>

</details>


---

# 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/gettings-started/trade-panel.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.
