Governance Stage 0: MCR, Staking, and Token Smart Contracts #433
l-monninger
started this conversation in
Ideas
Replies: 3 comments 1 reply
|
#435 and MD-2 cover an approaches that rely on wallet patterns here. |
0 replies
|
Proposed design of 5 proposers (engineers) and executor being the multisig address. |
1 reply
|
FYI, we can go back to https://github.com/gnosis/MultiSigWallet/blob/master/contracts/MultiSigWallet.sol We don't have to use SafeSmart accounts if stripping out assumptions from Gnosis Safe is too difficult. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
For simplicity, the current proposal for Governance Stage 0 is twofold is to use a number of wallets$n$ and request $n$ of $n$ , i.e., unanimous, voting to for any proposal. Proposals would be managed through an OpenZeppelin TimelockController and the multisig wallet can take form similar to
Safe.All reactions