As we got around to paying out GR11, we realized that things have evolved a lot since we created this multisig. Particularly,
We now have formal governance of GitcoinDAO via the Gitcoin Stewards.
Things have shifted in the ecosystem, and many of the keyholders are now busy with other projects.
As a result, we started to have a conversation about what it would look like to have a “changing of the guard” here. Specifically, David Hoffman, Sassal, and Eric Conner have all told me that they are interested in rolling off the multisig. There are two directions we could go.
Rotate the multisig keyholders to be top GitcoinDAO stewards, which are currently Trent, Austin, Linda, Lefteris - on a case by case basis if they want it.
Transfer all of the assets in the multisig to the Timelock.
I would like to hear which way the community would like us to go.
One consideration that you should know about if you consider doing (2) is that right now the only way to rebalance tokens into DAI (which is what the Grants Rounds are paid out with) is to do a trade on uniswap/1inch or any other DEX. We’ve found that if there is a long lag between when those txns are proposed and executed on chain, that the transaction will fail - presumably due to slippage. If the community decides to go with (2) we will need a workaround that allows governance to rebalance the treasury within the structure of the 2 day Timelock.
Yes indeed, I think it might be in the best interest of the DAO to replace me with someone a bit more responsive towards what’s specifically going on in Gitcoin.
Echoing what David says here - it’s especially difficult for me to be involved because of time-zone differences (I’m usually sleeping when critical Gitcoin governance things are happening).
Whether it’s the DAO or the multi-sig controlling the funds, it should absolutely use Cowswap for trades to avoid MEV or transaction failing due to falling outside of the slippage tolerance.
Absolutely! There is no need to move funds from the safe, the GitcoinDAO’s timelock can be enabled as a module on the Gnosis Safe, giving it full control over the funds.
The nice thing with this is that both the DAO and the multisig members can control the safe in parallel. If we want to get real crazy, we could even use a scope guard to limit the scope of what the multisig members are allowed to do. So maybe they are only allowed to do swaps on cowswap, but anything else requires DAO proposal.
Agreed on this.
I found myself being slowed down on getting the stuff setup for payout.
Having a rotating list would help would help make us get through this process quicker
Essentially, the safe would be controlled by three mechanisms in parallel, the multisig, the compound timelock, and the Snapshot (via the Reality module). Optionally, the multisig and/or the Reality module could be restricted with a Scope Guard, which let’s us define the addresses and function signatures with which they interact.