Upcoming Onchain Proposals 
This proposal combines DVP Quorum upgrade and changes to enable onchain proposal cancellation.
DVP Quorum: This proposal updates ArbitrumDAO’s quorum computation logic to be based on delegated voting power.
- It defines quorum as
Quorum = min{max quorum, max{É‘*DVP, baseline quorum}}where É‘, baseline quorum, and max quorum are constants.
The following parameters are suggested:
For constitutional proposals:
- {É‘ = 0.5; baseline quorum = 150m ARB; max quorum = 450m ARB}
For non-constitutional proposals:
- {É‘ = 0.4; baseline quorum = 100m ARB; max quorum = 300m ARB}
Updates to the quorum computation model will also be reflected in the ArbitrumDAO Constitution - executing this proposal will update the onchain constitution hash given the adjusted text.
Proposal Cancellation: this upgrade allows the proposer to cancel their proposal during the pending period before voting commences.
- This proposal will upgrade the Core Governor and Treasury Governor contracts to implement a cancel() function.
- The function may only be invoked by the proposal creator during the pending period - the three day window after a proposal is posted onchain and before voting begins.