-
Notifications
You must be signed in to change notification settings - Fork 1
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
Delegation in the Ecosystem DAO. #1
Comments
I feel like we haven't quite cracked vote delegation yet. The "direct delegation" method is only minimally invasive and will be fine to use for smaller DAOs. I created a |
On rescinding - we also have I'll take a closer look at the third option this week - tracking delegation via a dedicated token - to see how it plays out. |
Do you want to allow multi level delegation, where one user delegates his votes to another, that delegates his votes to another, that delegates to another etc? I gave a quick look at #6 and it looks like it is possible. And main problem that I see is that user at the bottom of such delegation chain might not be able to reclaim his tokens until users at the top reclaims their tokens first. And this pose a threat to whole voting mechanism, because you can't force users to reclaim their tokens, they may want to keep them locked on purpose to attack DAO. |
There is a check in |
I feel multi-level delegation, although pretty cool, can also be dangerous. It seems hard, if not impossible, to properly unwind the delegation chain. I'm working on a few alternatives. If one seems feasible I'll submit it as another concept PR. |
We currently have two implementations;
See also this overview
Appreciate all opinions?
The text was updated successfully, but these errors were encountered: