# Voting in YAR DAO

Voting participants have authorized rights of the network and rights as network validators. That is, the number of votes fully corresponds to the number of nodes.

All DAO members have equal rights, and everyone can propose a change and vote for it.

YAR DAO participants have the following voting options:

1. **Text voting** - any proposed issue, the result of a vote not in the meeting.
2. **Vote to Change the Deadline and Quorum of Pending Votes** - New conditions for making voting decisions will be recorded for a new vote after this vote is completed. By default: Quorus - 50+%, voting period - unlimited.
3. **Voting to change the validator reward** - block validation reward + transaction fee - these parameters can be revised up or down or excluded from the validator reward. There is also a procedure for full or partial remuneration. Default: 2YAR + transaction fee.
4. **Staking amount** - The number of coins that are required for staking to get a validator node. Default: 200'000YAR
5. **Validator coin staking period**. By default: 1 year.
6. **DAO wallet management** (withdrawals).
7. **Return the node after blocking**.
8. **Marking a blockchain connector as certified**.
9. **The cost of a byte of transmitted information** in the network is a commission for users' transactions.

### Terms and conditions of voting:

Each vote has a decision time limit and a decision quorum. These parameters can be global variables and do not change without voting validators.

**Deadline** - the number of days before the end of the voting

**A quorum** is the number of votes required to make a decision.

**A possible option is a simple majority** of those who voted at the time of voting.

**For example**, the number of nodes is 50, the voting period is 7 days, without specifying a quorum, and only 10 nodes will vote in 7 days, 6 of which will make a positive decision, then the vote will be considered completed and approved.


---

# 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.yarchain.org/whitepaper/project-mechanics/voting-in-yar-dao.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.
