# Configuration

Access this page from the main menu → **🎯 Sniper**.

***

## 💵 Buy Amount

How much SOL the bot spends on each automatic purchase.

|                      |                |
| -------------------- | -------------- |
| Unit                 | SOL            |
| Recommended to start | 0.05 – 0.1 SOL |

> Start small. You can increase once you're comfortable with the results.

***

## 📈 Take Profit

The bot automatically sells your position when it reaches this percentage gain.

|         |                                               |
| ------- | --------------------------------------------- |
| Unit    | %                                             |
| Example | 100% → sells when you have doubled your stake |

***

## 📉 Stop Loss

The bot automatically sells if your position drops below this percentage loss.

> See the **📉 Auto-Sell** page for Stop Loss details and all other auto-sell mechanisms.

***

## ⛽ Priority Fee

Extra fee paid to prioritize your transaction with Solana validators.

|                           |                  |
| ------------------------- | ---------------- |
| Unit                      | SOL              |
| Recommended quiet market  | 0.002 SOL        |
| Recommended active market | 0.005 – 0.01 SOL |

> The higher the fee, the more priority your transaction gets — but the more the purchase costs. Adjust based on market activity.

***

## 🔀 Slippage

Price variation tolerance accepted between when you send the transaction and when it is executed.

|             |          |
| ----------- | -------- |
| Unit        | %        |
| Recommended | 10 – 20% |

> If slippage is too low, your transaction may fail on very active tokens. 15% is a good balance.

***

## ⏱️ Dev Buy Window

Delay during which the bot waits to see if the token creator buys before triggering your purchase.

|             |                           |
| ----------- | ------------------------- |
| Unit        | ms (milliseconds)         |
| At 0        | Immediate buy, no waiting |
| Recommended | 200 – 500 ms              |

> A creator who buys their own token is often a good sign. This filter reduces false signals.

***

## ✨ Vibe Score

Automatic quality score calculated for each new token. The bot only buys tokens that exceed your minimum threshold.

|             |                                    |
| ----------- | ---------------------------------- |
| Range       | 0 (no filter) to 100 (very strict) |
| Recommended | 30 – 50 to start                   |

> The higher the score, the less the bot buys — but the better the signal quality.

***

## Summary

| Parameter         | Role                      |
| ----------------- | ------------------------- |
| 💵 Buy Amount     | SOL spent per purchase    |
| 📈 Take Profit    | % gain to sell            |
| ⛽ Priority Fee    | Transaction priority      |
| 🔀 Slippage       | Price variation tolerance |
| ⏱️ Dev Buy Window | Wait before buying        |
| ✨ Vibe Score      | Token quality filter      |


---

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