aragon / client

(Aragon 1) Create and manage decentralized organizations on Ethereum.
https://client.aragon.org
GNU Affero General Public License v3.0
830 stars 273 forks source link

Express membership in DAOs #201

Open luisivan opened 6 years ago

luisivan commented 6 years ago

Some people are confused and asking how to add people to their DAOs. While this concept doesn't exist in aragonOS, I think we should resemble it in some way or another.

A very flexible way that doesn't break the aragonOS way of doing things would be to:

What do you think about this @jounih @chris-remus @bpierre ?

jvluso commented 6 years ago

This could just be an app that can be used instead of the token manager. It just needs to be a non-transferable, mintable, revokable token that no one can hold more than one of.

luisivan commented 6 years ago

We already have that logic in the token manager, which can be initialized in "group" mode to resemble that structure

sohkai commented 5 years ago

Another option that came up was potentially adding a new app that allowed a DAO to assign ENS names, perhaps recursively, to express "membership". These ENS names could also be attached to organization-specific identity profiles.