From a7fe499daf4c6a2ea5f2c22bee86f49f246a2c01 Mon Sep 17 00:00:00 2001 From: Greg <35093316+gskril@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:55:40 -0400 Subject: [PATCH 1/2] Add EP 6.52 --- src/pages/dao/proposals/6.52.mdx | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/pages/dao/proposals/6.52.mdx diff --git a/src/pages/dao/proposals/6.52.mdx b/src/pages/dao/proposals/6.52.mdx new file mode 100644 index 000000000..490251df4 --- /dev/null +++ b/src/pages/dao/proposals/6.52.mdx @@ -0,0 +1,33 @@ +--- +authors: + - nick.eth +proposal: + type: 'executable' +--- + +# [EP 6.52] [Executable] Establishing a new Security Council + +::authors + +| **Status** | Active | +| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| **Discussion Thread** | [Forum](https://discuss.ens.domains/t/) | +| **Votes** | [Snapshot](https://vote.ensdao.org/#/onchain/77767899528494238518019756391533686963875234067646094287125791110488147463806), [Anticapture](https://app.anticapture.com/ens/governance/proposal/77767899528494238518019756391533686963875234067646094287125791110488147463806) | + +## Abstract + +This proposal establishes the new ENS Security Council based on the results of EP 6.50 “Election of the New ENS DAO Security Council”. The term will last two years, until 16 July 2028. + +## Motivation + +The Security Council was originally established in EP 5.13 as a 4-of-8 multisig with a single power: to cancel malicious proposals made to ENS DAO. It cannot propose, amend, or initiate any governance action. Its term was two years, ending 24 July 2026. + +The purpose of this proposal is to establish a new Security Council that will inherit the same responsibilities for the coming two years. + +## Specification + +A single call to the DAO’s TimelockController, granting `PROPOSER_ROLE` to Blockful’s Security Council contract, which is owned by a multisig with the Security Council members elected in EP 6.50. + +The Security Council contract has been deployed to `0x2acBf518b3759f6e1fA163294eda55bF1d0ae051`, and the multisig to `0x7101B78638e34444F0a5AdE9e1149fbEeC029931`. + +After two years, any address may call `renounceTimelockRoleByExpiration()` to revoke its cancel power unless `extend()` is called first by a separate DAO proposal. From 7bd0f2db467d357c2af3456318fe29e97197c05b Mon Sep 17 00:00:00 2001 From: Greg Skriloff <35093316+gskril@users.noreply.github.com> Date: Thu, 16 Jul 2026 02:36:32 -0400 Subject: [PATCH 2/2] Link EP 6.52 discussion --- src/pages/dao/proposals/6.52.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/dao/proposals/6.52.mdx b/src/pages/dao/proposals/6.52.mdx index 490251df4..ee38eff08 100644 --- a/src/pages/dao/proposals/6.52.mdx +++ b/src/pages/dao/proposals/6.52.mdx @@ -11,7 +11,7 @@ proposal: | **Status** | Active | | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| **Discussion Thread** | [Forum](https://discuss.ens.domains/t/) | +| **Discussion Thread** | [Forum](https://discuss.ens.domains/t/executable-establishing-a-new-security-council/22272) | | **Votes** | [Snapshot](https://vote.ensdao.org/#/onchain/77767899528494238518019756391533686963875234067646094287125791110488147463806), [Anticapture](https://app.anticapture.com/ens/governance/proposal/77767899528494238518019756391533686963875234067646094287125791110488147463806) | ## Abstract