Category: public-goods funding infrastructure / grants-and-donation stack / list-curation-and-sybil-gating system
Summary: POTLOCK is best understood not as just a NEAR donations app, but as an open funding stack that decomposes public-goods funding into reusable contracts for direct donations, curated lists, project registration, sybil scoring, quadratic-funding round deployment, campaigns, and voting. Its most reusable insight is that grants infrastructure needs explicit curation and eligibility surfaces alongside payout mechanics: POTLOCK makes list curation, human-threshold settings, application gating, referrer fees, and round deployment first-class protocol components instead of hiding them inside one operator backend. That makes it a useful comparison class for Gitcoin Grants Stack, Allo Protocol, dGrants, and other public-goods systems where real authority sits in registry policy, list inclusion, sybil scoring, and round operation rather than in the matching formula alone.
What it does:
Frames itself as the “Open Funding Stack,” an MIT-licensed protocol for deploying end-to-end funding mechanisms across newer blockchains, with current implementation centered on NEAR
Provides direct-donation contracts with referrer fees, optional fees, and fungible-token support rather than only grant-round flows
Exposes a Lists contract that lets anyone create curated registries of accounts, with owners/admins controlling status updates while users can apply and upvote
Uses a sybil / identity aggregator contract (Nada.bot) where stamp weights, approval, flags, and human-threshold settings determine eligibility for funding flows
Provides a Pot Factory and Pot contracts so anyone can deploy quadratic-funding rounds with configurable application windows, matching requirements, sponsors, fees, and operator roles
Emphasizes composability and client diversity, explicitly describing front ends, middleware, indexers, and contracts as separable pieces with no intended single point of failure
Key claims:
The docs’ strongest concise statement is that POTLOCK is the “open funding stack,” which matters because the project is trying to become reusable funding infrastructure rather than just one grants portal
The contracts overview is analytically valuable because it names the concrete control surfaces directly: donation rails, lists, registry, sybil scoring, pot factory, pot contracts, campaigns, and voting
The Lists contract is especially worth retaining in the corpus. It makes curation explicit and programmable, treating inclusion lists almost like grant playlists that can be reused for discovery, application gating, basket donations, and membership requirements
The docs say the official public-goods registry lives on list_id = 1, which is a good reminder that even permissionless list infrastructure can still have a canonical social layer that shapes what users perceive as legitimate
The sybil contract / Nada.bot surface is a major governance choke point because admins can approve or flag stamps, set weights, and set the threshold that decides who counts as human enough for participation
The Pot contract description is useful because it admits that quadratic-funding payouts are calculated offchain and then initiated onchain with a veto window; that means settlement legitimacy depends partly on offchain computation and operator workflow, not only contract math
The end-game document is unusually explicit about progressive decentralization, token plans, council governance, and client diversity, making POTLOCK a good case study in how open-source grants stacks narrate the path from team-led product to ecosystem-run funding substrate
POTLOCK is a useful comparison to dGrants because both separate funding rails from curation, but POTLOCK goes further into operational funding products like referral donations, identity aggregation, and deployable round contracts
Whitepaper: No canonical standalone whitepaper surfaced in this pass. The strongest primary materials were the official docs plus contract documentation and repository README; see ../whitepapers/potlock-primary-sources-2026-05-09.md.