> For the complete documentation index, see [llms.txt](https://docs.galactica.com/galactica-network-faq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.galactica.com/galactica-network-faq/5.-who-manages-galactica-network/voting-power.md).

# Voting Power

The Galactica governance framework relies on Voting Power, determined by a user's held tokens and earned reputation within their specific field of expertise. Reputation accumulation does not require KYC and can be gained through active, positive participation in the Galactica Network DAO.<br>

The Voting Power (VP) of a given user in the Galactica network is defined as:

$$VP (s, r)= \varTheta (s - s\_0) \varTheta (r - r\_0) f (s) g(r)$$<br>

Where:

$$f(s)$$ - stake function, concave, $$VP^s\_{max}$$bounded

$$g(r)$$- reputation function, convex-concave, $$VP^r \_{max}$$bounded

$$\varTheta(x)$$- Step-activation function, 0 for $$x$$< 0 and 1 otherwise. $$s\_0$$ and $$r\_0$$ are bottom threshold values. Users need more than $$s\_0$$ tokens staked and more than $$r\_0$$ reputation in order to have non-zero Voting Power.<br>

Over a prolonged period of time the system should tend to meritocracy thus:

$$VP^r\_{max} > VP^s\_{max}$$<br>

These functions take Stake and Reputation as inputs and represent these parameters as “weights” within the VP function.<br>

$$f(s) = VP^s\_{\text{max}} (1 - e^{-\alpha^\*s})$$

$$g(r) = VP^r\_{max} \Bigg(1- \cfrac{1}{1 + \beta ^\*( \cfrac{r}{VP^r\_{\text{max}}})^{2n}}\Biggr)$$<br>

Given the parameter ranges:

α, β, $$\gamma$$ ϵ $$\Re^+$$;  $$κ$$ ϵ(0 . 1) ; $$n$$ $$\epsilon$$ $$\alefsym$$

In the future these parameters may be changed, within certain bounds, by the community via the voting process. It should also be noted that the specific means of acquiring Reputation is not defined as of yet but users can assume that they will be rewarded should they participate in voting, propose a good project to invest in, if their proposal is accepted by the High Council and other net benefits for Galactica.


---

# 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://docs.galactica.com/galactica-network-faq/5.-who-manages-galactica-network/voting-power.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.
