# Quorum

Quorum is a tricky and potentially dangerous topic. Too high and most proposals will fail because quorum is not met, too low and it presents an attack vector.

Solana has an unusually engaged validator community, however one must be wary of governance fatigue as well. This relates to the [What](/exploration/what.md) and ensuring there aren't too frequent and trivial or excessively technical proposals that tire operators and ultimately lead to a decay in participation.

It will require some trial to observe a suitable number for a quorum, especially as participation is likely to be heightened initially before tapering off to a sustainable level.&#x20;

A potential initial quorum number might be 50%, with a view of iterating quickly should this prove too high (rather start high and move lower than vice versa).

Another concept is not having a quorum at all and requiring a simple or super-majority of stake for all proposals to pass.&#x20;

A simple majority might be sufficient for low-impact changes that might tune performance or make a small change accommodate future development, while a super-majority (2/3rds + 1) would be necessary for proposals impacting economics, consensus, the stake or vote programs, etc.


---

# 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://sg.laine.one/practicalities/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.
