vac:sc::finance:access-control-safe-support


%%{ 
  init: { 
    'theme': 'base', 
    'themeVariables': { 
      'primaryColor': '#BB2528', 
      'primaryTextColor': '#fff', 
      'primaryBorderColor': '#7C0000', 
      'lineColor': '#F8B229', 
      'secondaryColor': '#006100', 
      'tertiaryColor': '#fff' 
    } 
  } 
}%%
gantt
  tickInterval 1month
  dateFormat YYYY-MM-DD 
  section Status
    Contracts Formal Verification: 2024-06-01, 2024-12-31
  • status: 0%
  • CC: r4bbit

Description

The finance team deploys various Safe multisig wallets for different finance strategies to generate yield. These Safes follow a strict access control architecture by leveraging the Zodiac roles modifier module by Gnosis Guild.

The Smart Contracts team helps deploying these contracts as well as auditing any changes done to the deployment scripts.

Justification

Deliverables