DAO Base Layer
Built on the ExecutorDAO framework.
The ExecutorDAO design is built in Clarity and is very modular and flexible. The key elements are:
proposals are smart contract and can be executed
the core executes, the extensions give form
ownership control happens via sending context
Our implementation for AIBTC DAOs adds several ready-to-use extensions with the goal that a DAO can go from idea to fully-functioning on-chain entity.
The built-in proposal voting is based on the DAO's token, and the repo includes several proposal templates and pre-defined actions.
Last updated