Protection Modes
The mode determines how the bot detects wallet changes. Only one mode can be active at a time.
📤 Last Transfer (default)
The bot monitors whether the wallet sends all of its SOL to a new address.
How it works:
- Your rugger (Wallet A) has 2.5 SOL
- Wallet A sends 2.5 SOL → Wallet B (the wallet is emptied)
- The bot detects that Wallet A is now empty
- The bot deletes Wallet A and adds Wallet B
This is the most common pattern : the dev empties their current wallet to use a new one.
📊 Exchange Pattern
The bot monitors transfers matching specific amounts defined in your Transfer Ranges.
How it works:
- You have configured a Transfer Range: 1.48 — 1.50 SOL
- Your rugger (Mother Wallet) sends 1.49 SOL → Wallet C
- The amount is within your range → Wallet C added to monitoring
This mode is designed for “mother” patterns : a central wallet that funds several child wallets with fixed amounts.
⚠️ This mode requires Transfer Ranges to be configured in order to work.
Which mode should you choose?
| Rugger behavior | Recommended mode |
|---|---|
| The dev empties one wallet and moves on to the next | 📤 Last Transfer |
| The dev has a mother wallet that funds child wallets | 📊 Exchange Pattern |
| You’re not sure | 📤 Last Transfer (the most common) |