> For the complete documentation index, see [llms.txt](https://docs.cryptodo.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptodo.app/cryprodo-ru/kak-polzovatsya-cryptodo/how-to-create-dao.md).

# How to create DAO

{% embed url="<https://www.youtube.com/watch?v=lpAP-pZ0OMU>" %}

## Вы выбрали тип смарт-контракта (DAO)

<div align="left"><figure><img src="/files/xkRlLjPoknygRLYifox3" alt=""><figcaption></figcaption></figure></div>

1. В поле "Название DAO" необходимо ввести название токена латинскими буквами. Оно может быть любым, даже уже существующим.

   <div align="left"><figure><img src="/files/JxIbhp6KCFD32YWEVtFm" alt=""><figcaption></figcaption></figure></div>
2. В поле "Символ DAO" необходимо ввести символ токена латинскими буквами, который должен состоять минимум из 3х букв/символов.

   <div align="left"><figure><img src="/files/ztzGUvAqKynPFUgWvt6e" alt=""><figcaption></figcaption></figure></div>
3. В поле "Адрес партнёра" необходимо ввести адрес кошелька (ваш или другого участника DAO).

   <div align="left"><figure><img src="/files/UlDXzXgT7Fojsk0BOS9F" alt=""><figcaption></figcaption></figure></div>
4. В поле "GT Сумма" необходимо ввести количество голосующих токенов у каждого партнера вашего ДАО.

   <div align="left"><figure><img src="/files/LtEIvX7HFK9MUCJqpc39" alt=""><figcaption></figcaption></figure></div>
5. Вы можете добавить партнёра (партнёров) к вашему ДАО контракту между которыми будет распределяться право голоса (которые будут принимать решение в голосования кошелька партнера\*).

   <div align="left"><figure><img src="/files/c2mkjBrtzMmBlwnO2dEF" alt=""><figcaption></figcaption></figure></div>
6. В поле "Кворум" необходимо указать процент минимальной доли GT для подведения итогов голосования.

   <div align="left"><figure><img src="/files/OBeWV8xYdU5iZxdMCVy0" alt=""><figcaption></figcaption></figure></div>
7. После создания DAO появляется возможность задеплоить смарт-контракт в тестовую сеть Testnet бесплатно или в основную сеть Mainnet, оплатив комиссию сервиса.

   <div align="left"><figure><img src="/files/HHMaOnP4lxDViYp88r0n" alt=""><figcaption></figcaption></figure></div>


---

# 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.cryptodo.app/cryprodo-ru/kak-polzovatsya-cryptodo/how-to-create-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.
