# Voting Power

The voting power is calculated as:

$$
V=Q^{1/p}
$$

Where:

V = voting power

Q = the user's SQL token quantity

p = power factor set at 2 or above

The power factor penalizes whales. SquaredLabs will maintain this factor at or above 2 to prevent whales from dominating the voting process.<br>

SquaredLabs develops the protocol and maintains governance control such as activating and deactivating protocol contracts and setting base protocol fees.


---

# 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://squaredlabs-io.gitbook.io/squaredlabs.io/governance/voting-power.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.
