👥Roles

Principles

The DAO follows a "Role Based Access" architecture, which means:

  • Several roles are implemented

  • New roles can be implemented or deleted

  • A member can have one or several roles

  • Each roles have specific rights

  • There is a hierarchy between roles

Governor & Admin Roles

By default, there are two roles in the DAO, Governor & Admin.

A Governor is able to:

  • Create a new proposal if the proposal settings allow it

  • Vote on a proposal if the proposal settings allow it

  • Process all the proposals

  • Exit the DAO

An Admin is able to:

  • Create a new proposal

  • Vote on a proposal

  • Process all the proposals

  • Modify proposal settings (yet to be implemented)

  • Create/Remove new roles (yet to be implemented)

  • Set a member as an Admin

  • Exit the DAO

Create & Delete roles

Roles creation/removal is yet to be implemented

Last updated