Skip to content

Commit

Permalink
add guardian information
Browse files Browse the repository at this point in the history
  • Loading branch information
rossgalloway committed Dec 12, 2024
1 parent f8b2d03 commit 2e6de9d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/contributing/governance/proposal-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,10 @@ The default template for proposals can be found on [Github](https://github.com/y
## Implementation

Once a Snapshot votes have passed, changes will be implemented by Yearn's protocol or operations team and signed by the multi-sig, if necessary.

## Guardian Role

Per [YIP-81](https://snapshot.box/#/s:veyfi.eth/proposal/0x6f3082db2cef3e0c254e569580d063cb14130a92d0bf1729bef342a386e419f2), the [Yearn Multisig](/developers/security/multisig) (AKA yChad) will serve in the Guardian role to steward and protect the Yearn Protocol and its participants.

- The Guardian role is defined as being able to "nullify a proposal or governance decision but cannot make proposals".
- The Guardian role can be re-assigned via a YIP vote.
4 changes: 4 additions & 0 deletions docs/developers/security/multisig.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The multisig is implemented by a 6-of-9 multi-signature wallet. The members of t

The multisig is implemented as a Gnosis Safe. The multisig's assets, transactions, and signers can be viewed using [Gnosis's Web UI](https://app.safe.global/home?safe=eth:0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52). If there is a need to trustlessly audit Yearn's multisig (without trusting the Gnosis site), the Gnosis Safe web app source code can be found on Github [here](https://github.com/safe-global/safe-wallet-web).

## Protocol Guardian Role

Per [YIP-81](https://snapshot.box/#/s:veyfi.eth/proposal/0x6f3082db2cef3e0c254e569580d063cb14130a92d0bf1729bef342a386e419f2), the Yearn Multisig (AKA yChad) will serve in the Guardian role to steward and protect the Yearn Protocol and its participants. The Guardian role is defined as being able to "nullify a proposal or governance decision but cannot make proposals". The Guardian role can be re-assigned via a YIP vote.

## Members

Multisig membership can be validated from the Gnosis UI [here](https://app.safe.global/settings/setup?safe=eth:0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52).
Expand Down

0 comments on commit 2e6de9d

Please sign in to comment.