https://twitter.com/_NFTAgora/status/1636041472280502272?t=gXQtxz01XXB4A0TfioawQA&s=19

tezquakeaid

did you know? Teia has developed its own multisig software for Tezos that allows for some interesting use cases. It has been developed by jagracrar as early as January 2022, is fully open sourced and free to use for everyone, has been officially security audited.

Teia uses that multisig first and foremost for managing the marketplace contract and the DAO treasury but also for on-chain team voting and adding/removing core team members via multisig vote

however, the multisig software can be used for all kinds of different things. here are a few use cases where the teia mutisig contracts have been used

Setting up and operating the multisig

to set up your own multisig is really easy and costs only about 2 tez for deploying the contracts:

  1. Read the multisig documentation to understand the pros and cons of using a multisig https://github.com/teia-community/multisig-app/blob/main/documentation.md
  2. go to https://teia-multisig.onrender.com/originate and sync your wallet
  3. give it a name and add wallet addresses of all the multisig members that you want to initially have in the multisig (of course members can later on be added or removed via vote)

this is the home page: https://teia-multisig.onrender.com/ once you have a KT address of a multisig, you can put it into the field, sync your wallet, create proposals and vote on the three subpages.

documentation: https://github.com/teia-community/teia-smart-contracts/blob/main/python/contracts/multisigWallet_v1.py