Calculation

How Mint Rankings Are Calculated

Mint rankings are built from per-mint accumulators updated by CreateEvent, TradeEvent, completion and fee-related events.

Stored mint fields

FieldMeaning
buy_lamportsTotal observed buy-side SOL flow for the mint.
sell_lamportsTotal observed sell-side SOL flow for the mint.
total_lamportsbuy_lamports plus sell_lamports.
net_lamportssell_lamports minus buy_lamports.
real_sol_reservesLatest observed real SOL reserves from trade data, or converted quote reserves where needed.
created_at_msFirst CreateEvent timestamp stored write-once for the mint.

Sort indexes

  • updated_at sorts by latest observed trade time.
  • created_at sorts by launch time.
  • buy_amount, sell_amount and total_amount sort by SOL flow.
  • buy_events, sell_events and total_events sort by transaction counts.
  • in_curve sorts by latest real SOL reserves.
  • earned_cashback sorts by cashback earned; claimed_creator_fee is a legacy sort name currently backed by the per-mint TradeEvent creator_fee accumulator.

Flag filters

Mints can be filtered by cashback, creator fee, mayhem, tokenized agent, charity, graduated, not graduated, flagged and unflagged buckets. Flags are monotonic: once observed, they stay true for that retention window.