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 ->Not out of the box. We are coming up with an easy-to-migrate solution, but meanwhile the best option is to create a new DAO and transfer assets there to take advantage of the new stack.
We're currently launching on Ethereum, with Polygon coming up next. Additionally, we're studying market conditions to see where we launch next. If you have an additional chain you’d like us to launch on, let us know!
Yes! OSx is open source and free to use. Keep in mind however, that you will still need to pay gas costs, which depend on the chain you are using and the congestion of the network during the time of transactions.
Subscribe to our weekly newsletter, The Eagle, to receive an update on the Aragon products and ecosystem every Friday.
Contracts have passed 4 rounds of audits from some of the best smart contract auditors in the world. Additionally, there are over 3,000 DAOs built on Aragon OS Classic without any hacks to date, and the new Aragon OSx leverages many of these security learnings.
As much as you want! The Aragon OSx protocol is extremely lean, comprised of three main components for DAOs: a treasury, a permission management system, and a plugin infrastructure. The treasury contract holds the assets, the permission management system determines which address can do what within the DAO, and the plugins extend the functionality of DAOs. How you use these components is up to you!
We’re here to build alongside you! Come hop into our Discord Dev Space and we’ll answer any questions you have.