# Chain Rotation Mode

This mode automatically follows a rugger's wallet rotations. When the rugger empties their wallet into a new one, the bot transfers its tracking to the destination — with no action required from you.

***

## How it works

```
Wallet A (known rugger)
   │
   └─ Empties funds → Wallet B (new)
                          │
                          └─ Empties funds → Wallet C
                                                 │
                                                 └─ Launches token X → 🎯 BUY
```

Every time the rugger empties a wallet by more than 85%, the bot follows the destination and continues monitoring from there.

***

## When a rotation is detected

The bot automatically sends a Telegram notification:

```
🔄 Rotation detected — [rugger]
Old wallet: ABC...XYZ
New wallet: DEF...UVW
Tracking transferred.
```

***

## Tracking depth

The bot can follow up to **20 consecutive rotations**. In practice, ruggers rarely rotate more than 3–5 times before launching a token.

***

## When the buy is triggered

If **Rug Snipe** is enabled, the bot automatically buys the next token launched from the active wallet (the end of the rotation chain).

***

## Best for

* Ruggers who change addresses with every rug
* Ruggers with a predictable rotation pattern
* Automating tracking without manually adding each new wallet


---

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