> 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/tr/ogren/dao-hakkinda/dao-nasil-olusturulur.md).

# DAO Nasıl Oluşturulur

Kendi Merkezi Olmayan Otonom Organizasyonunuzu (DAO) oluşturmanıza yardımcı olacak çeşitli araçlar mevcuttur.

Bu sayfa, Chiliz Chain ile uyumlu olanlara, özellikle Aragon'a odaklanmaktadır.

## Aragon kullanarak DAO nasıl oluşturulur

[Aragon](https://www.aragon.org/), DAO'ların oluşturulmasını ve yönetilmesini kolaylaştıran [açık kaynaklı](https://github.com/aragon/app) bir platformdur. Kodsuz DAO Başlatma özellikleriyle kullanıcıların herhangi bir kod yazmadan DAO oluşturmasına olanak tanır. Bu, onu yalnızca geliştiricilerin ötesinde daha geniş bir kitleye erişilebilir kılar.

Adımlar şunlardır:

1. [Aragon uygulamasına](https://app.aragon.org/) gidin ve Web3 cüzdanınızla bağlanın.
2. "Create a DAO" düğmesine tıklayın.
3. Aragon, gelecek adımları gösterir. "Get started" düğmesine tıklayın.\
   ![](/files/MQWzCuCfNbRjYFyfuC75)
4. Zincir listesinde "Chiliz"i seçin ve "Next" düğmesine tıklayın.<br>

   <figure><img src="/files/EkxHkh87lRgttKZaqU9C" alt=""><figcaption></figcaption></figure>
5. DAO'nuzu tanımlayın: Ad, logo vb.<br>

   <figure><img src="/files/WKg6o2U9ZhSMA9Ci8sZW" alt=""><figcaption></figcaption></figure>
6. "Publish DAO" düğmesine tıklayın. Adımları listeleyen bir modal açılır:\
   ![](/files/sGgrvMy1Y8N7bYSnyopg)
7. "Sign transaction" düğmesine tıklayın. Cüzdanınız onaylamanız gereken bir işlem isteğiyle açılacaktır.
8. Onaylandıktan sonra Aragon, DAO'nuzu görüntülemenize izin verene kadar gerekli adımlarla devam edecektir.\
   ![](/files/1chEEa39UBRpSwZoC2GV)
9. "View DAO" düğmesine tıklayın. Aragon sizi DAO'nuzun panosuna götürür.

Tebrikler! Artık Chiliz Chain'de kendi DAO'nuzu yönetebilirsiniz!


---

# 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/tr/ogren/dao-hakkinda/dao-nasil-olusturulur.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.
