Overview
Every wallet on Predexon is automatically classified with trading labels based on its on-chain activity. These labels power the wallet profile, cohort stats, leaderboard filtering, and smart money analytics. Labels fall into two categories: behavioral labels (how a wallet trades) and entry price labels (what prices a wallet buys at).Behavioral Labels
These describe how a wallet trades based on trade frequency, sizing, and win rate.Entry Price Labels
These describe what prices a wallet enters positions at, revealing conviction and risk appetite.Primary Trading Style
Each wallet is assigned a singleprimary_trading_style label, derived by priority order:
Entry price labels (HIGH_CONVICTION, CONTRARIAN, VALUE_HUNTER) are independent and do not affect the primary trading style. A wallet can be a WHALE and a CONTRARIAN at the same time.
Minimum Requirements
Labels are only assigned once a wallet meets minimum activity thresholds to ensure statistical significance:
Wallets below these thresholds will have
primary_trading_style: "UNKNOWN" and all boolean label columns set to false.
Custom Filtering
Theprimary_trading_style field is a convenient default, but you are not limited to it. Every label is available as an individual boolean field, so you can combine them however you like.
For example, to find wallets that are both whales and contrarians, filter the leaderboard with:
Next Steps
Wallet Profile
See all labels for a specific wallet
Cohort Stats
Compare performance across trading styles
Leaderboard
Filter the leaderboard by any label combination
Filter Wallets
Find wallets by market activity and labels
