# Chrome Extension

{% hint style="info" %}
**Download SolTradingBot Extension** [**here**](https://chromewebstore.google.com/detail/ecndhljoighbgdlgmglhlgpbmblojpia)
{% endhint %}

## Overview

The **SolTradingBot Extension** enhances your trading experience by allowing you to snipe, buy, sell, and manage wallets directly from popular Solana DEXs, meme platforms, and token explorers. With an intuitive interface and powerful automation tools, the extension ensures faster execution without switching between tabs or platforms.

## Getting Started

### Installation & Login

* Add the [**SolTradingBot Extension**](https://chromewebstore.google.com/detail/ecndhljoighbgdlgmglhlgpbmblojpia) to your Chrome browser.
* On first use, click **Login** on the extension. This will redirect you to the Telegram bot for authentication.

## Extension Settings

Click the **Settings** button to open a popup with three tabs:

#### 1. Popup Settings

* **Buy Amount (SOL):** Customize quick-buy buttons on popup.
* **Sell Percent (%):** Set default sell percentages.
* **Slippage:** Adjust your slippage for trades.
* **Tip:** Enable/disable auto tip and configure tip settings.
* **Priority Fee:** Enable/disable and set priority fees.
* **Anti-MEV:** Toggle on/off.

#### 2. Wallet Manager

* Display your STBOT wallet list.
* Import or create wallets directly in the extension.
* View balances for each wallet.
* Select a default wallet for extension-based trades.

## Supported Platforms

* **Photon:** Discover, Trending, MemeScope
* **BullX Neo:** New Pair, Trending, Vision pages
* **GMGN:** Meme, New Pair, Trending
* **Pump.fun:** Homepage listings
* **DEX Tools:** Token chart pages
* **DEX Screener:** Token chart pages
* **Solscan:** Token contract pages
* **Telegram Web:** Buy button next to CA & Symbol

## Preset Popup on Charts

On supported chart pages, a floating **Preset Popup UI** appears with:

* **Quick Buy:** Button presets, SOL input, Buy button
* **Quick Sell:** Preset %, sell initial, % input, SOL input, Sell button
* **Wallet Icon:** Shows wallet count and dropdown to select additional wallets
* **Quick Settings:** Instant settings adjustment (tip, slippage, wallet, priority fee, AntiMEV)
* **Share PNL Icon**
* **Login Button:** Appears if user hasn't authenticated

Trades executed here will also display results and redirect via floating notification to SolTradingBot.

## 'Trade on SolTradingBot' Button

On token info sections (e.g. chart pages), a **“Trade on SolTradingBot”** button is displayed in a prominent position. Clicking this:

* Opens SolTradingBot Telegram bot
* Auto-triggers `/start` with token tracking enabled


---

# 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://soltradingbot.gitbook.io/docs/feature-and-instruction/chrome-extension.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.
