# Sniper

{% hint style="info" %}
Sniping is crucial for fast trades during liquidity migrations. It helps you send transactions quickly, outpacing the competition when timing is critical.
{% endhint %}

{% embed url="<https://youtu.be/29RnMbXZVZk>" %}

***

### Sniper Buy Task

{% stepper %}
{% step %}
Access <kbd>🎯 LP Sniper</kbd> easily from the home menu or by using the <kbd>/sniper</kbd> command.

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2FAvofK9a4dpzQvr2Z2lmS%2F1.png?alt=media&#x26;token=ccf8113e-f550-4d1e-bfff-4f5b38de9cbe" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Tap <kbd>🎯 Create Task</kbd>.

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2FxlP6AT6wQL6kFWOfvuTq%2FScreenshot%202025-05-28%20alle%2015.12.50.png?alt=media&#x26;token=f90b5f20-9c42-4fd6-996a-ca103c4bdd13" alt=""><figcaption></figcaption></figure></div>

| Button      | Action                         |
| ----------- | ------------------------------ |
| Create Task | Create a new task.             |
| Pause All   | Pause all active sniper tasks. |
| Start All   | Start all active sniper tasks. |
| Delete All  | Delete all sniper tasks.       |

<div align="left"><figure><img src="https://4108356913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtLeahxvohQr3fYBgeulA%2Fuploads%2FkVVsF7eXNu7HGSy2GddW%2FScreenshot%202025-05-28%20alle%2013.00.11.png?alt=media&#x26;token=f511759b-2745-41f9-8345-8386f5f39883" alt=""><figcaption></figcaption></figure></div>

| Button         | Action                                                                                                            |
| -------------- | ----------------------------------------------------------------------------------------------------------------- |
| Wallet         | Select the wallets to activate for this task.                                                                     |
| Platforms      | Choose the platforms to activate this task on. After selection, the task will be enabled on all chosen platforms. |
| Switch to Sell | Refer to the dedicated guide.                                                                                     |
| Buy Amount     | Choose the SOL amount to buy.                                                                                     |
| Fee            | Set the transaction fee for buying.                                                                               |
| Buy Tip        | Set the target buy tip fee to prioritize the inclusion of your transaction in the next block.                     |
| Slippage       | Set the buy slippage percentage.                                                                                  |
| Min Amount Out | Set the minimum number of tokens you want to receive.                                                             |
| Deployer       | <p>• Enter the deployer address.</p><p>• Type <code>-1</code> to disable it.</p>                                  |
| {% endstep %}  |                                                                                                                   |

{% step %}

#### Sniper Sell Task (Insta Dump)

{% hint style="info" %}
Use this insta dump feature if you are looking to instantly sell once the liquidity pool is live.
{% endhint %}

| Button           | Action                                                                                                            |
| ---------------- | ----------------------------------------------------------------------------------------------------------------- |
| Wallet           | Select the wallets to activate for this task.                                                                     |
| Platforms        | Choose the platforms to activate this task on. After selection, the task will be enabled on all chosen platforms. |
| Switch to Buy    |                                                                                                                   |
| Sell Amount      | Choose the % to sell.                                                                                             |
| Fee              | Set the transaction fee for selling.                                                                              |
| Sell Tip         | Set the target sell tip fee to prioritize the inclusion of your transaction in the next block.                    |
| Slippage         | Set the sell slippage percentage.                                                                                 |
| Min Amount Out   | Set the minimum number of tokens you want to receive.                                                             |
| Deployer         | <p>• Enter the deployer address.</p><p>• Type <code>-1</code> to disable it.</p>                                  |
| {% endstep %}    |                                                                                                                   |
| {% endstepper %} |                                                                                                                   |


---

# 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.bloombot.app/solana/solana-bot/sniper.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.
