Skip to content

Solana Narrative Radar - Detecting emerging ecosystem narratives from on-chain signals, GitHub activity, and KOL discourse

Notifications You must be signed in to change notification settings

kukaklaudio/solana-narratives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ”ฎ Solana Narrative Radar

Real-time detection of emerging Solana ecosystem narratives, synthesized from on-chain signals, GitHub activity, and key opinion leader (KOL) discourse.

Live Dashboard โ†’

๐ŸŽฏ What This Does

Monitors multiple signal sources across the Solana ecosystem and synthesizes them into actionable narratives, each with concrete build ideas.

Data Sources

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

Signal Detection Method

  1. Volume signals: Track what topics generate the most discussion, commits, and on-chain activity
  2. Authority signals: Weight statements from core contributors (Toly, Mert, Jump Crypto) higher
  3. Convergence signals: When multiple independent sources point to the same theme, signal strength increases
  4. Timing signals: Recent developments weighted more heavily than older trends

๐Ÿ“Š Detected Narratives (Feb 2025)

# 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

๐Ÿ’ก Top Build Ideas (Highlights)

  • 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

๐Ÿš€ Run Locally

# 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.html

๐Ÿ“ Project Structure

solana-narratives/
โ”œโ”€โ”€ index.html              # Dashboard (static HTML + vanilla JS)
โ”œโ”€โ”€ data/
โ”‚   โ””โ”€โ”€ narratives.json     # Narrative data (signals, build ideas, sources)
โ”œโ”€โ”€ README.md
โ””โ”€โ”€ package.json

๐Ÿ”„ Updating Narratives

The data/narratives.json file contains all narrative data. To refresh:

  1. Research current Solana ecosystem signals (on-chain data, GitHub, X/Twitter, ecosystem reports)
  2. Update the JSON with new narratives, signals, and build ideas
  3. Commit and push โ€” Vercel auto-deploys

๐Ÿ“ License

MIT


Built by @kukaklaudio

About

Solana Narrative Radar - Detecting emerging ecosystem narratives from on-chain signals, GitHub activity, and KOL discourse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages