> For the complete documentation index, see [llms.txt](https://docs.bloombot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloombot.app/manager/chrome-extension/trade.md).

# Trade

{% 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="https://3058400886-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz2QdoaScujkQBx5Lf47O%2Fuploads%2Ff7f09xpgrFzDP3fGxaVh%2Funknown.png?alt=media&#x26;token=b370442d-29be-45eb-9107-c9a227dbb1b8" 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="https://3058400886-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz2QdoaScujkQBx5Lf47O%2Fuploads%2F7EnGaRTRwm6zmCU9IdlJ%2Funknown.png?alt=media&#x26;token=26924df2-0099-45c6-8c26-e13dd15fa32b" 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 page.

* **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 amounts 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.

| Control          | Description                                                                                                                                                                                       |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Quick Buy Amount | The amount applied to the Quick Buy buttons on supported platforms. Clicking a Quick Buy button executes a buy for this value. Shown in the chain's currency, with the USD equivalent next to it. |
| Token            | The chain the pop-up is showing. Switching it changes which chain's Quick Buy Amount you are editing.                                                                                             |
| Region           | Select the region used for transaction routing: EU1 or US1. Solana only.                                                                                                                          |
| Settings         | Opens Extension Settings in the Manager, via the gear icon in the top right corner.                                                                                                               |
| Logout           | Log out of the Extension.                                                                                                                                                                         |
| Reset            | Reset the Trade Panel size across all open tabs.                                                                                                                                                  |

The Token dropdown scopes what the pop-up shows. It is not how the Extension picks the chain of a trade: see Chain Detection below.

**Solana**

Quick Buy Amount in SOL, plus the **Region** dropdown.

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

**EVM**

Quick Buy Amount in the chain's native currency. No Region dropdown.

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

***

### Chain Detection

You do not pick the trading chain in the Extension. It is detected automatically from the token open on the platform you are browsing. Open a Robinhood token on Axiom and the Extension switches to Robinhood on its own. The same applies to every supported chain.

The chain selector in the Manager is a different control, and it has two scopes:

| Where                        | What it drives                                       |
| ---------------------------- | ---------------------------------------------------- |
| Manager interface, top right | Presets, Wallets, and Sites.                         |
| Settings modal, top right    | The settings sections, including the Extension ones. |

***

### 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bloombot.app/manager/chrome-extension/trade.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
