Case Study Solana Foundation

Institutional-Grade SOL
Intelligence at Scale.

How WRKSHP.DEV built the definitive tracking platform for Digital Asset Treasuries, now monitoring $4B+ in institutional Solana holdings with zero manual intervention.

S
SSR

Industry

Digital Assets / FinTech

Model

Data Platform + Monetized API

Volume

$4B+ Tracked Holdings

Stack

Next.js / Convex / QuickNode

Executive Summary

Strategic Solana Reserve is the most trusted source for tracking institutional Solana adoption. Commissioned by the Solana Foundation and now sponsored by QuickNode, the platform aggregates real-time data on Digital Asset Treasury companies (DATs), publicly traded firms that hold SOL on their balance sheets to provide investors equity-based exposure to the Solana ecosystem.

The platform tracks 19 entities across three continents, representing approximately 17 million SOL tokens (roughly 3% of total supply) valued at over $4 billion. Unlike manual tracking solutions, SSR operates on an "automation first" principle, running 20+ scheduled jobs that continuously pull data from blockchain verification, SEC EDGAR filings, financial market APIs, ETF sponsor websites, and social media sources.

WRKSHP.DEV was engaged to build the entire platform from concept to production, including the public-facing dashboard, admin tools, monetized API infrastructure, and AI-powered features. The result is a Bloomberg Terminal-style experience purpose-built for the emerging DAT asset class.


02

The Data Fragmentation Problem

Institutional Solana adoption was growing rapidly, but no single source of truth existed. Investors, researchers, and media outlets were forced to manually piece together information from dozens of disparate sources, leading to outdated data and missed opportunities.

  • Scattered Data Sources: SOL holdings data was spread across SEC filings, blockchain explorers, ETF prospectuses, and company announcements with no unified view.
  • Manual Update Lag: Existing tracking methods relied on manual updates, meaning data could be days or weeks stale by the time it reached analysts.
  • Verification Gaps: No standardized way to verify claimed holdings against on-chain wallet balances, leading to trust issues in reported figures.
Data Gap

SEC Filings

Blockchain

ETF Data

News/Social

Fragmented across 8+ sources


03

Automation-First Architecture

We built a fully automated data pipeline that treats every data source as a first-class integration. The platform runs continuously without human intervention, only surfacing content for approval when AI-generated outputs require review.

SEC EDGAR Scraper

Automated parsing of 10-K, 8-K, and proxy filings to extract SOL purchase announcements, treasury updates, and corporate disclosures. The system flags new filings within minutes of publication.

Entity Dashboard

Real-time rankings of all DAT entities by holdings, complete with mNAV ratios, stock metrics, verification status, and direct links to source documentation. Each entity gets a dedicated profile page.

AI Chat Assistant

Natural language interface for querying the database. Users can ask questions like "Which companies added SOL this quarter?" or "What's the correlation between SOL price and treasury announcements?"

04

Integration Configuration

config/data_pipeline.yaml
Read Only
pipeline_config:
  client_id: "strategic_solana_reserve"
  mode: "continuous_aggregation"

  # Data Source Integrations
  sources:
    sec_edgar:
      schedule: "*/15 * * * *"  # Every 15 minutes
      filings: ["10-K", "8-K", "DEF 14A"]
      action: "parse_and_extract_sol_mentions"
    
    blockchain_verification:
      schedule: "*/5 * * * *"   # Every 5 minutes
      provider: "quicknode_rpc"
      action: "verify_wallet_balances"
    
    etf_sponsors:
      schedule: "0 */4 * * *"   # Every 4 hours
      sources: ["grayscale", "vaneck", "21shares"]
      action: "scrape_holdings_pages"

  # AI Content Generation
  twitter_automation:
    enabled: true
    trigger: "new_entity_detected"
    workflow: "draft_then_approve"
    model: "gpt-4o"

The platform's scheduling configuration demonstrates the automation-first approach. Each job runs independently, with built-in retry logic and alerting.


05

Outcome & Benchmarks

20+

Scheduled Jobs

Fully automated

19

Entities Tracked

3 continents

<5min

Filing Detection

99% faster

99.9%

Platform Uptime

QuickNode infrastructure

"WRKSHP.DEV delivered exactly what we envisioned: a Bloomberg Terminal for Digital Asset Treasuries. The automation-first approach means we're always first to report on new institutional moves."

Strategic Solana Reserve

Platform Stakeholder

Ready to build your data platform?

Deploy the same automation-first infrastructure used by SSR today.

Book A Call