Skip to main content

Overview

common.tokens.profile_beta scores every token across liquidity depth, trading activity, trader concentration, and token legitimacy. Customers join to common.prices.hourly and filter by whatever threshold fits their use case, or use Allium’s built-in grades. Shipped as beta: the table name and classification column carry a _beta suffix. Thresholds and schema may change before GA. Coverage: ethereum, base, bsc, polygon, arbitrum, optimism, avalanche, solana.

Sample queries

Strict (institutional filter)

Custom thresholds

Scope to a chain (or set of chains)

Research (everything with context)

How grading works

Three stages:
  1. Signals — per-token metrics from DEX trades, pool liquidity, trader concentration, and the price source registry (7-day rolling window)
  2. Flags — signals combined into boolean gates (has_sufficient_liquidity, has_active_market, has_diversified_trading, has_stable_price, has_multi_day_history, has_vendor_price)
  3. Grade — type-aware cascading CASE assigns grade_a, grade_b, or grade_c. Stablecoins are graded against their peg. LSTs against liquidity depth and activity. Other tokens against market depth, activity, diversification, and price stability.
A composite quality_tier (1-5) and quality_score (0-100) are also exposed for customers who prefer numeric filters.

Schema

Unique key: (chain, address). One row per token per chain.

Identity

Pool liquidity

Trading activity (7d rolling)

Price quality

Market structure

Stablecoin-specific

Boolean flags

Composite grades

Limitations

  • Beta thresholds will be tuned. Schema values you filter on (allium_classification_beta, quality_tier, the raw signals) remain stable; the grade boundaries themselves may shift as we collect customer feedback.
  • Solana grading is sparser. Solana’s long tail of low-activity tokens is reflected in the grade distribution (the vast majority land in grade_c). Filter on is_realizable or allium_classification_beta IN ('grade_a','grade_b') for production use cases.

Methodology

Current threshold values used by the boolean flags. These may be tuned during beta based on customer feedback. Grade thresholds (stablecoin branch): Grade thresholds (LST and other branches):