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.| Label | Column | Criteria |
|---|---|---|
| WHALE | is_whale | Average trade size at least 1,000 USD |
| MARKET_MAKER | is_market_maker | Buy ratio 40–60% AND at least 10 trades per position |
| ACTIVE_TRADER | is_active_trader | More than 4 trades per position |
| BUY_AND_HOLD | is_buy_and_hold | 2 or fewer trades per position |
| DEGEN | is_degen | Win rate below 35% AND at least 50 closed positions |
Entry Price Labels
These describe what prices a wallet enters positions at, revealing conviction and risk appetite.| Label | Column | Criteria |
|---|---|---|
| HIGH_CONVICTION | is_high_conviction | Avg buy price at or above 0.80 (buys heavy favorites) |
| CONTRARIAN | is_contrarian | Avg buy price at or below 0.25 (takes unpopular sides) |
| VALUE_HUNTER | is_value_hunter | Avg buy price between 0.35–0.55 (enters near 50/50 odds) |
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:| Requirement | Threshold |
|---|---|
| General classification | At least 5 trades and 3 days of wallet age |
| Entry price labels | At least 100 USD in buy volume |
| DEGEN label | At least 50 closed positions |
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
