> For the complete documentation index, see [llms.txt](https://whitepaper.zbyte.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.zbyte.io/governance.md).

# Governance

There will be specially minted governance tokens (ZGOV) to address decentralized governance of the dPlat, dApp store, treasury usage, and the $DPLAT tokenomics. The ZGOV prevents a "pay-to-play" model where those with the most purchasing power hold more of the control. Instead, governance will be weighted by ownership range with a focus towards opensource contributors and dApp developers to ensure all stakeholders have a voice. Governance tokens will be assigned based on DPLAT ownership as per the table below. There will be multipliers assigned to opensource contributors (20x) and dApp creators (2x).&#x20;

<figure><img src="/files/0TzI9JgOK6HYGh89SCQe" alt=""><figcaption></figcaption></figure>

A single token will correspond to one vote. Governance can be broken down into three sections:

* dPlat governance (smart contracts, tokenomics)
* zbyte Treasury governance (liquidation of funds, grants)
* dApp store bylaws (ethical and legal limitations on dApp types, removing dApps from the dApp store)

The initial few months of the DAO will operate on a temporary governance token. These tokens will be assigned manually to token holders. A smart contract automated ZGOV allocation will go live in 2024.&#x20;


---

# 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://whitepaper.zbyte.io/governance.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.
