memenet¶
Memecoin correlation network research toolkit.
A reproducible research framework for analyzing capital rotation patterns across Solana memecoins using correlation networks and lead-lag analysis.
Status: alpha. Phase 0 (scaffolding) only. Schemas and the CLI surface are wired up; computation lands in subsequent phases.
What it produces¶
memenet computes five research outputs over a configurable universe of Solana memecoins:
| Output | Description | Cadence |
|---|---|---|
| A — Network State | cluster structure, internal correlation, capital concentration | hourly |
| B — Hubs | which coins lead vs. lag within each cluster | daily |
| C — Rotation | capital flowing from one cluster to another | event-driven |
| D — Laggard | coins that historically follow a hub's moves | event-driven |
| E — Regime | self-diagnosis of the current market regime; gates A–D when degraded | hourly |
Output E is the meta-confidence input that gates the others. When the correlation structure breaks down, the universe churns beyond historical norms, or the live distribution drifts from the training distribution, downstream signals are suppressed or attenuated rather than fired with stale assumptions.
The goal is for the system to fail into "no signal" rather than "wrong signal" when operating outside the model's competence.
Get started¶
- Quickstart — install and run the test suite
- Methodology — the math behind correlation, Granger, Louvain, and the regime classifier