> For the complete documentation index, see [llms.txt](https://stonks-bot.gitbook.io/stonks-bot-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stonks-bot.gitbook.io/stonks-bot-manual/sniper-mode.md).

# Sniper mode

To use the sniper function, just paste the CA token that has been deployed without LP added. You will see a similar view as in the example image below.

<figure><img src="/files/ICULIidZErnNxfDbHyi0" alt="" width="443"><figcaption></figcaption></figure>

You can choose the wallet that will be used to perform a snipe on a scanned token.

There are 3 modes avaliable for users to perform snipes.&#x20;

* always buy (100% accuracy) - this is the slowest mode but will ALWAYS execute the transaction. To use this mode, make sure **(✅always buy)** is selected.
* standard (\~95% accuracy) - set by default. Sweet spot between speed and accuracy. To use this mode, make sure **(✅standard)** is selected
* fastest (\~80% accuracy) - fastest mode, likely to get in first. There is a risk that this may fail due to the nature and architecture of the TON blockchain. To use this mode, make sure to select **(✅fastest)**.

Setting up a snipe is similar to buying any token. Just select a button with amount of ton, or choose X TON to type desired amount.

The refresh button will refresh the monitor, if LP has been added, it will change to the normal monitor of any live token.&#x20;

At the bottom you will be able to see your active snipe orders. To cancel any of your active snipes, just click on it. You can also view the list of active snipes in the bot at any time by typing `/sniper`.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://stonks-bot.gitbook.io/stonks-bot-manual/sniper-mode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
