Our adaptable, modular framework is built to enable organizations we can't yet imagine today.
const createDaoParams: CreateDaoParams = {
metadataUri, // DAO details
ensSubdomain: "my-dao", // "my-dao.dao.eth"
plugins: [tokenVotingPlugin] // DAO governance plugins
};
const newDao = aragonSDK.methods.createDao(createDaoParams);
Enable adaptable organizations
Extend the functionality of your DAO with a custom governance plugin.
Get started ->