Public Goods Funding
Public goods funding uses crypto mechanisms like quadratic funding and retroactive rewards to finance open-source infrastructure.
Key Takeaways
- Public goods funding solves the free-rider problem in crypto: open-source protocols, developer tooling, and research benefit everyone but are difficult to monetize, so dedicated mechanisms like DAO treasuries and matching pools direct capital toward these shared resources.
- Quadratic funding amplifies community support: matching funds are distributed proportionally to the square root of individual contributions, meaning a project with 100 donors giving $1 each receives more matching than one with a single $100 donor.
- Bitcoin development relies on grant-based models: organizations like OpenSats, Brink, and Spiral fund Bitcoin Core contributors directly, distributing millions annually to sustain the protocol's open-source development.
What Is Public Goods Funding?
Public goods funding refers to the mechanisms that crypto ecosystems use to finance shared infrastructure that benefits all participants but cannot sustain itself through market revenue alone. In economics, a public good is non-rivalrous (one person's use does not diminish another's) and non-excludable (no one can be prevented from using it). Open-source protocol code, security audits, developer documentation, and research all fit this definition.
The core challenge is the free-rider problem: everyone benefits from Bitcoin Core development or Ethereum client maintenance, but no individual has a direct financial incentive to fund it. Traditional software companies solve this with licensing fees or subscriptions, but decentralized protocols are designed to be freely accessible. Public goods funding mechanisms attempt to bridge this gap by creating structured incentives for contributions that would otherwise go unrewarded.
Several distinct models have emerged: Gitcoin-style quadratic funding that amplifies small donations through matching pools, Optimism's retroactive public goods funding (retroPGF) that rewards past contributions, DAO treasury allocations governed by governance token holders, and direct grant programs for Bitcoin development through organizations like OpenSats and Brink.
How It Works
Public goods funding operates through several complementary mechanisms, each addressing different aspects of the sustainability challenge. Some reward future work, others compensate past impact, and some create ongoing revenue streams for ecosystem development.
Quadratic Funding
Quadratic funding, pioneered by Gitcoin, uses a matching pool to amplify community contributions. The key insight: the matching formula favors breadth of support over depth. A project with many small donors receives proportionally more matching funds than one with fewer large donors, even if the raw totals are equal.
The formula works as follows: for each project, take the square root of each individual contribution, sum those square roots, then square the result. The difference between this calculated amount and the sum of direct contributions determines the matching allocation from the pool.
Matching formula: F(p) = (Σ √c_i)²
Example with two projects receiving $100 total:
Project A: 100 donors × $1 each
= (100 × √1)² = (100 × 1)² = 10,000
Matching: 10,000 - 100 = $9,900
Project B: 1 donor × $100
= (1 × √100)² = (1 × 10)² = 100
Matching: 100 - 100 = $0
Same total donated, but Project A receives
$9,900 in matching while Project B gets $0.This design reflects a core principle: if many people value something enough to contribute even a small amount, it is likely a genuine public good. A single large donation might reflect private interest rather than broad community need. Since its launch, Gitcoin has distributed over $200 million to more than 2,000 projects through this mechanism.
Retroactive Public Goods Funding
Retroactive public goods funding (retroPGF), developed by Optimism, flips the traditional grant model: instead of funding promises of future work, it rewards contributions that have already demonstrated impact. The logic is that measuring past results is easier and more reliable than predicting future ones.
Optimism has reserved 850 million OP tokens (20% of total supply) for public goods funding. Through 2024, the program rewarded over 400 builders with 20 million OP across multiple rounds. In 2025, Optimism transitioned from discrete annual rounds to an ongoing impact evaluation model, providing regular rewards throughout the year for greater consistency.
The evaluation process combines onchain metrics (usage data, adoption statistics) with human expertise to assess contributions across categories like developer tooling, onchain applications, Ethereum core development, and OP Stack contributions.
Protocol Treasury Grants
Many DAOs allocate portions of their treasuries to public goods through on-chain governance proposals. Token holders vote on grant proposals, directing ecosystem funds toward infrastructure, research, and tooling. Infrastructure-focused DAOs tend to allocate a larger share: approximately 35% of expenditures go to public goods, compared to about 16% for application-layer DAOs.
Notable examples include Uniswap, which operates a $40 million annual grant program from its treasury, and Arbitrum, which has distributed between $40 million and $200 million per round through its Short-Term Incentive and Long-Term Incentive programs. These programs typically fund developer tooling, security audits, educational content, and ecosystem integrations.
Bitcoin Development Grants
Bitcoin's public goods funding model differs from Ethereum's because there is no protocol treasury or foundation with a token allocation. Instead, independent organizations fund Bitcoin Core contributors through donation-driven grants.
OpenSats distributes approximately $1 million per month to contributors across more than 40 countries, with a cumulative total of roughly $30 million to over 330 grantees. Brink, funded by donors including Jack Dorsey, Chaincode Labs, and the Human Rights Foundation, focuses on long-term Bitcoin Core engineering. In 2025, Brink-funded engineers contributed advances like SwiftSync, which demonstrated a 5x speedup in initial block download times. Spiral (formerly Square Crypto) funds open-source Bitcoin and Lightning development through Block, Inc.
Organizations like Bitcoin Optech also contribute to the public goods ecosystem by providing technical education and documentation that helps developers understand protocol changes and best practices.
Why It Matters
Without public goods funding, crypto ecosystems face a sustainability crisis. The software that secures billions of dollars in value often depends on a handful of unpaid or underpaid contributors. Critical vulnerabilities can go unpatched, documentation falls behind, and talented developers leave for better-compensated work in the private sector.
For Bitcoin specifically, this tension is acute: the protocol's proof-of-work mining generates billions in annual revenue for miners, yet the core developers who maintain the software receive no direct compensation from the protocol itself. Grant organizations bridge this gap, but funding remains dependent on voluntary donations rather than structural incentives.
Newer ecosystems like Spark build on this open-source foundation. Layer 2 protocols depend on the security and maintenance of the base layer, making Bitcoin Core development a critical public good for the entire stack. Similarly, open-source wallet SDKs, cryptographic libraries, and protocol specifications benefit every project that builds on them, from Lightning channels to stablecoin infrastructure.
The growing trend toward structured, verifiable funding models suggests the ecosystem is maturing beyond ad-hoc donations. As Bitcoin's governance model demonstrates, decentralized development can sustain itself when funding mechanisms align incentives with ecosystem needs.
Use Cases
Protocol Development
Core protocol maintenance is the most critical public good in any blockchain ecosystem. Funding supports full-time developers who review code, fix security vulnerabilities, implement performance improvements, and manage consensus upgrades. Without sustained funding, protocol development depends on volunteer contributions that may not provide the consistency required for mission-critical software.
Developer Tooling and Infrastructure
Libraries, SDKs, block explorers, indexers, testing frameworks, and debugging tools are all public goods that reduce friction for every builder in the ecosystem. Quadratic funding rounds frequently allocate significant resources to these projects because they attract broad community support from the developers who use them daily.
Security Audits and Research
Security audits for widely used smart contracts and protocol implementations protect the entire ecosystem. Public goods funding can sponsor audits for projects that lack the budget to hire professional auditors independently, reducing systemic risk across DeFi and infrastructure protocols.
Education and Documentation
Technical documentation, tutorials, and educational resources help onboard new developers and users. Organizations funded through public goods grants, including Bitcoin Optech and various Ethereum education initiatives, produce content that would be difficult to monetize commercially but provides significant ecosystem value. Entities with fiscal sponsorship arrangements often channel tax-deductible donations toward these educational efforts.
Risks and Considerations
Sybil Attacks on Quadratic Funding
Quadratic funding's reliance on contributor count makes it vulnerable to Sybil attacks: an adversary can create multiple fake identities and split a large donation across them to artificially inflate the contributor count and capture disproportionate matching funds. At scale, this degrades quadratic funding into linear funding, eliminating its core advantage.
Mitigations include identity verification (Gitcoin Passport), cryptographic proofs of personhood, and decentralized identity systems. However, robust Sybil resistance without compromising privacy remains one of the biggest unsolved challenges in the space.
Impact Measurement
Determining which contributions deserve funding is inherently subjective. Quantitative metrics like GitHub commits, downloads, or transaction counts can be gamed and may not reflect true impact. Qualitative evaluation by committees introduces centralization and potential bias. Retroactive funding partially addresses this by waiting for results, but even past impact is difficult to attribute and measure accurately.
Sustainability and Follow-Through
Over half of funded projects struggle to secure follow-up funding, creating a boom-and-bust cycle. A project that receives a large grant in one round may lose funding in the next, forcing contributors to abandon work mid-progress. Transitioning from one-time grants to sustainable revenue models remains an unsolved problem for most public goods projects.
Governance Capture
When governance token holders control treasury allocations, large token holders can direct funds toward projects that benefit their own interests rather than the broader ecosystem. This risk is particularly acute in DAOs where voter participation is low and a small number of whales can dominate governance decisions. Delegation mechanisms and specialized funding committees can mitigate this, but concentration of voting power remains a structural concern.
Collusion Risk
Coordinated groups can manipulate funding outcomes by strategically distributing contributions across projects. In quadratic funding, a cartel of contributors can amplify their effective influence by coordinating which projects to support. This is especially effective at smaller scales where fewer participants make coordination easier.
This glossary entry is for informational purposes only and does not constitute financial or investment advice. Always do your own research before using any protocol or technology.