# Noso Governance (GVT)

Built into Noso protocol is a Governance Token (GVT) poll management system. This system allows GVT owners to create project related polls for consideration which are voted upon by other GVT owners. In order to participate in the voting process, an individual must acquire through purchase or trade, a Noso Governance Token (GVT). These tokens are available to anyone wanting to participate in the voting process. Currently if you would like to purchase a GVT you must reach out to a moderator or developer from the Noso project Discord.

## <mark style="color:yellow;">**Governance Tokens have the following specifications:**</mark>

<figure><img src="https://nosocoin.com/docs/images/gvt1.png" alt=""><figcaption><p>GVT #00</p></figcaption></figure>

* Inital 100 GVTs have been minted
* GVTs are transferable
* 1 GVT = 1 vote
* Any GVT owner can start a poll
* Polls with +75% of approbation will be mandatory; +50% will be recommended
* New GVTs are minted every year only (on demand, after government poll approbation)
* &#x20;GVTs can be banned by other GVTs owners in certain circumstances. When banned, the GVT owner becomes suspended from creating new polls or participating on existing ones for 90 days.
* Each GVT can only run one poll at a time
* GVTs rules can be adjusted by a GVT votation

{% hint style="info" %}
**Example GVT poll:** Should NOSO reduce the PoPW reward to 5%?
{% endhint %}

<details>

<summary>You can see latest GVT polls here</summary>

## [here](/noso-documentation/governance/noso-governance-gvt/gvt-polls.md)

</details>


---

# 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.nosocoin.com/noso-documentation/governance/noso-governance-gvt.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.
