PGF Arena

Tue Mar 17 2026

I’ve been building something to test the idea of a “Public Goods Funding Arena”, a tiny app for communities to compare funding allocations with simple pairwise choices.

PGF Arena

The core approach I took is boring and simple, but perhaps worth sharing!

That means the app can live on IPFS behind an ENS name, with no app server, no database, and no trusted backend coordinating collection or the process itself.

This is appealing for the same reason I like credible neutral AI competitions: the infrastructure should be easy to inspect, fork, and reproduce. If the interface, round data, and signed outputs are all public, anyone can rerun the process, verify what happened, or host their own version.

A few nice properties fall out of this design:

I think this is a fun way to build simple coordination tools. Fewer moving parts, less trust, more transparency: all good things for a nicer path to credible neutrality!

The first use case I’d like to test with this app is the following experiment: collect anonymized allocation proposals, let users vote on them, and use the vote data to identify the strongest allocations. This is something I wrote about a while ago, but it would be fun to explore. Would Deep Funding’s final weight allocation be preferred over, say, a random allocation produced by an agent running a local LLM?

← Back to home