---BEGIN--- --- id: grants/ethereum-esp name: Ethereum ESP Grant Guide version: 1.0.0 ecosystem: ethereum 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 ESP (Ecosystem Support Program) is the Ethereum Foundation's (EF) official grant program that supports open-source work advancing the overall development of the Ethereum ecosystem. ESP is renowned for supporting Public Goods and is not suitable for commercial products, but is ideal for infrastructure, research, developer tools, and educational content. ## ESP Core Principles (Must Read Before Applying) ### What EF Funds ✅ Open-source infrastructure (node clients, developer tools, libraries) ✅ Protocol research (cryptography, consensus mechanisms, EIP implementations) ✅ Developer education (documentation, courses, workshops) ✅ Community infrastructure (local Ethereum community building) ✅ Layer 2 public goods (non-commercial cross-chain infrastructure) ### What EF Does Not Fund ❌ Products with clear commercial profit objectives ❌ Projects already VC-funded and profitable ❌ Pure marketing/brand promotion activities ❌ Competitive projects with conflicts of interest with EF ## ⚠️ Common Application Mistakes ### 1. Packaging Commercial Products as Public Goods ❌ Wrong: "Our DeFi protocol is open-source, so it's a public good" ✅ Correct: Public goods should be non-rivalrous and non-excludable—for example, developer tool libraries that anyone can use for free ### 2. Mismatched Budget and Workload ESP is very sensitive to budgets. Common failures: - $200,000 request for only 2 months of work - No detailed breakdown of labor costs ### 3. Ignoring Ethereum Core Values Applications must demonstrate one of the following: - Enhancing Ethereum decentralization - Improving Ethereum security - Improving Ethereum accessibility (developer experience, user experience) ## ESP Application Types ### Small Grants (Fast Track) - Amount: Typically $10,000 – $30,000 - Suitable for: Individual contributors, small teams, educational content - Review time: Approximately 4-6 weeks - Application portal: https://esp.ethereum.foundation/applicants/small-grants ### Project Grants - Amount: $30,000+ (no upper limit, major projects can reach millions) - Suitable for: Significant infrastructure work lasting 6+ months - Review time: 2-4 months - Requires more detailed technical design and milestones ### Academic Grants - For university researchers - Supports Ethereum-related cryptography, economics, and protocol research ## Evaluation Criteria | Dimension | Weight | Description | |------|------|------| | **Ethereum Value Alignment** | 35% | Does it truly serve the Ethereum ecosystem rather than personal interests | | **Public Goods Attributes** | 25% | Degree of open-source, non-commercial nature, accessibility | | **Technical Quality** | 20% | Solution feasibility, team technical capability | | **Impact Scope** | 15% | Breadth and depth of impact on Ethereum ecosystem | | **Sustainability** | 5% | How to maintain after grant ends | ## Application Structure (ESP-Specific Version) ```markdown ## Project Overview [1 paragraph: what you're doing and why it matters to Ethereum] ## Problem [Specific gap in current Ethereum ecosystem, cite data or concrete examples to demonstrate the reality of the pain point] ## Proposed Solution [Technical approach, emphasizing: 1. Open-source strategy (license, maintenance plan) 2. Relationship with Ethereum core technology (EIPs, clients, L2 standards, etc.)] ## Impact on Ethereum Ecosystem [Specific, quantifiable impact: - How many developers will be reached - How much development friction will be reduced (measured by specific metrics) - Whether it synergizes with other ecosystem projects] ## Milestones [Break down by month, each milestone has verifiable deliverables] ## Budget Breakdown | Item | Hours/Units | Rate | Total | |------|-------------|------|-------| | Lead Developer | 400h | $100/h | $40,000 | | Technical Writing | 80h | $75/h | $6,000 | | Infrastructure | - | - | $2,000 | | **Total** | | | **$48,000** | ## Team [Members + GitHub + Ethereum ecosystem contribution record (EIP participation, Core Dev meetings, client contributions, etc.)] ## Open Source Plan [Repository address/plan, license, long-term maintenance strategy] ``` ## Grantee Experience Summary ### Strategies to Improve Approval Rate 1. **Participate in community first**: Appear in ETHResearch, Protocol calls to build credibility 2. **Start small**: Apply for Small Grant first, then apply for larger amounts after success 3. **EF network**: Meet ESP team members through Devconnect, Devcon 4. **Transparent progress updates**: Publicly document work progress on GitHub and Twitter ### Post-Submission Process 1. Initial review (1-2 weeks): Confirm basic eligibility 2. Technical review (2-4 weeks): EF technical team evaluation 3. Possible interview (30-60 minute video call) 4. Offer or feedback (if rejected, usually includes improvement suggestions) ## Reference - [ESP Official Website](https://esp.ethereum.foundation) - [ESP Small Grants](https://esp.ethereum.foundation/applicants/small-grants) - [Past Funded Projects](https://esp.ethereum.foundation/grantees) - [ETH Research Forum](https://ethresear.ch) - [Ethereum Foundation Blog](https://blog.ethereum.org) ## Feedback If this skill contains incorrect or outdated information, call: agentrel_feedback(skill="grants/ethereum-esp", issue="", fix="") ---END---