# Governance Voting System & Specifications

To ensure a fair and representative voting process, the following specifications are implemented:

#### Token Weighted Voting System&#x20;

Hord adopts a Token Weighted Voting system where the voting power of each token holder is determined proportionally according to the number of tokens they hold. The more tokens a holder has, the more voting power they possess. This formula assigns voting power according to the following calculation:

Voting Power = Total Tokens Held / Total Token Supply

1 HORD = 1 vote. For example, if a token holder holds 100 tokens and the total token supply is 1,000, then their voting power would be 10%.

#### Voting Period&#x20;

The minimum duration for all types of proposals is 10 days. Should a proposal be scheduled to end on a Saturday or Sunday, the voting period will be extended to a Monday. These periods allow sufficient time for token holders to review, discuss, and cast their votes.

<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://docs.hord.fi/hord-governance/governance-voting-system-and-specifications.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.
