# Governance

The [veRZR token](/governance/verzr.md) is required to participate in RaiseR's governance. It is obtained by locking $RZR tokens.&#x20;

Governance is run in 90-day Epochs. For each Epoch there are a total of 11 governors who are determined as follows:

* **3 core-contributor addresses will serve as permanent governors**
* **8 highest staked veRZR addresses**

<figure><img src="/files/pF6MoFiwM4o5h96OHcuZ" alt=""><figcaption></figcaption></figure>

The 8 highest staked veRZR for a given Epoch will have the option to elect to become a governor for the next Epoch. In case any addresses forego becoming governors, that Epoch will have that many fewer governors(*i.e. if 2 addresses opt out, then there will be only 6 elected governors + 3 permanent governors*).&#x20;

Anyone with staked veRZR can create a proposal, but only governors may vote on proposals. **A minimum of 50% governor votes are required for any proposal to pass.**

{% hint style="info" %}
**Once veRZR is staked during an epoch, it can only be unstaked at the end of the epoch.**&#x20;
{% endhint %}

100% of the non-RZR platform revenue is split among the governors and all veRZR stakers for each epoch.


---

# 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://docs.raiserdapp.com/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.
