> For the complete documentation index, see [llms.txt](https://bubble-bot.gitbook.io/bubblebot-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bubble-bot.gitbook.io/bubblebot-guide/bubble-sniper-bot/an-ultimate-sniper-to-dominate-them-all..md).

# An ultimate sniper to dominate them all.

Rather than requiring investors to actively trade, Bubblebot takes care of all the tasks and distributes profits among all investors. No action is required, just hold Bubblebot tokens to keep generating profits.

1. Bubblebot operates around the clock, 24/7.
2. It engages in trading only when specific conditions are satisfied.
3. Bubblebot is vigilant in recognizing rug pulls and honey-pots by analyzing patterns.
4. Its primary focus is on newly introduced tokens.
5. It strives to initiate purchases within the first two blocks of any newly launched token (expanding to the fourth block under certain conditions).
6. Bubblebot employs a confidential algorithm that considers over 20 unique variables before making a trading decision.


---

# 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://bubble-bot.gitbook.io/bubblebot-guide/bubble-sniper-bot/an-ultimate-sniper-to-dominate-them-all..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.
