Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensuring Unbiased Proposal Evaluation and Voting: A Secure Protocol for Transparent and Fair Decision-Making in Collaborative Environments #5

Open
peersky opened this issue Oct 23, 2024 · 0 comments

Comments

@peersky
Copy link
Member

peersky commented Oct 23, 2024

Our goal, is to design and implement a multi-stage voting protocol for DAO that ensures partial anonymity and eliminates bias and halo effect at every stage.

The protocol functions as follows:

Proposal Submission: Proposers submit their proposals with the content encrypted while their identities remain visible. This approach ensures transparency in knowing who is submitting, but removes bias based on proposal content.

Proposal Shuffle and Reveal: After the submission deadline, proposals are decrypted and revealed without disclosing proposers' identities. This ensures voting is based purely on the merit of the proposals, eliminating bias towards proposers.

Voting: During the voting phase, votes remain private. Both the voter and the multi-party protocol managing the votes can identify which proposal belongs to which voter, ensuring voters cannot vote for themselves.

Final Reveal: Once the voting period concludes, the proposers' identities are revealed together with all of the votes, the proposer of the winning proposal may be awarded.

image

@peersky peersky converted this from a draft issue Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant