Bring Your Own Governance
The Maintainer is the main controller of your Planet's Staking Pool. By setting the address as the address of your DAO Governance, you can manage your Staking pool with the votes of your community.
This might be a developer's address, mostly a multisig of developers' or a Governance Contract's address for you.
Portal.changeIdMaintainer(uint256 _id, address _newMaintainer)
After changing your Maintainer, your first Maintainer becomes the "CONTROLLER", you can change your CONTROLLER if you wish to.
After changing your CONTROLLER, you will not be able to take this action by using your old CONTROLLER address.
Portal.changeIdCONTROLLER(uint256 _id, address _newCONTROLLER)
Now your Governance is securing your Staking Pool.
Last modified 3mo ago