# Overview

The Cluster Sniper detects **coordinated buys**: multiple distinct wallets buying the same token within a short time window. This signal can indicate strong momentum or organized activity.

***

## Why it's interesting

When multiple wallets buy the same token within a few seconds, it's often a sign that something is happening. The Cluster Sniper enters on this signal, before the token takes off.

***

## How it works

1. The bot monitors all buys in real time
2. It groups buys for the same token within a time window
3. If a minimum number of **distinct** wallets buy within that window → signal detected
4. The bot checks the filters (market cap, amounts, similarity)
5. If everything is OK → automatic buy

***

## Difference from the main Sniper

| Main Sniper                  | Cluster Sniper                     |
| ---------------------------- | ---------------------------------- |
| Reacts to token **creation** | Reacts to **grouped activity**     |
| Buys at launch               | Buys after signal confirmation     |
| Higher risk signal           | Signal with multiple confirmations |

Both can be active at the same time.

***

## Enable the Cluster Sniper

Main menu → **🕵️ Cluster** → button **CLUSTER: OFF → ON**


---

# 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://dark-entry.gitbook.io/dark-entry-docs/cluster-sniper/cluster.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.
