This system uses proof of history, proof of contribution, and weighted voting based on intrinsically valuable participation. It aims to:
Below is a step-by-step exploration of how such a system might work.
1. Crowdfunding & Community Proposals: High-Level Overview
Anyone can submit a proposal (e.g., “Create a new open-source library,” “Organize a conference,” “Develop a marketing campaign,” etc.).
2. Proof of History (PoH)
Each proposal, donation, and contribution is timestamped on a public ledger, ensuring events are orderly and verifiable. This prevents anyone from misrepresenting the timing or ordering of contributions.
3. Proof of Contribution (PoC)
Participants earn contribution points for:
4. Weighted Voting
Proposals are accepted or denied via a voting mechanism where each participant’s voting weight is proportional to their proof of contribution. This ensures those who invest money or skill have a stronger voice in shaping the roadmap.
Proof of History (PoH) is often conceptualized as a cryptographic way to sequence events without relying on a single, centralized timestamp. One approach is a verifiable delay function (VDF) sequence:
Each output depends on the prior output, creating a chain of proofs that’s difficult to forge or reorder. In a crowdfunding context, PoH ensures:
Advantages:
Proof of Contribution () is a scoring system that tracks each participant’s intrinsic value to the community. It might look like this:
A user who donates 1,000 tokens might get some base contribution score.
A developer who codes a new feature might earn points based on lines of code, complexity, or peer review.
A recognized domain expert who verifies project milestones might gain extra reputation or contribution tokens.
One might define a formula for a user (U) :
D(U) = donations from
W(U) = work contributions (e.g., coding, design)
R(U) = review/governance efforts
Alpha, Beta, Gamma are weights decided by the community.
This total becomes the user’s Proof of Contribution metric.
Each user’s voting weight on new proposals is a function of . For example:
Hence, a user with higher has more say in future proposals. This ensures:
A key aspect is rewarding users who review proposals and cast thoughtful votes:
This approach gamifies governance and encourages expert participation.
All of this happens in a decentralized manner—secured by PoH + PoC. Trust is provided by:
For a user , define a possible Final Voting Weight:
Alpha, Beta, Gamma are scaling constants.
• might be a cap to limit extreme whale dominance.
• Logarithms () provide diminishing returns for very large donations or work.
1. Fund innovative projects from the ground up.
2. Reward genuine skill and capital.
3. Coordinate in a trust-minimized environment.
4. Evolve organically—by letting the community define the weighting factors or scoring formulas.
Essentially, this becomes a community-run incubator for new ideas—self-funding and self-governing—where those who truly do more for the ecosystem (via capital, skills, or governance) earn more voting power to shape its direction. A real-world deployment would require:
Nevertheless, the vision stands: a decentralized p2p crowdfunding + community proposal system where proof of history and proof of contribution secure the platform, and weighted voting ensures meritocracy while still recognizing the importance of financial backers.