How WRKSHP.DEV built the definitive tracking platform for Digital Asset Treasuries, now monitoring $4B+ in institutional Solana holdings with zero manual intervention.
Digital Assets / FinTech
Data Platform + Monetized API
$4B+ Tracked Holdings
Next.js / Convex / QuickNode
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.
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.
SEC Filings
Blockchain
ETF Data
News/Social
Fragmented across 8+ sources
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.
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.
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.
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?"
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.
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
Deploy the same automation-first infrastructure used by SSR today.