Summary
I propose to introduce an additional security layer for Opium DAO for faster and easier prevention of malicious and spam proposals.
Rationale
Off-chain votes are settled in Opium DAO using a Realitio escalation game (proof of stake) system. Effectively it is an optimistic Layer 2 solution for voting. This system verifies whether off-chain proposals and votes were made according to DAO requirements by the Proof-of-Stake mechanism.
However, there is a standard additional security measure called Arbitrator, which allows anyone to put potentially malicious proposals on hold and to pass the right to provide the final decision to a particular 3rd party in case of disputes between stakers.
I suggest that setting normal on-chain voting as an Arbitrator is the best solution as it always allows switching any proposal to strict on-chain voting and can prevent spam, malicious attacks on the optimistic layer. Of course, that switching should cost a symbolic amount of Ethereum to protect from spam here as well. We see that governance in DeFi is developing very fast and dozens of large and small protocols are using off-chain optimistic or even delegated voting as a best practice. On the other hand, many protocols are governed by on-chain votes that are expensive and decrease participation. This hybrid solution is innovative as it allows to implement proposals based on off-chain efficient voting but allows to block any vote and bring it to on-chain arbitration at any point of time by anyone.
This system is similar to real-world situations where agreements are executed on the optimistic assumption, but there is always a possibility to bring them to an arbitration/court to get a last resort call.
Therefore, I suggest setting Opium Aragon DAO as an arbitrator, which will allow $OPIUM holders to decide the outcomes of the proposals using on-chain voting in case of disputes or attacks.
The Realitio arbitration should be performed using Arbitrator smart-contract developed by contributors of Realitio
Usage of this smart-contract will allow the setting up of an arbitration fee, which will be paid by the arbitration requester to the Arbitrator to freeze the proposal for further dispute resolution. And it will also allow the owner of that smart-contract (Opium Aragon DAO) to provide the correct answer. Answer provision, in this case, will be done via on-chain voting.
Implementation
Required steps to introduce new Opium DAO security level
- Deploy Arbitrator smart-contract
- Tune Arbitrator smart-contract with required params
- Transfer the ownership of Arbitrator smart-contract to Opium Aragon DAO Agent
- Change Arbitrator address to newly deployed Arbitrator smart-contract in Opium DAO Module (call to action of this proposal)
UPD: Voting
@riccardo Proposed additional feature on Arbitrator and created a voting to finalise the current proposal