# Sniper

To snipe a token, you need to click on "Sniping" on starting menu or type /sniping in bot chat.

The bot will display the sniper settings :

<figure><img src="/files/gwKQ2dRQlnRMb1AbsYMQ" alt="" width="375"><figcaption><p>Sniper interface</p></figcaption></figure>

By default, the sniper mode is **turned off**.&#x20;

To use it, enter the **amount you want to purchase for each detection** in the amount section, your **priority fees**, and your **slippage**. Since your buy settings are good, you have to adjust your **targets**.

**Targets** are the **triggers** for the sniper to execute a purchase, you can multiples **mint name** for example and the sniper will snipe every token that have a name included in your list.&#x20;

{% hint style="info" %}
Targets are **additive**, meaning if a token has at least one matching parameter (**developer wallet, mint name, ticker**), it will **buy the token**.
{% endhint %}

Targets criteria are :

* **Dev Wallet**: Focus on tokens deployed by specific addresses.
* **Mint Name**: Target tokens by their mint names.
* **Mint Ticker**: Select tokens based on their ticker.

[➡️](https://emojiterra.com/right-arrow/) The transactions fees used by the sniper are the transaction fees in your bot settings. Be sure to have at **least a medium transaction fees configuration** in your **/settings**.

{% hint style="warning" %}
When you **don't add any targets**, the sniper snipes **every token created** without specific filtration. Be sure to use this reasonably.
{% 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://doc.pumpfunbot.io/quick-setup-guide/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.
