# Quadratic voting

An important concept to note for Lynqyo-Ecosystem DAO-governance is the concept of Voting Power. The concept of voting power is not new however (also known as quadratic voting) and it has been written about extensively. You can find a link to an article on quadratic voting written by Vitalik Buterin here.

For the DAO, Voting Power is determined by taking the square root of a user’s Ethereum-mainnet $LNQ holdings (in wallet and staked) at a specified "block" per proposal. This block is usually set to be at, or just before the time the proposal goes live.

What does it look like in practice? In short, your n’th unit of voting power costs you $n. For example, your first vote costs you 1 $LNQ, your second 2 $LNQ, your third 3 $LNQ, etc. The effect hereof is immediate, those with large token holdings are adversely affected by this mechanism. What makes this desirable is the fact that it encourages smaller token holders to voice their opinion and makes it much more difficult for large token holders to organize and push through proposals that are not desired.


---

# 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://lynqyo.gitbook.io/lynqyo/lynqyo-content-economy-protocol/dao-governance-of-tokenized-intangible-content/quadratic-voting.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.
