The Hyperliquid Whale Tracker is a specialized module in MagicTradeBot that monitors large wallet (โwhaleโ) activity on the Hyperliquid exchange. It detects significant trades in real time and can either generate signals for manual execution or execute trades automatically through copy-trading.
๐น Purpose
Monitor Whale Activity
Tracks verified, high-capacity wallets on Hyperliquid
Detects major on-chain trades that could influence market movements
React to Market Events
Provides signal-based alerts or automated trade execution based on whale behavior
High-impact signals allow traders to potentially follow market-moving wallets
Enhance Trading Strategies
Supports both signal-only mode (observe before trading) and fully automated copy-trading
- Enables integration with broader risk management and stop-loss strategies
๐น How It Works
Whale Wallet Tracking
Add trusted Hyperliquid wallet addresses to the
tracking_addresseslistAvoid tracking too many wallets to reduce signal noise
Execution Modes
Signal-only (
place_order: false): Receives notifications without executing tradesAutomated (
place_order: true): Bot mirrors whale trades in real timeSignal Broadcasting
Signals can be sent to:
- Web UI dashboards
- Telegram notifications
- System logs
Order Limits
Use
max_orders_per_whaleto limit exposure per wallet- Example:
max_orders_per_whale: 1โ one active trade per whale at a time
๐น Strategy Characteristics
| Feature | Description |
|---|---|
| Event-driven | Executes based on whale activity in real time |
| Low frequency, high impact | Few trades, but potentially significant market effect |
| Dependency on wallet quality | Profitable outcomes rely on the track record of tracked whales |
๐น Best Practices
- Track whales with consistent, long-term performance
- Avoid mirroring highly leveraged positions blindly
- Use global risk management and stop-loss rules in combination
- Regularly review and update the wallet list
๐น Activation
Set your trading mode in General settings:
TradingMode: hyperliquid-whale-copytrading- Start with signal-only mode to observe whale behavior safely before enabling automated trading
โ Key Takeaways
- Hyperliquid Whale Tracker allows traders to follow large, influential wallets in real time
- Provides options for manual signal observation or automated copy-trading
- Success depends on careful wallet selection, risk management, and stop-loss integration