# Configuration

Access this page from the main menu → **🕵️ Cluster**.

***

## 👥 Minimum Wallets

Number of **different** wallets that must buy the same token within the time window to trigger a signal.

| Value | Effect                            |
| ----- | --------------------------------- |
| 2     | Many signals, less reliable       |
| 3 – 4 | Good balance                      |
| 5+    | Rare but highly confirmed signals |

> The same wallet buying multiple times counts as **one**.

***

## ⏱️ Time Window

Duration during which buys are grouped to detect a cluster.

| Value            | Effect                                 |
| ---------------- | -------------------------------------- |
| Unit             | milliseconds                           |
| 1 000 – 3 000 ms | Detects very close buys                |
| 5 000 ms         | Wider window — captures more movements |

***

## 📊 Amount Similarity

Verifies that cluster wallets buy comparable amounts. Avoids false signals where one large wallet buys a lot and small wallets buy very little.

| Value | Effect                                          |
| ----- | ----------------------------------------------- |
| 2.0   | The largest buy must not exceed 2× the smallest |
| 5.0   | Wider tolerance                                 |

***

## 💵 Buy Amount

How much SOL the bot spends when a cluster is detected.

***

## 📊 Maximum Market Cap

Does not buy if the token's market cap exceeds this value.

| Recommended value | 50 – 200 SOL |
| ----------------- | ------------ |

***

## 💰 Wallet Amount Range

Filters out buys from wallets that are not within the right amount range.

| Parameter      | Role                                  |
| -------------- | ------------------------------------- |
| Minimum amount | Ignores buys too small (volume bots)  |
| Maximum amount | Ignores buys too large (manipulation) |

***

## ⚡ Instant Sell

If enabled, the bot automatically sells after a fixed delay — without waiting for Take Profit or Stop Loss.

| State   | Behavior                                  |
| ------- | ----------------------------------------- |
| **OFF** | Sale managed by TP / SL normally          |
| **ON**  | Automatic sale after the configured delay |

> "Quick scalp" strategy — enter on the cluster momentum, exit a few seconds later.

***

## Summary

| Parameter          | Role                      |
| ------------------ | ------------------------- |
| 👥 Minimum Wallets | How many distinct wallets |
| ⏱️ Time Window     | Grouping duration (ms)    |
| 📊 Similarity      | Max/min ratio of amounts  |
| 💵 Buy Amount      | Budget per signal         |
| 📊 Max Market Cap  | Filter by market cap      |
| 💰 Min/max amount  | Wallet buy range          |
| ⚡ Instant Sell     | Quick exit after delay    |

***

## Recommended starting configuration

| Parameter            | Value    |
| -------------------- | -------- |
| 👥 Minimum wallets   | 4        |
| ⏱️ Window            | 3 000 ms |
| 📊 Similarity        | 5.0      |
| 💰 Min wallet amount | 0.05 SOL |
| 💰 Max wallet amount | 2 SOL    |
| 📊 Max market cap    | 100 SOL  |
| 💵 Buy amount        | 0.1 SOL  |
| ⚡ Instant sell       | OFF      |


---

# 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/config.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.
