Skip to content
On this page
Reference → DAO Members
SearchHighlight.vue
FLEX_START_TAG

DAO (Api3Template.sol)

The API3 DAO contract is the core DAO contract, and it serves a coordinating and setup role. It holds the admin role in API3's contracts including the DAO pool, and it delegates some of this responsibility to the DAO's other contracts (its voting apps and Aragon Agents➚).

The base Aragon DAO template contract used by API3 DAO can be found here➚.

See the Api3Template.sol➚ contract code and the list of contracts it inherits from.

  • BaseTemplate.sol
  • Api3Voting.sol
FLEX_END_TAG

Released under the MIT License.