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 removes 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 configured to work.
Which mode should you choose?
| Rugger behavior | Recommended mode |
|---|---|
| The dev empties a wallet and moves on to the next one | π€ Last Transfer |
| The dev has a mother wallet that funds child wallets | π Exchange Pattern |
| Youβre not sure | π€ Last Transfer (most common) |