Real-time detection of emerging Solana ecosystem narratives, synthesized from on-chain signals, GitHub activity, and key opinion leader (KOL) discourse.
Monitors multiple signal sources across the Solana ecosystem and synthesizes them into actionable narratives, each with concrete build ideas.
| Source | What We Track |
|---|---|
| On-Chain Metrics | Stablecoin supply ($17B+), DEX volumes, application revenue ($2.4B in 2025), token launches (11M in 2025) |
| Protocol Upgrades | Firedancer mainnet launch, Alpenglow consensus proposal, validator client diversity |
| GitHub Activity | Anza/Agave development, Solana Agent Kit, DePIN repositories, developer tooling |
| KOL Discourse | Toly (agentic coding, protocol evolution), Mert/Helius (infrastructure, Orb explorer), ecosystem reports |
| Ecosystem Reports | Helius H1 2025, Messari Q3 2025, CoinGecko narrative rankings, Franklin Templeton AI report |
- Volume signals: Track what topics generate the most discussion, commits, and on-chain activity
- Authority signals: Weight statements from core contributors (Toly, Mert, Jump Crypto) higher
- Convergence signals: When multiple independent sources point to the same theme, signal strength increases
- Timing signals: Recent developments weighted more heavily than older trends
| # | Narrative | Strength | Category |
|---|---|---|---|
| 1 | Firedancer & Alpenglow: The Infrastructure Leap | 95% | Infrastructure |
| 2 | AI Agents as First-Class Solana Citizens | 92% | AI ร Crypto |
| 3 | Institutional RWA Tokenization Wave | 88% | TradFi ร DeFi |
| 4 | Stablecoin Explosion & PayFi Infrastructure | 85% | Payments |
| 5 | DePIN: From Experiment to Real Infrastructure | 82% | Physical Infra |
| 6 | Consumer Apps Go Mainstream | 78% | Consumer |
- Agent Wallet Abstraction Layer โ Programmable wallets for AI agents with spending limits and audit trails
- Multi-Client Validator Dashboard โ Compare Firedancer vs Agave performance in real-time
- RWA Compliance Gateway โ KYC/AML middleware for tokenized assets on Solana
- Merchant Payment SDK โ Instant USDC settlement for e-commerce, replacing 3% card fees
- DePIN Node Marketplace โ One-click deployment across Helium, Hivemapper, and emerging networks
- Social Login + Wallet Kit โ Zero-friction onboarding with Google/Apple login
# Clone
git clone https://github.com/kukaklaudio/solana-narratives.git
cd solana-narratives
# Serve locally (any static server works)
npx serve .
# Or just open index.html in a browser
open index.htmlsolana-narratives/
โโโ index.html # Dashboard (static HTML + vanilla JS)
โโโ data/
โ โโโ narratives.json # Narrative data (signals, build ideas, sources)
โโโ README.md
โโโ package.json
The data/narratives.json file contains all narrative data. To refresh:
- Research current Solana ecosystem signals (on-chain data, GitHub, X/Twitter, ecosystem reports)
- Update the JSON with new narratives, signals, and build ideas
- Commit and push โ Vercel auto-deploys
MIT
Built by @kukaklaudio