The posts below are related to the work I did with the Rootstock Collective, a DAO that drives the growth of Rootstock, an EVM-compatible Bitcoin sidechain. It leverages the RIF token for governance, empowering and rewarding the community.
-
Using a Gnosis Safe to Upgrade Upgradable Contracts
Assigning the ownership of an upgradable contract to a multi-signature Gnosis Safe is a good way to increase the security of your upgrade process.
-
Upgradable Smart Contracts
Upgradable smart contracts allow developers a way to change smart contract code after it has been deployed. This post dives in to how it is done at a technical level.
-
Understanding Token Delegation in DAO Governance
Delegation is a powerful tool that allows token holders to influence decisions, even if they choose not to vote directly. For successful governance, it is important to understand how delegation works.
-
DAO Governance with custom contracts, a practical example
In this post we will step through the creation of a proposal to change a variable on an external contract written in the previous post.
-
Understanding how DAOs interact with external contracts
The Governor contract can interact with more than just the governance contracts, in fact, it can interact with any contract, including those that have yet to be written.