# Voting

## Voting

Voting system in blockchain refers to a decentralized method of decision-making and consensus where participants can express their preferences or opinions on specific matters. Utilizing the transparency and immutability of blockchain technology, participants are allowed to cast their votes securely and anonymously, ensuring the integrity and fairness of the process. Blockchain-based voting systems offer increased trust, audibility, and resistance to manipulation or fraud.

As a decentralized project, Nusa allows the community to cast votes or make new proposals for Nusa developments. In order to participate in voting, participants need to utilize veToken which will represent their voice in the voting and the eligibility to make new proposals.

### **Who can participate?**

* **Cast Votes**: Anybody within the Nusa community who owns veNUSA can participate to cast a vote. There is no minimum or maximum amount of veNUSA owned to become eligible.
* **Submit Proposals**: Nusa developers and significant shareholders can submit new proposals. To become a significant shareholder, the participant must own at least 500 veNUSA.

### **How is the process of proposal submission and voting?**

1. Developer or holder submits a proposal through the voting page
2. New proposal will be announced and provided a discussion group on telegram
3. Governance participants are encouraged to cast their vote during the voting period
4. After the voting period ends, developer will give 3 days for any rebuttal proposal
5. If within 3 days there is no rebuttal proposal, developer will announce the voting results and the execution plan

To learn more about reward distribution calculations, [click here](/nusa-v2/governance-1/vetoken-and-reward-calcualtion.md).

\--------

As a decentralized project, Nusa allows the community to cast votes or make new proposals for Nusa developments. In order to participate in voting, participants need to utilize veToken which will represent their voice in the voting and the eligibility to make new proposals. Follow the tutorial below to vote on existing proposals or create a new one.&#x20;

{% hint style="info" %}
Before you proceed, make sure you have 1 NUSA to vote on existing proposal or 500 veNusa to create a new proposal. [Click here](/nusa-v2/governance-1/vetoken.md) to get veNusa
{% endhint %}

<mark style="color:red;">--— VIDEO ---</mark>

## **Vote Existing Proposal**

1. Visit the [Nusa Official Website](https://home.nusa.io/) and click **Launch App**

   <figure><img src="/files/PjwdodXH1lguJUc0UlQT" alt=""><figcaption></figcaption></figure>
2. Click the **Connect** button to connect your wallet

   <figure><img src="/files/El3LLCBiIv0aSUoVgK0H" alt=""><figcaption></figcaption></figure>
3. Hover the **Governance** menu and click **Voting**<br>

## Create a New Proposal

1. Visit the [Nusa Official Website](https://home.nusa.io/) and click **Launch App**

   <figure><img src="/files/PjwdodXH1lguJUc0UlQT" alt=""><figcaption></figcaption></figure>
2. Click the **Connect** button to connect your wallet

   <figure><img src="/files/El3LLCBiIv0aSUoVgK0H" alt=""><figcaption></figcaption></figure>
3. Hover the **Governance** menu and click **Voting**


---

# 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.nusa.io/nusa-v2/governance/voting.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.
