> 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/pl/nauka/o-dao/jak-stworzyc-dao.md).

# Jak stworzyć własne DAO

Istnieje kilka narzędzi pomagających stworzyć własną Zdecentralizowaną Organizację Autonomiczną (DAO).

Ta strona skupia się na tych kompatybilnych z Chiliz Chain, zaczynając od Aragon.

## Jak stworzyć DAO za pomocą Aragon

[Aragon](https://www.aragon.org/) to [platforma open-source](https://github.com/aragon/app) upraszczająca tworzenie i zarządzanie DAO. Dzięki funkcji No-Code DAO Launch pozwala użytkownikom tworzyć DAO bez pisania kodu. Dzięki temu jest dostępna dla szerszej publiczności, nie tylko dla deweloperów.

Oto kroki:

1. Przejdź do [aplikacji Aragon](https://app.aragon.org/) i połącz się z portfelem Web3.
2. Kliknij przycisk „Create a DAO".
3. Aragon wskazuje kolejne kroki. Kliknij „Get started".\
   ![](/files/kFokaj8GYGbA1wRuzcFZ)
4. Na liście łańcuchów wybierz „Chiliz" i kliknij „Next".<br>

   <figure><img src="/files/Eta3Vq4O5JVANY1nl7qI" alt=""><figcaption></figcaption></figure>
5. Opisz swoje DAO: nazwa, logo itp.<br>

   <figure><img src="/files/6zTNiap1RP92zN68Kdzh" alt=""><figcaption></figcaption></figure>
6. Kliknij „Publish DAO". Pojawi się okno modalne z listą kroków:\
   ![](/files/dx4NAJVMjqx8XmUhOdnV)
7. Kliknij „Sign transaction". Twój portfel otworzy się z prośbą o transakcję, którą musisz potwierdzić.
8. Po potwierdzeniu Aragon przejdzie przez niezbędne kroki, aż umożliwi Ci wyświetlenie DAO.\
   ![](/files/GlBpQssSduLKIpaf82cR)
9. Kliknij przycisk „View DAO". Aragon przeniesie Cię do dashboardu Twojego DAO.

Gratulacje! Możesz teraz prowadzić własne DAO w 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/pl/nauka/o-dao/jak-stworzyc-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.
