[PROJECT] dao-treasury #16
TechnicallyWeb3
started this conversation in
Ideas
Replies: 1 comment
-
|
Actually, we could look into deploying a Safe (formerly Gnosis) Wallet. Polyon? Really need to settle on a chain #15 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Project name
DAO Treasury Wallet Contract (dao-treasury)
Problem statement
TW3 cannot pay for services such as domains, hosting, LLMs or other vendors/service providers.
This impacts the whole community. Until this is solved, TW3 can't start operating on chain.
Proposed solution
Admin Wallet Contract required until community can resist 66% and sybil attacks.
DAO Wallet Contract:
-admins: map[address->bool]
-proposals: map[bytes32->TX[]]
-votes: map[bytes32->uint8]
-txMajority: uint16
-adminMajority: uint16
-setAdmin(address, bool)
-setMajority(uint16, uint16)
-createProposal(TX[])
-voteProposal(bytes32, bool)
Alignment with TW3 philosophy
Estimated scope
Skills needed
Solidity, governance
Potential stakeholders
Additional context
Beta Was this translation helpful? Give feedback.
All reactions