> For the complete documentation index, see [llms.txt](https://mintechbots.gitbook.io/mintech-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mintechbots.gitbook.io/mintech-guide/defi/snipe-methods.md).

# Snipe Methods

{% embed url="<https://i.gyazo.com/369bab3f048249d30013c4f994b90723.mp4>" %}
Click on the checkbox and select Buy
{% endembed %}

Fill in your desired gas values, swap amount, slippage and select which uniswap version you want.

<figure><img src="/files/v6dnuh5VDE0Eb2jEu2qI" alt=""><figcaption></figcaption></figure>

To send the transaction as bundle simply mark the checkbox "Send as bundle" , for more details check out the shitcoins [MEV Bundling Guide](/mintech-guide/shitcoins/create-task/mev-bundling.md) it is really important to get your bloxroute key.

<figure><img src="/files/oXf6Mi4vHNvkbDZiBwYb" alt=""><figcaption></figcaption></figure>

The more interesting part is coming, our advanced snipe methods. We have 4 methods: Limit buy, Limit buy MC, Exact Tokens Snipe and Exact Supply snipe.

When Auto Approve is enabled bot will send an approve transaction after the snipe.

<figure><img src="/files/Kh6arp7c58RX3JiGdiog" alt=""><figcaption><p>For limit buy, you try to snipe at a specific price % below the current price</p></figcaption></figure>

<figure><img src="/files/BsMfhSXyqZgeV5537hTO" alt=""><figcaption><p>For Limit Buy MC, you can ignore the target MC section. Just input the custom MC with the full amount and bot will try to snipe at that MC.</p></figcaption></figure>

<figure><img src="/files/Jsn74XtULqnOe9WAs4pP" alt=""><figcaption><p>For Exact Tokens, bot tries to buy the amount of tokens you input.</p></figcaption></figure>

<figure><img src="/files/v4CrDkelykJkGZ5tmrdT" alt=""><figcaption><p>For Exact Supply, bot tries to buy the specific % input you put of the token supply</p></figcaption></figure>


---

# 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://mintechbots.gitbook.io/mintech-guide/defi/snipe-methods.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.
