From 75212f0782aca17d99e66a4bbedf25ba631dc072 Mon Sep 17 00:00:00 2001 From: echo Date: Thu, 8 Aug 2024 17:41:26 +0800 Subject: [PATCH] Update --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dbc477..bfa2e7e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The governance settings need to be defined when the plugin is installed but the - The DAO can update the plugin settings - The DAO can upgrade the plugin -## Multisig +## Standard Multisig It allows the Security Council members to create and approve proposals. After a certain minimum of approvals is met, proposals can be relayed to the [Optimistic Token Voting plugin](#optimistic-token-voting-plugin) only. @@ -45,6 +45,17 @@ It allows the Security Council members to create and approve proposals. After a - The plugin can only create proposals on the [Optimistic Token Voting plugin](#optimistic-token-voting-plugin) provided that the `duration` is equal or greater than the minimum defined - The DAO can update the plugin settings +## Emergency Multisig + +Like before, this plugin allows Security Council members to create and approve proposals. If a super majority approves, proposals can be executed immediately. + +### Permissions + +- Only members can create proposals +- Only members can approve +- The plugin can execute actions on the DAO immediately +- The DAO can update the plugin settings + ## DO's and DONT's - Never grant `ROOT_PERMISSION` unless you are just trying things out