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