Skip to content

Commit

Permalink
Update multisig.md (#344)
Browse files Browse the repository at this point in the history
* Update multisig.md

Fix broken Gnosis link

* Update multisig.md

Fix other link
  • Loading branch information
ipatka authored Aug 23, 2023
1 parent 0a2b287 commit 7525aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/security/multisig.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

The multisig is implemented by a 6-of-9 multi-signature wallet. The members of the multi-signature wallet were voted in by YFI holders and are subject to change from future governance votes. Specific powers are delegated to the governance multisig, as defined by [Governance 2.0](https://gov.yearn.finance/t/yip-41-temporarily-empower-multisig/3630). More information about Yearn governance and how it interacts with the multisig can be found on the [FAQ](https://docs.yearn.finance/resources/faq#governance).

The multisig is implemented as a Gnosis Safe. The multisig's assets, transactions, and signers can be viewed using [Gnosis's Web UI](https://gnosis-safe.io/app/eth:0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52/balances). 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/gnosis/safe-react).
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/gnosis/safe-react).

## Members

Multisig membership can be validated from the Gnosis UI [here](https://gnosis-safe.io/app/eth:0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52/settings/owners).
Multisig membership can be validated from the Gnosis UI [here](https://app.safe.global/settings/setup?safe=eth:0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52).
Cryptographic membership attestations can be validated against the PGP keys in the [yearn-security](https://github.com/yearn/yearn-security/tree/master/keys) repository.

| Address | Member Name | Membership Attestation | Etherscan |
Expand Down

1 comment on commit 7525aaf

@vercel
Copy link

@vercel vercel bot commented on 7525aaf Aug 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

yearn-docs – ./

docs.yearn.finance
yearn-docs-phi.vercel.app
yearn-docs-git-master.yearn.farm
yearn-docs.yearn.farm

Please sign in to comment.