Proposal: Decentralized Voting Mechanism for the Batch #24
Closed
fedeloterstein
started this conversation in
Ideas
Replies: 2 comments
-
This idea is very cool! The only thing is that I'm afraid it's too much for the dynamics of the batch. I wouldn't want decisions that are normally made quickly to be delayed by the implementation of the voting system. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have to agree, the idea is nice and interesting to build. However, simple decisions like this don't benefit from such a process. In this case, we can just merge the first PR for the logo and close the others. In case it's needs to be updated at a later point, we can open a new issue/PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After reading the messages in the Telegram group, I realized we need a decentralized voting mechanism to help us make decisions and solve the issues we’re facing in this Batch.
I’m attaching evidence of the problem:
We all agree that a decision needs to be made, so I came up with this idea:
Proposal: Voting Smart Contract
I’m suggesting we create a smart contract that integrates with our BatchRegistry.sol contract to allow registered users to vote on proposals. Key features would include:
Who can vote: Only users who have done the check-in on BatchRegistry.sol can vote.
One vote per proposal: Each user can vote only once per proposal.
Proposals to vote on: The contract should allow registering different PRs for voting.
Deadline: There should be a deadline for voting.
Idea for the Interface
Additionally, I suggest a simple widget on the homepage to make voting easy and accessible for everyone.
Opening the discussion to see if you’re interested in the idea. I’d love to hear your feedback! This could even be the beginning of a DAO structure for our decision-making process.
Beta Was this translation helpful? Give feedback.
All reactions