# Quorum

## What is a quorum?

In each community, the concept of quorum is employed to set a minimum threshold of voters necessary for a proposal to pass. This threshold ensures a sufficient level of community engagement and participation. For example, a 60% quorum may require that 60% of the total voting power must be exercised. If the quorum is reached, the decision with the highest number of votes prevails. Proposals fail if the quorum threshold is not met.

A community admin can set the quorum.

\ <br>


---

# 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://gov.docs.xprnetwork.org/governance/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.
