# What Can Be Built With Ommniverse Governance?

Application developers can build their own custom workflows and interfaces to facilitate the participation of their users and communities in Ommniverse governance. For example, applications integrated with Ommniverse NFT staking interest rate markets may be interested in adding governance functionality including:

&#x20;Encouraging users to delegate OMMI voting power to the application team’s address, so the team can participate in governance on behalf of users. Surfacing specific governance proposals to users so users with OMMI can vote on them directly. Giving users transparent insight into upcoming potential changes to Ommniverse, including proposals for adding new markets, or other upgrades. Such interfaces will require a combination of the following components: Voting interface — Users cast their vote on an active proposal.

1. Delegation interface — Users delegate their voting rights to an address.
2. Voting weight leaderboard — List voting addresses ordered by voting weight.
3. Vote-on-my-behalf interface — Using the “castVoteBySig” function allows users to create a ballot that can be given to another user.
4. Proposal Explorer — Browse past or present governance proposals in a streamlined user interface.
5. Proposal creation interface — Choose protocol modifications and initialize the proposal if the user has enough voting weight


---

# 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/what-can-be-built-with-ommniverse-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.
