syvita / daoos

A group of tools for anyone to be able to create their own decentralised organisation on Bitcoin. 🟩
https://syvita.org/projects/daoos
MIT License
27 stars 10 forks source link

How we should secure the private key of Treasury account on DAO contract? #46

Closed cryptopanter closed 3 years ago

cryptopanter commented 3 years ago

Since the Treasury account must be governed by voting members (am I right?) then we need sth like a multisignature wallet controlled by voters( or admin)... The challenge is that how to implement the multisignature wallet on smart contract!

Zk2u commented 3 years ago

smart contracts have their own balances that only the contract can control! you don't need a multisig because the contract itself has direct access and programmatic control of its assets (STX, fungible tokens & NFTs)