★ Rescue/emergencyWithdraw without timelock
Dolomite's assessment for RD-F-041 — scored yellow on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
No explicit rescue/emergencyWithdraw function found on DolomiteMargin core (immutable architecture). ownerWithdrawExcessTokens and ownerWithdrawUnsupportedTokens handle non-user-fund excess tokens through PartiallyDelayedMultiSig with 1-day timelock. Four bypass functions do not directly drain user funds. Assessed yellow: no direct drain-without-timelock found, but bypass carve-outs exist for parameter functions.
Sources #
- DocsDolomite Admin Privileges — withdraw functionsdocs.dolomite.io/admin-privileges — admin functions list including ownerWithdrawExcessTokensretrieved 2026-05-16
- PartiallyDelayedMultiSig — bypass selectorsgithub.com/dolomite-exchange/dolomite-margin/blob/master/contracts/external/multisig/PartiallyDelayedMultiSig.sol — bypass function mechanismretrieved 2026-05-16
Methodology #
Determine whether a `rescue(…)` or `emergencyWithdraw(…)` function exists callable by admin without a timelock delay on execution.
See the full factor methodology and distribution across all protocols →