# How to create your own DAO

There are several tools to help you create your own Decentralized Autonomous Organization (DAO).

This page focuses on those compatible with Chiliz Chain, starting with Aragon.

## How to create a DAO using Aragon

[Aragon](https://www.aragon.org/) is an [open-source](https://github.com/aragon/app) platform that simplifies the creation and management of DAOs. With their No-Code DAO Launch feature, they allows users to create DAOs without writing any code. This makes it accessible to a wider audience beyond just developers.

Here are the steps:

1. Go to [the Aragon app](https://app.aragon.org/) and connect with your Web3 wallet.
2. Click the "Create a DAO" button.
3. Aragon indicates the coming steps. Click "Get started".\
   ![](/files/GPFvbrNAa9rLmJcWdA2x)
4. In the list of chains, select "Chiliz" and click "Next".<br>

   <figure><img src="/files/qSREf8Z7AopvvhKhJo80" alt=""><figcaption></figcaption></figure>
5. Describe your DAO: Name, logo, etc.<br>

   <figure><img src="/files/he4vS8MFh5fw0x0WEjQq" alt=""><figcaption></figcaption></figure>
6. Click "Publish DAO". A modal appears, listing the steps:\
   ![](/files/kwwBpQ7IbUsyd5ubfjIn)
7. Click "Sign transaction". Your wallet will open with a transaction request, which you need to confirm.
8. Once confirmed, Aragon will continue with the needed steps, until it allows you to view your DAO.\
   ![](/files/lnVFC4rPKgcGFzFX2Ee4)
9. Click the "View DAO" button. Aragon takes you to your DAO's dashboard.

Congratulations! You can now run your own DAO in Chiliz Chain!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chiliz.com/learn/about-daos/how-to-create-your-own-dao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
