> 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/how-to-use-cryptodo/how-to-create-dao.md).

# How to create DAO

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

## You have chosen the type of smart contract (DAO)

<figure><img src="/files/5zQDj92DnFnaxMLCmeAl" alt=""><figcaption></figcaption></figure>

1. In the "DAO Name" field, you must enter the name of the token in Latin letters. It can be anything, even existing ones.

   <div align="left"><figure><img src="/files/Lr7RQa8C4vQY6sq27OiE" alt=""><figcaption></figcaption></figure></div>
2. In the "DAO Symbol" field, you must enter the symbol of the token in Latin letters, which must consist of at least 3 letters/symbols.

   <div align="left"><figure><img src="/files/kcwmQkRcATzlJ5m1Axek" alt=""><figcaption></figcaption></figure></div>
3. In the "Partner address" field, you must enter the wallet address (yours or another DAO member).

   <div align="left"><figure><img src="/files/IdH8gycwQnQwGw1Kghcy" alt=""><figcaption></figcaption></figure></div>
4. In the "GT Amount" field, you must enter the number of voting tokens for each partner of your DAO.

   <div align="left"><figure><img src="/files/OYYg7CDC22wUmgByyB8d" alt=""><figcaption></figcaption></figure></div>
5. You can add a partner (partners) to your DAO contract between which the voting rights will be distributed (who will decide in the vote of the partner's wallet\*).

   <div align="left"><figure><img src="/files/IlMoIizL2hPRGhynn1ul" alt=""><figcaption></figcaption></figure></div>
6. In the "Quorum" field, you must specify the percentage of the minimum GT share for summing up the voting results.

   <div align="left"><figure><img src="/files/RNhQl90lyQ0aYzcXgOLg" alt=""><figcaption></figcaption></figure></div>
7. After creating a DAO, it becomes possible to deploy a smart contract to the Testnet test network for free or to the main Mainnet network by paying a service fee.

   <div align="left"><figure><img src="/files/wSbZPqVLWqY5sRzpjPfl" 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/how-to-use-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.
