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

Multisig app #17

Closed
izqui opened this issue Nov 7, 2017 · 1 comment · Fixed by #55
Closed

Multisig app #17

izqui opened this issue Nov 7, 2017 · 1 comment · Fixed by #55

Comments

@izqui
Copy link
Contributor

izqui commented Nov 7, 2017

At the present moment the most widely used governance mechanism is through a multisig.

Different alternatives for implementation:

  • Use a widely used trusted multisig like Gnosis.
  • Extend Group app to require n confirmations before performing action (currently Group app is a 1 out of m multisig)

I personally think it is a better idea to implement our own solution for this on top of the Group app. Another question if we go down this route is whether we have two separate apps (Group and Multisig) or the current Group functionality is just a Multisig with only one required signature.

@onbjerg
Copy link
Contributor

onbjerg commented Nov 8, 2017

I think adding confirmations to the group app is an exciting prospect as it has different use cases. Also, a group app with multiple confirmations + the vault is pretty much a multisig.

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

Successfully merging a pull request may close this issue.

2 participants