# simd.watch SIMD-centric operational view for Solana activation, readiness, and rollout decisions. ## Canonical Entity SIMD (Solana Improvement Document) ## Canonical Routes - /simd/:id — SIMD detail (modal) - /simd/:id/page — SIMD full page (SEO-friendly, shareable) ## Key Capabilities - SIMD proposal lookup (status, author, category, content) - Feature gate activation by cluster (Devnet / Testnet / Mainnet-Beta) - Validator readiness (min Agave/Firedancer/Jito versions) - Stake-weighted version distribution ## Mental Model SIMD → feature activation → cluster state → validator readiness ## Backing APIs - GET /api/v1/simds — List all SIMDs with filtering (status, category, q, limit, format) - GET /api/v1/simds/:id — Get specific SIMD detail with feature gate data - GET /api/v1/features — Feature gates with SIMD metadata and per-network activation status - Params: network (mainnet|testnet|devnet), status (active|pending|inactive), format (json|csv), limit (max 500) - GET /api/v1/stake — Stake-weighted validator version distribution (mainnet) ## Discovery - /skill.md — Anthropic AgentSkills format - /llms.txt — This file - /for-agents — Human-readable agent integration guide - /robots.txt — AI crawler rules ## Route Policy - Canonical: /simd/:id - No legacy /?simd= support ## Notes - No auth required - Cache: ~5 min (Vercel ISR) - No hard rate limit (recommended: ≤1 req/min) - 100+ SIMDs, 60+ feature gates tracked