Calculation

How Active Account Rankings Are Calculated

Active account rankings are built from per-wallet Redis accumulators for trader, creator and route-account activity.

Account roles

RoleHow it is set
TraderA wallet receives buy or sell counts from TradeEvent rows attributed to that wallet.
CreatorA wallet appears as creator on CreateEvent rows and receives created-token counts.
Route accountA routed program-self path receives route buy/sell counts when PumpScan can identify that program actor.

Ranking metrics

MetricFormula or source
buy_lamportsSum of buy-side SOL lamports attributed to the wallet.
sell_lamportsSum of sell-side SOL lamports attributed to the wallet.
gainsell_lamports minus buy_lamports.
lossNegative gain, used to rank largest negative flow first.
gain_with_claimgain plus claimed cashback and claimed creator-fee lamports.
created_tokensCount of CreateEvent rows attributed to the creator wallet.

Important distinction

PumpScan does not currently calculate a single trader score. The rankings are explicit sortable metrics, not a hidden weighted formula.