# How to choose the right quorum?

A **quorum** is the minimum number of members in a DAO necessary to conduct the business of that group. According to [*Robert's Rules of Order*](https://en.wikipedia.org/wiki/Robert%27s_Rules_of_Order), the "requirement for a quorum is protection against totally unrepresentative action in the name of the body by an unduly small number of persons." In contrast, a [plenum](https://en.wikipedia.org/wiki/Plenary_session) is a meeting of the full (or rarely nearly full) body.

Quorum voting requires a certain threshold of voters in order for a proposal to pass (for example: 60% quorum, which means 60% of voting power needs to vote). Once this threshold has been met, whichever decision has more votes wins. Without reaching the quorum threshold, proposals fail.

Imagine, you have a group of 3 DAO members. Each of them holds 10 GT tokens and votes are distributed accordingly – 33.3% of each member.

If you decided that the quorum can be reached if the two members voted, then the quorum threshold should be between 34% and 66%. When you are ready to submit your DAO click "Create a DAO".

![](/files/EHO9B3pXDDz62ChyWvQn)

{% hint style="success" %}
**Join XDAO club:**

📲 **TG Global**: [**https://t.me/xdao\_eng**](https://t.me/xdao_eng)

📲 **TG Announcement**: [**https://t.me/xdaoapp**](https://t.me/xdaoapp)

📲 **Twitter**: [**https://twitter.com/xdaoapp** ](<https://twitter.com/xdaoapp >)

📲 **YouTube**: [**https://www.youtube.com/c/xdaoapp**](< https://www.youtube.com/c/xdaoapp>)

📲 **Medium**: [**https://blog.xdao.app/**](https://blog.xdao.app/)

📲 **GitHub**:[ **https://github.com/XDAO-App**](< https://github.com/XDAO-App>)

📲 **Instagram**:[ **https://www.instagram.com/xdaoapp**](< https://www.instagram.com/xdaoapp>)

**📲 Discord**: [**https://discord.gg/xdaoapp**](https://discord.gg/xdaoapp)
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.xdao.app/guides-for-gt/create-a-dao/how-to-choose-the-right-quorum.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
