# Auto-Sell

Auto-Sell groups all protections that trigger an automatic sale after a purchase. Each protection is independent — the first one triggered executes the sale.

Access this page from **🎯 Sniper → Auto-Sell**.

***

## 🔴 Stop Loss

Automatically sells if your position loses too much value.

|         |                                          |
| ------- | ---------------------------------------- |
| Unit    | % (negative)                             |
| Example | -50% → sells if you lose half your stake |

> Essential to protect yourself from rugs. A value between -40% and -70% is common.

***

## 💤 Inactivity

Automatically sells if nobody buys or sells this token for a certain amount of time.

|         |                                            |
| ------- | ------------------------------------------ |
| Unit    | seconds                                    |
| Example | 120 → sells after 2 minutes of no activity |
| At 0    | Disabled                                   |

> A token with no activity is often abandoned. This protection gets you out before it rugs.

***

## ⏩ Early Sell

Automatically sells if the token hasn't reached a minimum number of buys after a delay.

| Parameter    | Role                            |
| ------------ | ------------------------------- |
| Check delay  | After how many seconds to check |
| Minimum buys | How many buys are expected      |

**Example:** Check at 30 seconds, minimum 5 buys → if the token has fewer than 5 buys after 30s, the bot sells.

> Good tokens accumulate buys very quickly. This filter eliminates tokens with no traction.

***

## 🚨 Rug Check

If a token performs very poorly, the bot sells **and blacklists the creator** so it never buys their tokens again.

| Parameter     | Role                            |
| ------------- | ------------------------------- |
| Check delay   | After how many seconds to check |
| PNL threshold | Below what % loss to blacklist  |

**Example:** Check at 60 seconds, threshold -80% → if PNL is below -80% after 1 minute, sell + creator blacklisted.

> The bot automatically learns to avoid creators who rug.

***

## Summary

| Protection     | Trigger                            |
| -------------- | ---------------------------------- |
| 🔴 Stop Loss   | PNL below the configured threshold |
| 💤 Inactivity  | No trades for X seconds            |
| ⏩ Early Sell   | Not enough buys after X seconds    |
| 🚨 Rug Check   | Very low PNL + creator blacklist   |
| 📈 Take Profit | PNL above the configured threshold |

> All these protections can be active at the same time. The first one triggered executes the sale and cancels the others.


---

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