Network stats

v1

Version 1. These are the network-wide numbers, queried live. Version 2 adds per-board partner dashboards — built from what we learn watching these.

Last updated · Figures refresh automatically.

Accounts created
i
COUNT(*) FROM users. Every row is one registered account; no filters applied.
1,040
Total registered users on the network, all time.
Distinct players
i
COUNT(DISTINCT user_id) FROM daily_plays. Guests and signed-in users both counted once per identity.
439
Unique accounts that have completed at least one run.
Named members
i
COUNT(*) FROM users WHERE handle IS NOT NULL, excluding auto handles (player%, guest%, anon%) and retired handles.
219
Users who have chosen a real handle (excludes auto-generated and retired handles).
Runs completed
i
COUNT(*) FROM daily_plays. One row is written per completed 6-question round.
812
Finished six-question rounds, all time.
BUZZ earned all-time
i
SUM(amount) FROM buzz_ledger WHERE quarantined = false AND amount > 0. This is the odometer figure shown on the homepage counter — earnings only, no negative rows.
103,615
Gross BUZZ ever credited to real, un-quarantined accounts (before any redemption debits).
BUZZ banked (net of redemptions)
i
SUM(amount) FROM buzz_ledger WHERE quarantined = false. Includes negative rows (redemptions), so this nets out anything already spent — always ≤ BUZZ earned all-time.
103,090
Net BUZZ currently held on real, un-quarantined accounts after redemption debits.
BUZZ pending guest claim
i
SUM(amount) FROM buzz_ledger WHERE quarantined = true. Released to a real account on sign-in / claim.
29,170
BUZZ earned by guests, held until they claim their session.
Live boards
i
COUNT(*) FROM custom_drops WHERE status = 'live'.
3
Custom token boards currently in the live status.
Club signups
i
COUNT(*) FROM club_subscribers WHERE COALESCE(suspected_farm, false) = false. Every non-farm-flagged signup row, all time. Includes signups not yet email-verified.
259
Every non-farm-flagged signup row on the club mailing list, including any not yet email-verified.
Verified subscribers
i
COUNT(*) FROM club_subscribers WHERE COALESCE(suspected_farm, false) = false AND beehiiv_status = 'active'. Deliverable, double-opt-in-confirmed subscribers per Beehiiv status. This is the number our emails actually reach.
122
Deliverable subscribers our emails actually reach — Beehiiv-confirmed after double opt-in.
Days live
i
floor((today_utc − MIN(play_date) FROM daily_plays) / 1 day). Anchored to first real play, not launch date.
25
Days since the first recorded play on the network.

No emails, handles, or per-user rows appear on this page. Aggregates only.