Admin Controls

Each Pool is managed by a DAO, and each DAO may select addresses to have certain roles and permissions to perform various operations.

Roles

The following Roles exist in the system in a hierarchy in order of descending importance/permissioning:

  • Super-User: An address with unrestricted permissions on the platform. They are a fail-safe for bad actors and human error.

  • DAO Creator: An address with permission to create DAOs and DAO admins on the platform.

  • DAO Admin: An address with permissions scoped to a specific DAO on the platform. They are responsible for maintaining a DAO's profile page, elevating other addresses as co-contributors, and managing sensitive pool controls.

  • DAO Meeple: An address with permissions scoped to creating and maintaining the pool collection of a specific DAO.

Below we enumerate the exact permissions of each role. Please note that higher tier roles have the permissions of all lower tier roles. This is not represented in the text below to prevent redundancy.

Super User

A super user can create or revoke the DAO Creators role in addition to being a superset to all other role's functions.

This user is currently set to the BitDAO multi-sig wallet 0x78605Df79524164911C144801f41e9811B7DB73D .

DAO Creator

An address capable of creating DAOs and DAO Admins on the platform.

  • Add DAOs to the platform.

DAO Admin

An address capable of editing or updating all copy and images on a DAO's profile page

  • Add or remove any DAO Admins within their organization

  • Add or remove any DAO Meeples within their organization

  • Update the reward release date for a pool at any stage before reward release

  • Initiate an Emergency Reward Sweep on a pool at any stage in its life cycle

See Pool States for more details on the precise effect of certain functions.

DAO Meeple:

An address capable of creating and managing existing pools.

  • Can create new pools.

  • Can update a pool's rewards date.

  • Can initiate emergency mode on a pool.

  • Can initiate Pause mode on a pool, freezing any transactions.

Last updated