Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Aug 8, 2024
1 parent 23ae6da commit 75212f0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 75212f0

Please sign in to comment.