# Precision Snipes

### Precision - Defined risk, limited slippage. Safest for novices.

* Only executes below maximum market cap (mcap)
* Snipe fails with fixed loss if mcap limit exceeded
* Minimises unwanted snipes if price pumps rapidly after migration

### **Precision Setup**

1. Choose “**ONLY fill at or below X mcap**”<br>
2. “**Enter your max market cap in thousands (k) or millions (m)**”\
   Snipe will not execute above this market cap.<br>
3. “**Enter the max SOL you’re willing to risk losing**”\
   You’ll only lose this amount if the snipe doesn’t land.<br>
4. “**If snipe is successful, enter max SOL you’re willing to spend on fee + bribe**”\
   Spend more to land higher in the pecking order. Size according to conviction.<br>
5. “**Enter buy amount in SOL**”<br>
6. Click “**Confirm**” (or “**Abort Setup**”)


---

# 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.bonkbot.io/nighthawk-setup/precision-snipes.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.
