# Voting Rules

* Identity threshold: Before the governance token $Buidl is issued, the reputation token $BRP will serve as a voting certificate, and only Citizens and above can participate in voting.
* Vote counting method: If possible, the weight will be measured by "reputation x identity", otherwise reputation will be the only indicator.
* Validity: In general, the minimum duration, minimum number of people (counted as Citizens and above), minimum reputation, and pass rate must be met at the same time.
* Veto power: The Sword Council has veto power over any resolution (except for the immutable rules constrained in the founding constitution), and exercising veto power requires the approval of more than half of the Swordsmen.

<table><thead><tr><th width="116">Types of Decision-making</th><th width="81">Scene</th><th width="94">Minimum duration</th><th width="142">Minimum number of people</th><th width="166">Minimum reputation</th><th>Passing rate</th></tr></thead><tbody><tr><td>All-hands Resolution</td><td>Defaut</td><td>3 Day</td><td>20% of Citizens and above</td><td>20% of total reputation for Citizens and above</td><td>60%</td></tr><tr><td>Internal Consensus</td><td>Defaut</td><td>1 Day</td><td>60% of the "internal" population</td><td>60% of total reputation for the "internal" population</td><td>60%</td></tr><tr><td>Individual Arbitration</td><td>Defaut</td><td>/</td><td>/</td><td>/</td><td>/</td></tr></tbody></table>


---

# 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://buidlerdao.gitbook.io/buidlerdao-whitepaper-en/proposals-and-voting/voting-rules.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.
