ICN Grant Narrative Core
Reusable narrative sections for grant applications. Adapt framing per funder.
Problem Statement
The cooperative economy has a proof problem.
When a worker cooperative votes on a wage proposal, the result is a line in a meeting minutes document. When a community land trust allocates funds from a community benefit agreement, the authorization is an email chain. When a federation of cooperatives makes a joint purchasing decision affecting dozens of member organizations, the evidence that governance happened is whatever someone remembers to write down.
This matters because the cooperative movement is entering a period of unprecedented growth and scrutiny simultaneously. State and municipal governments are creating cooperative development programs. Foundations are funding cooperative ecosystem development. Federal agencies are exploring cooperative models for broadband, housing, and healthcare delivery. Every one of these institutional relationships requires accountability. And accountability without proof is just trust.
The cooperative movement has no digital infrastructure it owns. Every tool in the cooperative technology stack is rented from a company that doesn't share cooperative values. Google Workspace for documents. Loomio for governance. QuickBooks for accounting. Slack for coordination. When a platform changes its pricing, cooperatives absorb the cost. When a platform changes its terms, cooperatives comply or migrate. When a platform shuts down, cooperatives lose their institutional records.
For a movement built on the principle of democratic ownership, this is a structural contradiction. The solidarity economy runs on infrastructure designed for extraction.
Solution
The InterCooperative Network (ICN) is peer-to-peer coordination software that lets democratic organizations prove their decisions, own their infrastructure, and coordinate with each other without trusting a platform.
Provable decisions. When a governance action happens through ICN, it produces a cryptographic receipt. The receipt contains a hash of the decision, signed attestations from voters, and a verifiable chain linking the decision to the proposal that triggered it, the allocation it authorized, and the execution that followed. Anyone with the receipt can verify it independently. No platform operator, no certificate authority, no trust required. The mathematics proves it happened.
This is not a feature of a voting app. It is a property of the infrastructure. Every state transition in ICN is deterministic, content-addressed, and signed. The system cannot produce a valid receipt for a decision that didn't happen. It cannot alter a receipt after the fact without breaking the hash chain.
Sovereign infrastructure. ICN runs on hardware the organization controls. The daemon runs on a server, a cloud instance, or a Raspberry Pi. Identity lives in a local encrypted keystore. Organizational records live in local storage. Governance rules live in a machine-readable charter. No platform holds the data. No company operates the network.
Federation without surrender. ICN lets organizations discover each other, verify claims, and settle obligations across boundaries without a common platform. Each organization runs its own node. Nodes communicate over encrypted peer-to-peer connections. Trust is established through verifiable participation, not through mutual membership in a vendor's ecosystem.
Why Now
Three convergent factors make this the right moment:
The cooperative movement is scaling. The number of worker cooperatives in the US has grown 30% in the past decade. State-level cooperative development legislation is active in New York, California, Colorado, and Maine. The movement needs infrastructure that scales with it.
Institutional funders want accountability. Foundations funding cooperative development increasingly require governance evidence. "Show us your minutes" is becoming "show us your decision trail." ICN provides machine-verifiable proof, not self-reported documents.
The technology is ready. Peer-to-peer cryptographic systems have matured. QUIC transport, Ed25519 signatures, content-addressed storage, and capability-based authorization are production-ready. ICN is not speculative technology. It is an integration of proven components for a specific institutional need.
Why ICN and Not Existing Tools
| Tool | What It Does | What It Can't Do |
|---|---|---|
| Loomio | Records votes | Prove votes to someone who wasn't there |
| Google Workspace | Stores documents | Let you own the infrastructure |
| Blockchain | Global consensus | Local-first governance without mining costs |
| ActivityPub | Federates social posts | Federate institutional decisions with proof |
| Open Collective | Financial transparency | Cryptographic governance receipts |
ICN is the only system that combines provable governance, sovereign infrastructure, and cross-organization federation in a single coherent stack. It is not a blockchain (no global consensus, no tokens, no mining). It is not a SaaS platform (no vendor, no subscription, no lock-in). It is infrastructure, like TCP/IP is infrastructure.
Innovation
ICN's core architectural innovation is the Meaning Firewall — a strict separation between domain semantics and constraint enforcement.
Applications (governance, mutual credit, membership) translate human-meaningful concepts into generic constraints. The kernel enforces constraints mechanically without understanding what they mean. A "vote" becomes a signed state transition with a quorum threshold. A "budget allocation" becomes a constraint on account positions. The kernel doesn't know what a vote is. It knows what a valid state transition is.
This separation has three consequences:
Regulatory safety. Because the kernel never handles "payments," "currencies," or "financial instruments," ICN operates as coordination infrastructure, not a financial technology. This is not wordplay. The architecture genuinely does not process financial transactions. It enforces constraints on state transitions that applications interpret as economic activity.
Governance flexibility. Different cooperatives can implement radically different governance models (simple majority, sociocracy, liquid democracy) on the same infrastructure. The kernel doesn't care. It enforces the constraints each governance model produces.
Auditability. Because every state transition is deterministic, the entire decision chain is machine-verifiable. A grant funder can audit a cooperative's governance without trusting anyone. They check the cryptographic proofs.
Evidence of Progress
ICN is not a whitepaper project. It is a working system:
- 451,000 lines of Rust across 34 crates in a single workspace
- 5,933 passing tests including integration tests and a full vertical slice test
- 70+ REST API endpoints for governance, mutual credit, federation, and receipts
- 4 demo flows demonstrating governance, patronage distribution, federation agreements, and institutional reporting
- TypeScript and React Native SDKs for web and mobile integration
- Live deployment on a 4-node K3s cluster running federated cooperative nodes
- Complete receipt chain proven end-to-end in CI: proposal -> vote -> decision -> allocation -> execution -> audit provenance
- CI-enforced architecture with automated gates for the Meaning Firewall, forbidden kernel dependencies, and regulatory compliance linting
- ~75% complete to first external pilot deployment
This is not a prototype. It is infrastructure in late-stage development.