# Voting on Proposals

To be able to vote on Nucleon’s governance platform, you will need to lock NUT for a period of time. Your voting power will be proportional to the amount of NUT locked and the lock duration.

To vote on proposals, you can follow the next steps:

**Step 1:** Review the available proposals in the governance platform and select the one you wish to vote on.

<figure><img src="/files/t0wZ0MGmUSbiSnTYZxai" alt=""><figcaption></figcaption></figure>

**Step 2:** Once the proposal is selected, choose the option you want to support. Then, select the "Vote" button.

<figure><img src="/files/brw6w7Uz7NIHz71DhBnb" alt=""><figcaption></figcaption></figure>

**Step 3:** Review the transaction contract and make sure everything is correct. Then, select the "Confirm" button to approve the transaction.

<figure><img src="/files/vcyB5idIb28jYN2aNJzS" alt=""><figcaption></figcaption></figure>

**Step 4:** Once the transaction is confirmed, you can review the transaction details to ensure that your vote has been registered correctly.

<figure><img src="/files/NGMARTEHRREfDwkKgQ6X" alt=""><figcaption></figcaption></figure>

That's it! You have now voted on the selected proposal. Remember, your vote can help decide the final outcome of the proposal.


---

# 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://doc.nucleon.network/user-guide/nut-governance-token/voting-on-proposals.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.
