# Governance

Token governance's primary goal is to build system safeguards that let fractional owners maintain control over their tokens. This is mainly done by identifying edge cases in ownership models, working through several dueling vectors, and then eliminating them via settings, variable caps, and governance modifications. Examples of this include limiting the curator's fee, establishing a time limit for the auction, or, in extreme situations, dismissing a curator from their position.

**Voting:**&#x20;

Users can vote for or against single proposals once they have voting rights delegated to their address. Votes can be cast while a proposal is in the “Active” state. Votes can be submitted immediately using “castvote” or submitted later with “castVoteBySig.” If the majority of votes (and a 4% quorum of delegated OMMI, i.e. 70,000 OMMI) vote for a proposal, the proposal is queued in the Timelock.

**Timelock:**

All governance and other administrative actions are required to sit in the Timelock for a minimum of 2 days, after which they can be implemented into the protocol. Over time these key components of the governance system may change if the community decides to upgrade them in a form of meta-governance. OMMI holders will be the ultimate arbiters of the future direction of every aspect of the protocol.

<br>


---

# 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.ommniverse.ai/security/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.
