Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ pnpm-error.log*
# cursor
.cursorrules
.cursor

# playwright mcp
.playwright-mcp/
40 changes: 40 additions & 0 deletions content/rounds/agr26.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
slug: 'agr26'
name: 'Academic Grants Round 2026'
description: 'Supporting Ethereum academic research with targeted funding for researchers and institutions.'
status: 'active'
tag: 'AGR26'
heroImage: '/images/academic-grants-25-hero.jpeg'
colorBrand: 'academicGrants2026Hero'
startDate: '2026-01-20'
endDate: '2026-03-24'
---

## About

The Academic Grants Round 2026 (AGR26) is designed to support academic research that advances the Ethereum ecosystem. We are looking for researchers and institutions working on projects that contribute to Ethereum's technical, economic, or social foundations.

### What We're Looking For

- Research that advances Ethereum's core protocol
- Studies on cryptographic primitives and security
- Economic analysis of Ethereum's mechanisms
- Research on scalability solutions
- Investigations into decentralized governance

### Eligibility

- Academic researchers at accredited institutions
- Independent researchers with demonstrated expertise
- Research teams working on Ethereum-related topics

### Timeline

- **Applications Open:** January 20, 2026
- **Applications Close:** March 24, 2026
- **Review Period:** March - April 2026
- **Announcements:** May 2026

### Support

For questions about this grant round, please contact [[email protected]](mailto:[email protected]).
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,14 @@
"focus-visible": "^5.2.0",
"formidable": "^2.0.1",
"framer-motion": "^11.0.5",
"github-slugger": "^2.0.0",
"google-spreadsheet": "^3.2.0",
"gray-matter": "^4.0.3",
"jsforce": "^1.11.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.546.0",
"next": "^14.2.35",
"next-mdx-remote": "^5.0.0",
"next-sitemap": "^2.5.7",
"papaparse": "^5.3.1",
"react": "^18.3.1",
Expand All @@ -46,6 +49,7 @@
"react-intersection-observer": "^8.33.1",
"react-markdown": "^8.0.0",
"redaxios": "^0.4.1",
"rehype-slug": "^6.0.0",
"sharp": "^0.33.2"
},
"devDependencies": {
Expand Down
Loading