> For the complete documentation index, see [llms.txt](https://whitepaper.myosin.xyz/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.myosin.xyz/home/governance-and-regulations/governance.md).

# Governance

Sybil attacks have been a significant issue with blockchains and cryptocurrencies. [**Sybil attacks**](https://academy.binance.com/en/articles/sybil-attacks-explained) are security threats in which an attacker tries to overtake the system by creating pseudonymous entities and voting to overwhelm the system.

To avoid any security issues and secure the platform, we use [**quadratic voting**](https://hive.blog/governance/@dalz/quadratic-voting-what-is-it-and-can-it-have-an-application-in-blockchain-governance). This voting mechanism prevents the Dominance of Larger Token Holders.&#x20;

With Quadratic voting, each vote is associated with a weightage designed in order to avoid a majority takeover by a single entity.

![](/files/EBVCABsrAGnpJwIk2ym8)

For example, if a member has more than a majority stake (51% and above), he might overwhelm all other members due to majority voting power. In quadratic voting, their voting power will be limited (say, to 41%) so that they are reduced to a minority, allowing the process to stay decentralized.


---

# 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://whitepaper.myosin.xyz/home/governance-and-regulations/governance.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.
