Skip to Content
Rugger ProtectionProtection 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 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:

  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 to be configured in order to work.


Which mode should you choose?

Rugger behaviorRecommended 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)