# Sniper V2

Sniper V2 is the upgraded sniping interface on MevX, combining all snipe modules (Raydium, Pump.fun, Launchlab, etc.) into one unified panel. It supports multi-exchange targeting, dev wallet detection, and flexible buy strategies.

## <mark style="color:blue;">Sniper Setup Guide</mark>

### Wallet Selection

Select the wallet(s) you want to use for sniping. You can snipe using one or multiple wallets simultaneously.

* Balance is shown next to each wallet.
* Click the refresh icon to reload balances.

### Target Mode

Choose your sniping mode:

* **Targeted**: Snipe specific tokens by entering a **Dev Wallet**, **Token Symbol**, or **Token Address**.
* **Mass**: Auto-snipe all available tokens on selected platforms.

### Dev Wallet (for Targeted)

Enter the **wallet address of the token developer**.\
Sniper will track and react based on this wallet’s activity.

### Token (for Targeted)

Enter either:

* **Token Symbol** (e.g., BONK)
* **Token Address** (if known)

This helps filter exactly which token to target if using Targeted mode.

### Launchpad Migrations Only

Toggle this ON to only snipe tokens that are **migrated from launchpads to DEXes** (e.g., Pump.fun → Raydium). Useful for hunting post-launch liquidity additions.

### Platform Selection

Select one or more platforms to target with your sniper.\
Supported:

* Raydium
* Meteora
* Pump.swap
* Pump.fun
* Launchlab
* Moonshot
* Boop.fun

Each shows the number of available tokens or targets.

## <mark style="color:blue;">Snipe Settings (Right Side Panel)</mark>

### Snipe Amount

Enter the amount of **SOL** to use for the snipe.\
You can use the balance icon to auto-fill with available funds.

### Slippage

Set your slippage tolerance (%).\
This determines how much price impact you're willing to accept for the trade to go through.

> Example: `1000%` = very high tolerance, suitable for illiquid snipes.

### Tip Amount

Amount of SOL you want to **tip to the platform/dev** to increase snipe success rate.

### Priority Fee

Amount of **additional fee** to include in the transaction to speed it up.\
This helps your transaction land faster than competitors.

### Advanced Options

* Anti MEV: Enable protection from **MEV bots** and front-runners.
* Auto Renew: Automatically re-send snipe with the same settings when conditions reset.
* Auto Sell: Enable to automatically set **Take-Profit / Stop-Loss** after successful snipe.
* Snipe WSOL: If the token is paired with **Wrapped SOL**, enable this option to allow successful sniping.

## <mark style="color:blue;">Final Step</mark>

Click **"Snipe Now"** to start the sniping process with your selected settings.

## <mark style="color:blue;">Sniper V2 on Telegram Bot</mark>

Sniping with MevX is also available directly in the Telegram Bot.

* To begin, simply use the **`/sniper`** command.
* Pick your preferred Snipe Mode:

1. Targeted Mode: Snipes tokens based on filters you set: **Dev Wallet**, **Token Symbol**, and **Token Address**. *(All filters are optional.)*
2. Mass Mode: Snipes **all tokens** on your selected DEXs without validating dev or token address. *(This mode is less restrictive and may expose you to higher risk).*

{% hint style="info" %}
**Tips:** Use **`/newsniper {targeted | mass}`** to quickly pick your snipe mode and move to the next step.
{% endhint %}


---

# 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.mevx.io/docs/feature-ecosystem/sniper-feature/sniper-v2.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.
