> For the complete documentation index, see [llms.txt](https://mogulproductions.gitbook.io/mogul-productions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mogulproductions.gitbook.io/mogul-productions/product-information/showcase-1/voting.md).

# Quadratic Voting

The Mogul voting contract uses a quadratic formula to calculate how many votes each MOGUL holder gets when voting on which film Mogul will finance.&#x20;

The number of votes a MOGUL holder receives is equal to the square root of the number of MOGUL they have.&#x20;

**Benefits:**&#x20;

* Smaller holders are given proportionally larger voting power compared to large holders
* The voice of the entire community is taken into consideration rather than a minority of large token holders
* Users are still encouraged to hold more MOGUL to receive more votes

Quadratic voting is meant to harness the power of the crowd so that everyone has a voice, regardless of the number of tokens you hold.&#x20;

Read our full blog post for all the benefits of quadratic voting: <https://www.mogulproductions.com/post/mogul-pioneers-blockchain-voting-with-quadratic-voting-for-hollywood-movies>

Vitalik has been writing about quadratic voting since 2017 as the best solution for blockchain voting: <https://vitalik.ca/general/2019/12/07/quadratic.html>

![](/files/-Mh9v9JpN-SLLwAM0c18)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mogulproductions.gitbook.io/mogul-productions/product-information/showcase-1/voting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
