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

Dissolving a DAO #158

Closed
elsehow opened this issue Feb 1, 2022 · 8 comments
Closed

Dissolving a DAO #158

elsehow opened this issue Feb 1, 2022 · 8 comments
Labels

Comments

@elsehow
Copy link
Collaborator

elsehow commented Feb 1, 2022

Some users understandably want to "dissolve" or "delete" a DAO.

Making 'deletion' work in practice will involve both the UI and the contracts. But, we may want to consider what we want that to look like from the contract perspective.

I'm imagining a governance proposal with a message that changes

  • the title to "DEPRECATED - IGNORE"
  • the description to the same
  • maybe some other stuff?

What do folks think?

@JakeHartnell
Copy link
Member

Think the main issue is dissolving the treasury... like if there is money in the DAO it should be distributed to all the stakers...

@elsehow
Copy link
Collaborator Author

elsehow commented Feb 1, 2022

A really simple way around this is to simply burn the treasury. Then we display a huge warning to the users that the treasury will be burned if the proposal passes. It will be up to the DAO to manage that process in a separate proposal.

@JakeHartnell
Copy link
Member

JakeHartnell commented Feb 1, 2022

A really simple way around this is to simply burn the treasury. Then we display a huge warning to the users that the treasury will be burned if the proposal passes. It will be up to the DAO to manage that process in a separate proposal.

That's fine for the DAO governance token... but what if the DAO is holding other assets? Like $Juno?

@elsehow
Copy link
Collaborator Author

elsehow commented Feb 1, 2022

I mean, it would be bad if people burned a treasury that had $JUNO in it, but isn't it kind of up to them to do that if they want to? Our responsibility is to make sure they understand that this is what will happen if the "delete DAO" proposal passes.

@vernonjohnson
Copy link
Contributor

@elsehow Hmm... burning the treasury doesn't seem right if the DAO is holding other assets outside of the DAO token. I agree with @JakeHartnell that it makes sense to distribute the treasury to stakeholders.

@vernonjohnson
Copy link
Contributor

@elsehow I get it. But why would a DAO need to do that? In most cases, those funds would be allocated elsewhere

@elsehow
Copy link
Collaborator Author

elsehow commented Feb 1, 2022

@verminator23 OK, I am convinced. I suppose distributing the treasury is just a spend proposal with some defaults (distribute by governance weight) - so easy enough.

@JakeHartnell
Copy link
Member

Closing in favor of #266

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

No branches or pull requests

4 participants