Today, Decred’s proposal system, Politeia, goes into production on mainnet. This corresponds with the development organization ceding control over the accumulated project subsidy, which is roughly DCR 570,000, currently valued at approximately USD 23 million, to the Decred stakeholders. We have been working towards this milestone for roughly 18 months, so we are very excited to put Politeia into production. That said, it is important to understand that Politeia is a very powerful tool: it can enable all manner of positive developments for Decred, but if used unwisely, it can lead to a wide variety of problems. Politeia allows Decred users and stakeholders to propose, discuss, collaborate on, and fund new projects, initiatives, and …
Decred’s Politeia, a proposal system that is part of Decred’s governance system, has a vast amount of potential uses. As such, Decred can only reasonably explore a few of these use cases on their own.
The Politeia Platform Challenge is a competition designed to discover alternate uses for the Politeia codebase. Competitors will use Politeia source code to address alternate use cases besides a public proposal system and then demonstrate how they work. Decred will choose the best of these on February 10th, 2018 at the Hyatt Regency in Austin, TX. The event starts at 8 PM CST, ends at 12 AM CST, and is free to attend. Drinks and food will be available for purchase.
Competitors are encouraged to work in teams but may work independently. …
Rather than settling for governance infrastructure that is just good enough to get the job done, we opted to create what we consider to be the ideal infrastructure for self-governance of a cryptocurrency. We call our system for storing governance data Politeia, which is based on the ancient Greek term, meaning “a system of government”. Politeia is a system for storing off-chain data that is both versioned and timestamped, essentially “git, a popular revision control system, plus timestamping”. Instead of attempting to store all the data related to Decred’s governance on-chain, we have opted to create an off-chain store of data that is anchored into Decred’s blockchain, minimizing its on-chain footprint. While we will use it …
Per the 2017 Decred Roadmap, one of the major deliverables is a proposal system that allows users to participate in the governance of Decred. The proposal system will have 2 main components: a blockchain-based timestamping service and a public version-controlled repository for proposal data. The subject of this entry is dcrtime, the timestamping component. Dcrtime was written by Marco Peereboom over the past couple months and is the result of collaboration between Marco, Jake Yocom-Piatt and Dave Collins. The primary motivation for dcrtime is the desire for the proposal system to have maximum transparency and accountability, while having a minimal onchain footprint. In terms of its onchain footprint and overall design, dcrtime draws on …