# Featured Modes Description

Leap provides several distinct trading modes, each designed for different trading styles and levels of automation.\
All modes share the same fast execution layer, advanced filtering system, and unified interface — the only difference is **how trades are triggered**.

***

### 🤖 Copy Trader

**What it is:**\
Copy Trader automatically mirrors the buys and sells of one or more wallets you choose to follow. It listens in real time for new transactions from those wallets and replicates them instantly using your connected wallet.

**How it works:**\
Once a wallet you’re tracking performs a trade, Leap verifies it against your filters and task settings, then submits the same transaction on your behalf. You can follow individual wallets across both **Solana** and **BNB**.

**Why use it:**\
Ideal for users who want to track proven traders or automated wallets and automatically enter the same trades without manual input.\
Popular for following developer wallets, Alpha groups, or personal multi-wallet setups.

***

### 📡 Scraper Modes — Discord, Telegram & X (Twitter)

**What it is:**\
Scraper modes automatically monitor selected Discord servers, Telegram groups, and Twitter (X) accounts for contract addresses and buy signals, then execute trades as soon as they appear.

**How it works:**\
Leap connects directly to your chosen channels and scans for token addresses or messages that match your filters or keywords. Once a valid contract is found, Leap routes it through your configured processors and executes an instant buy.

**Why use it:**\
Best for traders who rely on live social signals or group calls — allowing you to automatically act on opportunities from trusted sources the moment they’re posted.

***

### 💤 AFK Mode

**What it is:**\
AFK Mode is Leap’s fully autonomous, 24/7 trading system. It continuously scans live on-chain data across supported markets and automatically enters trades that meet your defined filters and strategy.

**How it works:**\
You set rules — for example, “only buy tokens with 5 minute Volum above 10 Sol, market cap below $200k, and unique Twitter linked”\
Leap constantly monitors the network and executes buys only when those exact conditions are met.\
All entries and exits follow your configured filters, limits, and strategies.

**Why use it:**\
Ideal for users who want completely automated trading without relying on signals or manual triggers.\
You define the parameters — Leap does the rest, around the clock.

***

### 🎯 Sniper Mode

**What it is:**\
Sniper Mode instantly buys new tokens at the exact moment liquidity is added — capturing ultra-early entries before most traders can react.

**How it works:**\
Leap watches newly created token contracts in real time. When liquidity is detected, it sends a transaction through your chosen processor immediately, executing at the first block possible.\
Sniper Mode is latency-optimized for **speed**, using the fastest available RPC and processor routes.

**Why use it:**\
Designed for advanced users and launch hunters who want the earliest possible entries on new token launches — including **Pumpfun**, **Pumpswap**, **Raydium**, and **PancakeSwap** listings.

***

### 🧩 Dev Mode

**What it is:**\
Dev Mode turns Leap into a programmable execution engine. It allows developers and quants to control Leap externally via API while using it for wallet management, routing, and transaction execution.

**How it works:**\
Your system handles the logic (strategy, indicators, signals) — Leap executes the buy and sell commands through its infrastructure.\
It bridges external trading algorithms, bots, or dashboards with Leap’s wallet layer and processors.

**Why use it:**\
Perfect for power users or developers who want full control of their strategy while leveraging Leap’s reliable infrastructure, analytics, and UI.\
Commonly used for private automation systems, quant research, and algorithmic testing.

***

### ⚙️ Summary

| Mode            | Description                                           | Ideal For                                           |
| --------------- | ----------------------------------------------------- | --------------------------------------------------- |
| **Copy Trader** | Mirror trades from other wallets in real time         | Tracking top wallets, community leaders, or friends |
| **Scraper**     | Auto-buy from Discord, Telegram, or X (Twitter) posts | Signal-based trading from trusted channels          |
| **AFK Mode**    | 24/7 fully autonomous trading using on-chain filters  | Hands-free trading driven by logic and filters      |
| **Sniper Mode** | Buy new tokens instantly when liquidity is added      | Early entries, new launches, and pump plays         |
| **Dev Mode**    | API-based control using Leap as the execution shell   | Developers, quants, and advanced automation setups  |

***

Each mode runs on Leap’s unified architecture — combining **real-time monitoring**, **custom filters**, and **smart processors** for the fastest and most flexible trading experience possible.


---

# 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/featured-modes-description.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.
