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

Allow parent DAO to stop a subDAO proposal from passing if they are in the process on voting to dispute it. #662

Closed
0xekez opened this issue Feb 27, 2023 · 2 comments

Comments

@0xekez
Copy link
Contributor

0xekez commented Feb 27, 2023

Suggested by pupmos (@siriustaikun) here.

DAOs should have a proposal type that signals that they would like to dispute a subDAO proposal. If such a proposal is created, it should pause the subDAO proposal until the parent DAO can complete deliberation.

The big design question here is:

How do we prevent someone from spamming the parent DAO with proposals of this type and in doing so stopping subDAO execution?

One suggestion might be to only trigger the pause if the proposal in the parent DAO reaches some "quorum" of yes votes. This could be configured on a per-DAO basis.

@0xekez
Copy link
Contributor Author

0xekez commented Feb 27, 2023

another idea might be to draw from Maker DAO's emergency shutdown module. members of the parent DAO could put up stake (with $$ value), if the deliberation was solidly rejected, they would have their stake burned. Otherwise, they would have it returned upon deliberation's completion.

Obviously, much tuning to be done here. Just an idea.

@JakeHartnell
Copy link
Member

Think #736 and #737 are the answers here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants