> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/pt-br/aprender/sobre-daos/como-criar-seu-dao.md).

# Como criar seu próprio DAO

Existem várias ferramentas para ajudá-lo a criar sua própria Organização Autônoma Descentralizada (DAO).

Esta página foca naquelas compatíveis com a Chiliz Chain, começando pelo Aragon.

## Como criar uma DAO usando o Aragon

O [Aragon](https://www.aragon.org/) é uma plataforma [open-source](https://github.com/aragon/app) que simplifica a criação e gestão de DAOs. Com o recurso de Lançamento de DAO Sem Código, permite que os usuários criem DAOs sem escrever nenhum código. Isso o torna acessível a um público mais amplo, além de apenas desenvolvedores.

Aqui estão os passos:

1. Acesse [o aplicativo Aragon](https://app.aragon.org/) e conecte com sua carteira Web3.
2. Clique no botão "Create a DAO".
3. O Aragon indica as próximas etapas. Clique em "Get started".\
   ![](/files/4TEKVVCFs8MdfBJJYve8)
4. Na lista de chains, selecione "Chiliz" e clique em "Next".<br>

   <figure><img src="/files/ojMDR4kwqmxdXFxe8KPq" alt=""><figcaption></figcaption></figure>
5. Descreva sua DAO: Nome, logo, etc.<br>

   <figure><img src="/files/dCtoQ3CikXcaOOmRjpBm" alt=""><figcaption></figcaption></figure>
6. Clique em "Publish DAO". Um modal aparece, listando as etapas:\
   ![](/files/gz4japOMN6EUo6WJNJDO)
7. Clique em "Sign transaction". Sua carteira abrirá com uma solicitação de transação, que você precisa confirmar.
8. Uma vez confirmado, o Aragon continuará com as etapas necessárias, até permitir que você visualize sua DAO.\
   ![](/files/xJi16Dxq0nr3wHccC5Ei)
9. Clique no botão "View DAO". O Aragon leva você ao painel da sua DAO.

Parabéns! Agora você pode administrar sua própria DAO na Chiliz Chain!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.chiliz.com/pt-br/aprender/sobre-daos/como-criar-seu-dao.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
