# Consensus and Voting Value

* Voting is considered to have taken place if at least 10% of the tokenholders registered on the platform took part in it
* The value of a vote is determined based on the stack of the voter in relation to the total number of voted participants
* TODO: The vote can be delegated (DPOS)


---

# 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://dao-vc.gitbook.io/dao.vc/governance/consensus-and-voting-value.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.
