Watchboard
Every Base L2 entity ranked by composite alpha signal. One score, one headline, recomputed each tick.
Ranked entities
| # | Symbol | Price | 24h | Vol 24h | Vol 7d | Mcap | Composite score & breakdown | Headline |
|---|---|---|---|---|---|---|---|---|
| Loading… | ||||||||
How the score is computed
The composite weights the existing signal_engine
score (60%) with two trading-focused additions: smart-money buy
pressure (25%) and newly-emerging smart-money entrants (15%).
Pure functions in shared/base/watchboard.py — every
component is reproducible without DB access.
- Price / 24h / Vol 24h / Mcap: live DEX stats from Uniswap v3/v4 + Aerodrome via the bankr stage's per-tick refresh. Sub-cent prices use subscript-zero notation (e.g.
$0.0₆3024= $0.0000003024 — count the subscript zeros, then read the digits). - Vol 7d: trailing 7-day on-chain swap volume computed by us from
.121:base.swaps— independent of the DEX-aggregator vol_24h above. - Score: 0–100 composite. Higher = stronger conviction. The Δ-arrow next to the number shows change since the prior tick.
- Breakdown bar: three stacked segments showing each weighted contribution — signal engine (blue), smart-money buy flow (green), new smart-money entrants (purple).
- Headline: the most actionable signal change this tick.
Each row is clickable — opens the per-entity dashboard.
Data: watchboard.json
— regenerated by scripts/compute_watchboard.py.