# Rugger Configuration

Each rugger has its own settings page, accessible from **🔎 Rug Tracker → \[your rugger]**.

***

## 🎯 Rug Snipe

Enables automatic buying when a token from this rugger is detected.

| State   | Behavior                                             |
| ------- | ---------------------------------------------------- |
| **OFF** | Monitoring and notifications only — no buying        |
| **ON**  | Automatic buy as soon as the rugger launches a token |

> Start with OFF to observe the rugger's behavior before enabling buying.

***

## 💵 Buy Amount

How much SOL you put on each token from this rugger.

> Keep a reasonable budget — even a tracked rugger can surprise you. Start with 0.05–0.1 SOL.

***

## 📈 Take Profit

Percentage gain at which the bot automatically sells.

> Known ruggers often pump hard before dumping. A TP between 200% and 500% can maximize gains before the dump.

***

## ⚡ Instant Sell

If set, the bot automatically sells after this delay (in milliseconds), regardless of PNL.

| Value  | Behavior                             |
| ------ | ------------------------------------ |
| 0      | Disabled — sell only via Take Profit |
| 60 000 | Automatic sell after 60 seconds      |

> If you know a rugger always dumps within the first minute, set instant sell to 45–50 seconds to exit before them.

**Priority:** If Take Profit is reached before the delay ends, the sell triggers immediately via TP.

***

## Summary

| Parameter      | Role                     |
| -------------- | ------------------------ |
| 🎯 Rug Snipe   | Automatic buy ON/OFF     |
| 💵 Buy Amount  | Budget per token         |
| 📈 Take Profit | Profit sell threshold    |
| ⚡ Instant Sell | Exit after a fixed delay |

***

## Tips

1. **Observe first** — a few days in monitoring mode before activating Rug Snipe
2. **Limited budget** — start small, scale up if results are there
3. **Instant Sell** — very useful if you've identified a regular dump pattern


---

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