DUMB MONEY / REFERENCE
Docs
The index is a public reading of retail intensity. This page explains the inputs, the calculation, and what the vault can prove on-chain.
The site uses public market and social feeds. It never holds a signing key, never invents a reading when a source is down, and shows the source work beside the number.
The number
The Dumb Money Index runs from 0 to 100. Higher means louder retail activity across the feeds that are currently answering.
Calculation
Each available input is compared with its own observed history. The result is converted into a 0–100 score, weighted, and combined with short-lived momentum from fresh real posts.
index = Σ(weight × source score) + momentum
source score = 100 / (1 + e^−z)
z = (reading − observed mean) / observed sd
Baselines learn from real readings while the site is calibrating. A failed source drops out instead of being replaced with a guess.
Live sources
- Reddit — recent GME activity across monitored communities.
- Stocktwits — message rate, bullish/bearish sentiment, and fresh posts.
- ApeWisdom — GME mentions and rank across stocks.
- Yahoo Finance — GME volume versus its five-day average and trending rank.
- DexScreener — GMEx Solana price, liquidity, and trading volume.
Source refreshes and post effects appear in the reasoning feed with links where the provider supplies them.
The feed
The reasoning panel is the audit trail for the current index. It reports source refreshes, real posts, momentum decay, and zone changes.
Zones
- Quiet, under 30 — the chest fills.
- Chatter, 30–60 — the vault agent receives an hourly buy signal.
- Loud, 60–80 — the vault agent receives a buy signal every 15 minutes.
- Apes in, over 80 — the chest-open signal follows the vault rules.
The site does not invent executions. Transaction accounting remains disabled until the vault agent's exact on-chain swap and transfer format is configured; until then, buy, fee, and claim history stays empty.
The vault
The vault is read-only from this site. The monitor polls the configured wallet every 30 seconds for balances and recent finalized transactions.
- SOL balance
- DMI token balance
- GMEx balance when its mint is configured
- Recent transaction signatures and balance changes
- 24-hour GMEx inflow from finalized token-balance deltas
The 24-hour chart counts only positive GMEx balance changes owned by the vault. Temporary RPC failures mark the affected scan unavailable; no balance, purchase, or inflow is estimated.
Holder scanning
Paste a Solana wallet on the Scan section of the index. The server reads its DMI balance, share of supply when available, SOL balance, GMEx balance, and token-account counts.
Scanning is read-only. There is no wallet connection and no transaction signing.
Public API
/api/index — current number, scores, sources, and live readings.
/api/thoughts — paginated reasoning feed.
/api/vault — read-only vault balances, finalized transactions, and monitoring state.
/api/coin — token market and holder data when available.
/api/wallet/:address — read-only wallet scan.
/api/events — live index, source, coin, and vault updates.