minDelay, all chains) | 86400 (1 day) | unchanged |
| Satellite execution | +1 day | unchanged |
| Quorum | 30% | unchanged (SIP4.2) |
End-to-end: 1 day delay + 7 days voting + 1 day queue = 9 days on the hub, 10 days including satellite relay, compared to 5 and 6 days today.Review capacity is shrinking; scrutiny time should grow to compensate. The Labs Co. is winding down, BA Labs has stepped down as risk curator, and the Summer.fi UI sunsets on 31 August 2026. SIP4.2 raised quorum to 30% and the proposal threshold to 100,000 stSUMR on the reasoning that safeguards should track the protocol's risk profile. The same reasoning applies to time: the DAO is moving to a caretaker posture where proposals are reviewed by a smaller set of delegates, less continuously. The voting window is the right one to extend.
Target
Value
0 ETH
newVotingPeriod :
A guardian can cancel a proposal directly on Governor V2. Extending the voting period widens the window in which a problem is noticed; the cancel path is what allows it to be stopped. Nothing remaining is time-critical. No Ark onboarding, no rebalancing, no emissions tuning. Withdrawals are permissionless ERC-4626 redemptions unaffected by any governance parameter, and emergency pausing runs through the Guardian Module rather than a vote, so this does not slow incident response.
The Governor's clock is timestamp-based (SummerToken.clock() returns block.timestamp; CLOCK_MODE() returns mode=timestamp), so votingPeriod is denominated in seconds.
| Parameter | Value |
|---|---|
| Function | setVotingPeriod(uint32) |
| Target | SummerGovernorV2 (Base) — 0x4cEeE1b6289624d381383C1Bb42B118d5f2c3274 |
| Value | 0 |
| Argument | 604800 (7 days) |
| Selector | 0xe540d01d |
| Calldata | 0xe540d01d0000000000000000000000000000000000000000000000000000000000093a80 |
| Authority | onlyGovernance → executes via the Timelock |
| Risk level | Low (single settings update; no funds move, no role changes) |
| Proposals are created and voted on exclusively on Base; satellites are execute-only, so no satellite calls are needed. |
GovernorSettings extension. No funds move, no roles change. The clock unit is confirmed as seconds, removing the only real encoding risk.If YES - extend the voting period from 3 days to 7 days. If NO - keep the voting period at 3 days.