Skip to main content

Overview

Every signal that originates from a tracked wallet includes an inline whale profile derived from the wallet’s recent on-chain activity. The profile is computed on demand and cached per wallet for 6 hours to limit API calls.

Computed Fields

FieldDescription
Win RatePercentage of closed trades with positive P&L (requires API profit data)
Average SizeMean trade size in USD across the last 50 transactions
Top CategoryDominant market category based on keyword analysis
Total TradesCount of on-chain activity records retrieved
Win rate only populates when the Gamma API returns profit fields for the wallet. This is not always available for all wallets.

Category Classification

Market questions are classified into four categories by keyword matching against a fixed vocabulary:

🏛️ Politics

Keywords: trump, election, president, senate, democrat, republican

🏆 Sports

Keywords: nfl, nba, nhl, mlb, championship

₿ Crypto

Keywords: bitcoin, ethereum, btc, eth, defi

🌍 Geopolitics

Keywords: iran, russia, ukraine, china, war, nato
The Top Category field shows where a whale concentrates their activity — useful for understanding whether a wallet specialises in a domain you trust.

Whale Exit Notifications

This is one of the most important risk management features in the terminal.
When the terminal detects that a tracked whale has reduced or closed a position in a market where you are also long, an exit notification is sent immediately — regardless of whether your stop-loss or take-profit levels have been hit. This gives you the option to follow the whale out before the market moves against you. Exit notifications fire every 60 seconds (matching the position monitor cycle) and cannot be turned off independently — they are always active when monitoring is running.

Managing Followed Wallets

/wallets          — View all followed wallets
/wallets → Add    — Add a new wallet address
/wallets → Remove — Stop following a wallet
There is no hard limit on the number of wallets you can follow. However, the Intersection Pattern only checks the 10 most recently active wallets each cycle for performance reasons.