Security Council of the Superfluid DAO

What is it?

Superfluid DAO Constitution defines the Security Council as

  • committee of 3 or 5 members who are signers of a multi-sig wallet
  • with powers to perform specific actions delegated to it by the DAO and the Foundation
  • responsible for upholding the Constitution

The DAO can curtail or eliminate the Security Council’s powers via approval and implementation of a Constitutional SIP.

What will it do?

The Security Council will perform specific Emergency Actions and Non-Emergency Actions delegated to it by the DAO and the Foundation.

  • Emergency Actions include critical vulnerabilities that could significantly compromise the integrity, confidentiality, or availability of Superfluid Protocol on a chain that the SuperfluidDAO has Supported Deployment.

  • Non-Emergency Actions include routine software upgrades, routine maintenance and other parameter adjustments.

More generally, the Security Council’s work would include:

  • Executing future protocol updates
  • Responding to white-hat Reports

Certain routine maintenance activities, such as the whitelisting process for Super Apps, may be delegated by the Security Council to the Community.

Members

Initial members of the Security Council as listed in the Transparency Report are:

  1. ZhiCheng (Miao) Miao - Miao is the co-founder and CTO of Superfluid Finance. Miao is the principal architect of the Superfluid protocol, and keen on continued assurance of the quality and security of the version 1 of the implementation.

  2. Dietmar (Didi) Hofer - Dietmar Hofer has been thinking about and hacking around streaming tokens on Ethereum since 2017 and joined Superfluid after identifying it as the most promising effort to make realtime money a thing.

  3. Jack Sanford - Jack Sanford is the CEO of Sherlock, frequent speaker at DevCon, EthCC, EthDenver and more, and has helped secure some of the most critical infrastructure in the space, including Ethereum, Aave and Cosmos.

Future members will be chosen according to the election process detailed in the Constitution with the first election scheduled to begin in December 2025.

33 Likes

Good idea and good start

8 Likes

:megaphone: PSA: All Superfluid officially supported networks, except degenchan, have their ownership handed over to securitycouncil.superfluid.eth (0x06a858185b3B2ABB246128Bb9415D57e5C09aEB6)

You may verify with something similar to the following CLI:

$ for i in `all_sf_mainnets`;do (select_foundry_network $i 1>/dev/null; HOST=$(sf_metadata $i | jq -r .contractsV1.host); GOV=$(cast call $HOST 'getGovernance()' | cast parse-bytes32-address); echo -n "$i "; cast call $GOV 'owner()' | cast parse-bytes32-address;)done
optimism-mainnet 0x06a858185b3B2ABB246128Bb9415D57e5C09aEB6
polygon-mainnet 0x06a858185b3B2ABB246128Bb9415D57e5C09aEB6
avalanche-c 0x06a858185b3B2ABB246128Bb9415D57e5C09aEB6
arbitrum-one 0x06a858185b3B2ABB246128Bb9415D57e5C09aEB6
scroll-mainnet 0x06a858185b3B2ABB246128Bb9415D57e5C09aEB6
degenchain 0x5f001c3915084186B9109fB9DC1E978C98F854B0
bsc-mainnet 0x06a858185b3B2ABB246128Bb9415D57e5C09aEB6
base-mainnet 0x06a858185b3B2ABB246128Bb9415D57e5C09aEB6
xdai-mainnet 0x06a858185b3B2ABB246128Bb9415D57e5C09aEB6
celo-mainnet 0x06a858185b3B2ABB246128Bb9415D57e5C09aEB6
eth-mainnet 0x06a858185b3B2ABB246128Bb9415D57e5C09aEB6

Thank you for your attention to this matter.

5 Likes

Thanks for keeping us in the loop on this.

Quick one here

How likely are we to start this earlier than the 17th? Afraid that timeline is too close to the holidays for something so important.

2 Likes

Will share update on this shortly.

3 Likes