Week 03 Update
In this third week of the program, we started to work on voting designs!
The task:
a) create a first voting design, specify it in a text document
b) create a model based on this specification (use the spreadsheet template, or Python or ipnb…)
The model and documentation must include:
- AS INPUTS:
- who’s eligible
- voter information (information/NFT proofs involved)
- ballot design (what to vote on)
- AS OUTPUT:
- voting result (fellowship winner)
- FORMULAS OR STEP-BY-STEP DESCRIPTION
- vote aggregation (how the voting result is going to be computed, voting rule)
Achievements:
Voting Designs - Presentations:
Verification discussion - Presentations:
- @OneLV – secure against manipulation
- @Skrillah – refine design goals @Eren – spreadsheet verification tool
- @octopus – Basic Voting Calculator in Python
With these designs and verification approaches on the table, we enter the verification phase in Week 4: we’ll run simulations to see if the voting designs are robust against attacks, and provide outcomes that fit our requirements!
GroupHug Conceptual Design: Voting in stakeholder groups (@joanbp)
Quadratic Credibility Conceptual Design (@FtheDev / @jade)
Attack Scenario - most difficult vs. easiest to manipulate (@OneLV)
basic-voting-calc/ Voting Mechanism Simulation Examples (@Octopus)