unlock-protocol / locked.fyi

A basic notes application where notes are stored on IPFS and only visible by members of a lock
https://locked.fyi/
MIT License
21 stars 7 forks source link

DAO Config #55

Closed nfurfaro closed 3 years ago

nfurfaro commented 4 years ago

The following parameters need to be configured when deploying the lock:

General

Voting

Tokens

nfurfaro commented 4 years ago

For the above fields, This is what I'm thinking: Organization Name: lockedfyi Support: 50 % ? Minimum Approval: 1% ? The way I understand the voting params is as follows: Given 100 shareholders;

Vote Duration: 1 day? Token Name: Locked.fyi shares ? Token Symbol: FYI ? Token Holders: none ?

cc @julien51

julien51 commented 4 years ago

Organization Name: locked.fyi (if the dot is possible!) Support: 50 % ✅ Minimum Approval: 1% ✅

Can these 2 things be changed later on? I assume they would be vote themselves?

Vote Duration: I'd do something pretty long, like 10 days. They should be fairly infrequent so I think it's ok? Token Name: Locked.fyi Shares Token Symbol: FYI ✅ Token Holders: Can we set an initial supply owned by the Unlock multi-sig like 1000? This is a way to ensure that we have a way to "bootstrap" votes. The idea is that with a 1% participation, we can still avoid the "non-decision" vote until we reach 100k tokens, which would happen when there are a significant number of users!

nfurfaro commented 4 years ago

locked.fyi (if the dot is possible!)

No dots... aragon uses ENS for naming.

Can these 2 things be changed later on? I assume they would be vote themselves?

No. "The Voting app is instantiated with a certain set of parameters that won’t be changeable for the lifetime of the app:"

Token Holders: Can we set an initial supply owned by the Unlock multi-sig like 1000?

Pretty sure this is no problem, but will confirm on rinkeby.

https://wiki.aragon.org/archive/dev/apps/voting/

julien51 commented 3 years ago

Closing as done!