Gitcoin Grants is the flagship public goods funding program within the Gitcoin ecosystem, using quadratic funding — a mechanism designed by Glen Weyl, Vitalik Buterin, and Zoë Hitzig — to match a central donation pool to individual projects in proportion to how many unique donors contributed, rather than simply how much was donated in total. The core insight: a project receiving $1 donations from 1,000 different people represents broader community support than one $1,000 donation from a single whale — and the quadratic funding mechanism reflects this by giving the project with 1,000 donors a much larger match. Since 2019, Gitcoin Grants has run 19+ quarterly “rounds” funding open-source developers, Ethereum client teams, DeFi tooling, documentation, and community projects — distributing over $60M in matching funds (with individual rounds growing to $5-15M+). Gitcoin Grants is foundational infrastructure for Ethereum’s open-source ecosystem: many critical projects (MetaMask development, Ethereum node clients, L2 tooling) have received significant funding through the platform. The GTC governance token allows the Gitcoin community to direct platform policies, grant eligibility criteria, and treasury allocation, with Gitcoin DAO taking over from the founding company in 2021.
Quadratic Funding Formula
The QF match for a project is proportional to the square of the sum of square roots of contributions:
Match ∝ (√c₁ + √c₂ + … + √cₙ)²
Where $c_i$ is each individual contribution amount.
Example comparison:
| Scenario | Contributions | QF Score |
|---|---|---|
| Project A | 1 × $1,000 | $(sqrt{1000})^2 = 1,000$ |
| Project B | 1,000 × $1 | $(1000 times sqrt{1})^2 = 1,000,000$ |
Project B receives 1,000× the match of Project A, despite receiving the same total donation — because 1,000 unique donors signals much stronger community support than one wealthy donor.
Round Structure
- Grant Round opens: Projects apply; approved by Gitcoin review
- Donation period: Anyone can donate any amount to approved projects
- Matching pool: Pre-funded by Gitcoin DAO, protocols, individuals (e.g., Ethereum Foundation, Nouns)
- Anti-sybil: Gitcoin Passport score required to count toward quadratic match
- Distribution: Matching funds allocated via QF formula; sent to projects
Gitcoin Passport
Gitcoin Passport is a sybil-resistance tool that aggregates identity credentials:
- GitHub account age/activity
- Twitter/X followers and account age
- Proof of Humanity
- BrightID verification
- ENS name, NFT ownership, on-chain transaction history
Passport score determines whether your contribution is counted as a “unique human” for the QF formula — preventing one person from creating 100 wallets to multiply their quadratic impact.
Key Round Statistics
| Round | Year | Matching Pool | Projects Funded |
|---|---|---|---|
| Grant 1 | 2019 | $25K | ~25 |
| Grant 10 | 2021 | $1M+ | 200+ |
| Grant 15 | 2022 | $4M | 500+ |
| Grant 19 | 2023 | $10M+ | 600+ |
Related Terms
Sources
- “Liberal Radicalism: A Flexible Design for Philanthropic Matching Funds” — Buterin, Hitzig, Weyl (2018). Original academic paper introducing quadratic funding (called “Liberal Radicalism”) — the mathematical mechanism Gitcoin Grants is built on, proving that QF optimally allocates public goods funding subject to budget constraints, and showing why it outperforms both private markets (underprovision) and simple polls (one-person-vote).
- “Gitcoin Grants: An Empirical Analysis of Quadratic Funding in Practice” — Vitalik Buterin / Gitcoin (2021). Two-year retrospective on Gitcoin Grants rounds 1-10 — empirically measuring whether QF is actually producing better public goods outcomes than alternative allocation mechanisms, what patterns emerge in donor behavior, and identifying the main practical challenges.
- “Gitcoin Passport: Decentralized Identity for Sybil Resistance” — Gitcoin (2022-2023). Technical and product analysis of Gitcoin Passport — the identity aggregation and scoring system that determines which QF donations count as “unique human” contributions, enabling QF to function without a centralized identity provider.
- “Gitcoin DAO: Decentralizing the Grants Platform” — Gitcoin Foundation (2022). Analysis of Gitcoin’s transition from a centralized company (Gitcoin Holdings) to a DAO (Gitcoin DAO) — examining how governance was designed, GTC token distribution, the steward election model, and early DAO governance outcomes.
- “The Impact of Gitcoin Grants on Ethereum Public Goods” — Open Source Observer / Metagov (2024). Longitudinal study measuring the actual ecosystem impact of Gitcoin-funded projects — tracing funded projects’ downstream contributions to Ethereum, measuring code commits, protocol integrations, and user adoption of funded tools.