# FAQ - Trading Bot

A quick reference for getting started and trading with the **Leap GUI Bot** across **Solana** and **BNB**.

💻 **Platforms:** Mac, Windows, and Linux\
🌐 **Node Access:**

* **Leap Standard (Free):** Bring your own RPC + gRPC
* **Leap Pro ($200/mo):** Built-in premium Solana RPC + gRPC (no setup required)\
  💛 **BNB Module:** Requires a Leap BNB License (one-time purchase)

***

### 🚀 Quick Start

1. **Download & install** the latest version of Leap GUI.
2. **Add a wallet** – import or generate within the app.
3. **Fund your wallet** with SOL or BNB, depending on your market.
4. **Connect a node:**
   * **Standard:** Add your own RPC + gRPC in Settings.
   * **Pro:** Leave the RPC fields blank — Leap auto-connects to in-house nodes.
5. **Create and start a task** – choose your mode, strategy, and filters.

***

### ⚙️ Features & Access

#### What is Leap GUI?

Leap is a cross-chain trading automation bot built for professional and advanced users.\
It provides high-speed execution, reliability, and granular control over entries, exits, and filters.

#### What can it do?

* **0-Block Copy Trading** – mirror wallet buys and sells instantly.
* **Sniper Mode** – enter new tokens at launch within milliseconds.
* **Scrapers** – auto-buy from Discord, Telegram, and X (Twitter) channels.
* **AFK Mode** – continuous automated trading using filters, whitelists, and strategies.
* **Dynamic trailing stops**, **take-profit ladders**, and **PnL-based exits**.
* **Advanced filters** – control by liquidity, volume, token age, holders, bundlers, social verification, and uniqueness checks.
* **Dev Mode** – run your own strategy logic via API while using Leap purely as the execution layer for buy and sell orders.

#### About Dev Mode

**Dev Mode** allows developers to connect directly to Leap through its API and control trades programmatically.\
You can feed in your own entry, filter, and exit logic externally while letting Leap handle the blockchain interactions, wallet management, and execution layer.

| Supported Chains | Description                                                                     |
| ---------------- | ------------------------------------------------------------------------------- |
| **Solana**       | Full Dev Mode API available for custom trading logic.                           |
| **BNB**          | Dev Mode integrated with Leap’s BNB module for complete strategy customization. |

This provides **maximum flexibility** for quant developers, analysts, and power users who want to test or deploy their own trading logic inside the Leap framework.

***

#### Pricing & Plans

| Plan                 | Description                                                    | Cost               |
| -------------------- | -------------------------------------------------------------- | ------------------ |
| **Leap Standard**    | Free access to all features. Bring your own RPC + gRPC.        | Free               |
| **Leap Pro**         | Includes premium low-latency Solana nodes (no setup required). | $200 / month       |
| **Leap BNB License** | Unlocks BNB markets and features.                              | One-time license   |
| **Transaction Fee**  | Automatically deducted from each trade.                        | 1% per transaction |

***

### 💧 Supported Markets

#### Solana

* **Raydium:** V4 · CLMM · CPMM · Launchpad (Bonk / Any)
* **Pumpfun / Pumpswap**
* **Meteora Dynamic Bonding Curve:** LaunchCoin (Believe.app) · Time.fun · Moonshot · CandleTV · Jup Studio · Trends.fun · Oneshot.meme
* **Meteora DAMM:** V1 · V2 (Indie)

#### BNB *(Leap BNB License required)*

* **PancakeSwap**
* **Four.Meme** (pre & post migration tokens)
* **Meme Rush Launchpad** *(coming soon)*

***

### 🔐 Safety & Security

#### Is my wallet safe?

Yes. Wallets are stored locally and encrypted using your operating system credentials.\
Leap never stores or accesses private keys — you retain full custody at all times.

#### Are there trading risks?

Yes. Crypto trading carries inherent risk. Leap provides automation tools; strategy and risk management remain your responsibility.

***

### 💬 Support

* Open a **ticket** in [Discord ](https://www.discord.gg/leaptrading)for assistance.
* Full guides and tutorials are available at [docs.leap-blockchain.com](https://docs.leap-blockchain.com).

***

### 🪙 Plan Overview

| Feature          | Leap Standard             | Leap Pro                      | Leap BNB License                             |
| ---------------- | ------------------------- | ----------------------------- | -------------------------------------------- |
| Node Access      | Bring your own RPC + gRPC | Built-in premium Solana nodes | Uses your BNB RPC via Leap’s custom contract |
| Chains Supported | Solana                    | Solana                        | Solana + BNB                                 |
| Copy Trading     | ✅                         | ✅                             | ✅ (Sol & BNB)                                |
| Scrapers         | ✅                         | ✅                             | ✅ (Sol & BNB)                                |
| AFK Mode         | ✅                         | ✅                             | ✅ (Sol & BNB)                                |
| Dev Mode         | ✅                         | ✅                             | ✅ (Sol & BNB)                                |
| Advanced Filters | ✅                         | ✅                             | ✅                                            |
| Transaction Fee  | 1%                        | 1%                            | 1%                                           |
| Access Type      | Free                      | Subscription                  | One-time license                             |

***

### ⚡ Summary

Leap delivers high-performance automation for **Solana** and **BNB**, giving traders precise control, transparency, and professional-grade reliability.\
Use **Leap Standard** with your own nodes, upgrade to **Leap Pro** for built-in Solana infrastructure, or expand to **BNB** with a **Leap BNB License**.\
Developers can integrate their own trading logic through **Dev Mode**, using Leap purely as the execution and monitoring shell.


---

# 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.leap-blockchain.com/leap-trading-sol-bot/faq-trading-bot.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.
