LogoLogo
  • 👋Welcome to Common
    • 🐮Product Features
  • 🧑‍💻User Sign Up + Sign In
    • 🔓Signing Up
      • Supported Wallets
      • SSO Explained
      • Joining a Community
      • Connecting a New Address
    • 📱Mobile Setup
    • ⏩Referrals
    • 🚧User Trust Levels
    • Manage Your Profile
      • Merge Accounts
      • User Notifications
        • Setting Up In App Notifications
        • Checkin In App Notifications
  • 🔴Launch
    • 🚀Launchpad
    • 🌟Launch a Community on Common
      • Discourse Import
    • 📇Index Ecosytem
  • 🏗️Community Setup
    • 🕸️Custom Domain
    • 🎟️Admin Capabilities
      • Community Profile
        • Stages Explained
      • Integrations
        • Directory
        • Snapshot
        • Webhooks
        • Discord
        • Community Stake
        • Terms of Service
        • Connecting an Existing Token to Your Community
          • Swaps
      • Topics
      • Admin + Moderators
      • Members & Groups
        • Creating Groups & Gating
          • Manging Groups
            • Viewing Gated Threads
        • Allowlist
      • Contests
      • Analytics
    • Community Layout
      • Forum
      • Side Navigation
    • Community Best Practices
      • Using Stages
      • Organizing Topics & Thresholds
      • Pinned Posts
  • Moderation
  • 🔵Engage
    • 🧵Creating Threads
      • Thread Interactions
      • Thread Collaborators
      • Linking to Threads
    • 🔐Gating
      • For Admins
      • For Users
    • 🥩Community Stake
      • Owning Community Stake
    • 💸Common Contests
      • Enabling and Running Contests
      • Admin FAQs for Contests
      • User FAQs for Contests
    • 💰Farcaster Contests
      • 🤖Farcaster ContestBot
  • 🟣Govern
    • Governance
      • Snapshot Bi Directional Integration
        • Off-Chain Governance
      • What is Decentralized Governance?
        • Governance Frameworks
          • Compound Governor
          • Open Zeppelin Governor
          • Curve Governance
          • Multisig Governance
          • Snapshot Governance
      • Onchain vs. Off Chain
      • Delegating Votes
    • Treasury Management
  • 💻Common Protocol
    • Developers
  • ✨Common Aura
    • Common Aura
      • Season 1
        • Week 1
        • Week 2
        • Week 3
      • Quest Types
        • Twitter Quests
      • Commonly Asked Questions
  • 🐮Community
    • Common Brand Kit
    • X (Twitter)
    • Warpcaster
    • Common Community
    • Telegram
    • Discord
    • Zealy
  • ⛓⛓ Protocol
    • Protocol Overview
    • Deployments
    • Contests
    • Launchpad
    • Referrals
Powered by GitBook
On this page
  • Summary:
  • What is a multisig?:
  • Governance Process:
  • Benefits of multisig governance
  • Drawbacks of multisig governance
  • Resources:

Was this helpful?

  1. Govern
  2. Governance
  3. What is Decentralized Governance?
  4. Governance Frameworks

Multisig Governance

PreviousCurve GovernanceNextSnapshot Governance

Last updated 4 months ago

Was this helpful?

Summary:

  • Proposals are typically submitted and voted on off chain

  • Proposals passed via off chain votes are executed via a multisig wallet

  • Signers can either be unelected team members or elected community members

  • Used by protocols like Synthetix, Yearn, and Sushiswap

What is a multisig?:

A multisig (also known as a multi-signature wallet) is a smart contract that offers greater security for funds or admin controls. Control over the wallet is split between several individual "signers", and X approvals out of N signers are required to approve any transactions from the multisig.

is the most prominent multisig.

Governance Process:

Multisig governance is typically paired with a signal voting mechanism to maintain legitimacy. As an example, Yearn, Synthetix, and Sushiswap all use the Snapshot voting tool to let token holders make key decisions and delegate authority.

After considering a proposal in the community's discussion venue, a signal vote will be held to assess support. While this typically involves voting with Snapshot, in some cases communities may use on chain signal voting (eg. early Yearn ) or off chain voting which is weighted by user accounts instead of token holdings (eg. polls in Discourse forums or Discord).

Regardless of voting system used (on or off chain, weighted by users or token holdings), the vote itself doesn't trigger execution of the proposal's effects. Instead, the vote serves as an order for the multisig signers to execute the proposal using their admin privileges.

Benefits of multisig governance

  • Lower gas fees than on-chain governance

  • Increased security vs. individual or core-team controlled contracts

Drawbacks of multisig governance

  • Can be manipulated by the signers voting against the will of the community

  • Multisigs managed by core team members are more susceptible to misalignment with the community

  • May become a target of government regulation or legal action, as they have a small set of identifiable signers

Resources:

🟣
Gnosis Safe
ygov.finance voting tool
Synthetix Spartan Council announcements
Synthetix protocol DAO announcement
Sushiswap multisig announcement (via DefiRate)
Yearn Finance multisig governance proposal
Gnosis multisig app
Gnosis multisig github