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.
4,781
Total registered users on the network, all time.
Distinct players
i
COUNT(DISTINCT COALESCE(users.merged_into, daily_plays.user_id)) FROM daily_plays JOIN users ON user_id. Merged accounts collapse onto their surviving identity, so a guest-to-signed-in merge counts once.
1,294
Unique accounts that have completed at least one run.
Named members
i
COUNT(*) FROM users WHERE handle IS NOT NULL AND handle NOT ILIKE 'player%' AND handle NOT ILIKE 'guest%' AND handle NOT ILIKE 'anon%' AND handle does not match 'retired-' or '-retired-' (the retired-ghost patterns). Auto-generated handles and retired ghost handles are excluded.
508
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.
3,766
Finished six-question rounds, all time, on the daily drop.
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.
746,942
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.
746,042
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.
78,940
BUZZ earned by guests, held until they claim their session.
Live boards
i
COUNT(*) FROM custom_drops WHERE status = 'live'.
19
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.
648
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 confirmed_at IS NOT NULL. Every non-farm subscriber who clicked the confirmation (magic) link — proof of a real, deliverable inbox. Beehiiv double opt-in is no longer used; confirmation is via Resend magic link.
510
Subscribers who confirmed their email via the magic link — a verified, deliverable inbox.
Confirmation rate
i
verifiedSubscribers ÷ clubSignups, as a percent. Funnel health: how many signups become confirmed, real subscribers.
79%
Share of non-farm signups who confirmed their email.
Days live
i
floor((today_utc − MIN(play_date) FROM daily_plays) / 1 day). Anchored to first real play, not launch date.
70
Days since the first recorded play on the network.

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

Build 43f6415f · built 2026-09-10 15:33 UTC