Skip to Content
Rugger ProtectionπŸ”€ Protection Modes

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:

  1. Your rugger (Wallet A) has 2.5 SOL
  2. Wallet A sends 2.5 SOL β†’ Wallet B (the wallet is emptied)
  3. The bot detects that Wallet A is now empty
  4. 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:

  1. You have configured a Transfer Range: 1.48 β€” 1.50 SOL
  2. Your rugger (Mother Wallet) sends 1.49 SOL β†’ Wallet C
  3. 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 behaviorRecommended 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)