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

# Governance

Vote in the Governance using vMUDOL which can be obtained by staking $MUDOL2.

### **◆ Governance Vote Preparation**

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

**① \[Setup Voting]**

Setup Voting is required only once in order to vote.

### ◆ Governance Page

<figure><img src="/files/7EPJziWl0SdngLtlSCoG" alt=""><figcaption></figcaption></figure>

**① \[Proposals]**

The list of Proposals registered in the Governance.

**② \[Filter]**

You can select the filter depending on the status.

**③ \[Proposal Register Number]**

Shows the number of registered Proposals.

**④ \[Participation]**

You can check the participation status of the corresponding Proposal.\
(Participating / Not Participating)

**⑤ \[Status]**

Shows the status of the Proposal.\
(Ready) / (On-Going) / (Cancel) / (Passed)

**⑥ \[Title and Period]**

Shows the Title and Period of the Proposal.

**⑦ \[Total Voting Power]**

Shows the status of the total Voting Power of the listed Proposals.

**⑧ My Voting Power**

You can check your vote status and the number of vMUDOL, and you can Setup to use your vMUDOL as Voting Power through “Get Started”.

### ◆ Proposal Page

By selecting on a Proposal, you can see the detailed window.

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

**① \[Proposal Register Number]**

Shows the number of registered Proposals.

**② \[Participation]**

You can check the participation status of the corresponding Proposal.\
(Participating / Not Participating)

**③ \[Status]**

Shows the status of the Proposal. \
(Ready) / (On-Going) / (Cancel) / (Passed)

**④ \[Proposal Information]**

Shows the Title, Information, and the corresponding Proposal. You can vote by pressing the vote button.

**⑤ \[Proposal History]**

Shows the start of the vote, end of the vote, and the vote application period of the Proposal.


---

# 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://docs.heroblaze3kd.io/guide/p2e-guide/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.
