---BEGIN--- --- id: grants/solana-foundation name: Solana Foundation Grant Guide version: 1.0.0 ecosystem: solana type: guide time_sensitivity: time-sensitive source: community confidence: medium maintainer: AgentRel Community last_updated: 2026-03-19 feedback_endpoint: https://agentrel.vercel.app/api/feedback --- ## Overview The Solana Foundation funds ecosystem projects through multiple channels, including Solana Foundation Delegation (validator funding), Developer Grants (developer tools/infrastructure), and Ecosystem Grants. This guide focuses on applications for developer tools and ecosystem projects. ## Main Funding Channels ### 1. Solana Foundation Developer Grants - **Target**: Open-source infrastructure, developer tools, educational content - **Amount**: Typically $5,000 – $100,000 (depending on project scale) - **Application Portal**: https://solana.org/grants - **Timeline**: Rolling applications, approximately 4-6 weeks review ### 2. Solana Hackathon (Periodic) - Prize pools typically $500,000+ - Colosseum is the official partner platform: https://www.colosseum.org - Benefits: Rapid idea validation, gain visibility ## ⚠️ Common Mistakes & Important Notes ### 1. Must Be Solana Ecosystem-Specific Contributions ❌ Generic Web3 tools applying for Solana Grants ✅ Clearly explain why you're building on Solana and which Solana features you're using (high speed/low fees, Turbine, Firedancer, etc.) ### 2. Developer Grants Prioritize Open-Source Projects ❌ Closed-source commercial products ✅ MIT or Apache 2.0 open source, public GitHub repository ### 3. Value Solana Ecosystem Contribution History Having the following records significantly boosts your application: - Answering questions on Solana Stack Exchange - Contributing to solana-web3.js or Anchor framework - Publishing Solana-related technical articles - Participating in Solana Hackathons ## Key Evaluation Criteria | Dimension | Description | |------|------| | **Solana-Native** | Does it fully leverage Solana features (Parallel execution, State Compression, cNFT, etc.) | | **Developer Impact** | Can it help more developers build on Solana | | **Sustainability** | Does the project have a self-sustaining business model or community | | **Technical Quality** | Code quality, architecture design, documentation completeness | | **Team Execution** | Past delivery track record, GitHub activity | ## Application Structure (Solana-Specific Version) ```markdown ## Project Description [Brief description, 1-2 paragraphs, including core value proposition] ## Problem [Specific Solana ecosystem problem, preferably with data: active developer count, existing tool pain points, etc.] ## Solution [Technical approach, explain how you leverage Solana features: - Which Solana programs are used (e.g., Token Program, Metaplex, cNFT) - Where performance advantages come from] ## Impact on Solana Ecosystem [Quantified goals: - Expected number of developers impacted - GitHub star targets - Documentation/tutorial coverage] ## Milestones & Budget | Milestone | Deliverables | Timeline | Budget | |-----------|--------------|----------|--------| | M1 | ... | Week 1-4 | $X,XXX | | M2 | ... | Week 5-10 | $X,XXX | ## Team [Members + GitHub + relevant experience] ## Prior Work [Past Solana contributions, Hackathon participation records] ``` ## Milestone Example (SDK Tool Project) ```markdown ### M1 (Week 1-4): Core Functionality - Complete type wrapper for Solana web3.js v2 - 10+ unit tests covering main RPC methods - README + QuickStart documentation - npm package release (alpha version) Budget: $8,000 (1 engineer × 4 weeks) ### M2 (Week 5-8): Stable Release - Integration tests (Devnet environment) - Complete API documentation (TypeDoc) - 5+ real-world community project use cases - npm weekly downloads > 200 Budget: $6,000 ``` ## Pre-Application Preparation 1. GitHub repository already exists (even if empty, create it first) 2. Technical design document (PDF or public Notion/HackMD) 3. Team members' Solana ecosystem contribution records 4. If you have an MVP/Demo, record a 3-5 minute demonstration video ## Reference - [Solana Foundation Grants](https://solana.org/grants) - [Colosseum Hackathon](https://www.colosseum.org) - [Solana Developer Resources](https://solana.com/developers) - [Solana Stack Exchange](https://solana.stackexchange.com) ## Feedback If this skill contains incorrect or outdated information, call: agentrel_feedback(skill="grants/solana-foundation", issue="", fix="") ---END---