# Creating and voting on proposals

ANC holders that stake ANC tokens are eligible for participate in Anchor Governance. Through the **GOVERN** page's **Polls** section, stakers can vote on created governance proposals, guiding Anchor Protocol to flourish with increased capital efficiency.&#x20;

The **Polls** section of the **GOVERN** page displays:&#x20;

* **ID**: Incrementally increasing poll ID.
* **Poll Type**: Type of poll
* **Poll Status**: Current status of poll. Can be one of: **In Progress**, **Passed**, **Rejected**, **Executed**, or **Expired**.
* **Poll Title**: Title of poll
* **Linear graph of voter turnout**: Linear graph that visualizes the degree of governance participation for this poll, and the percentage of yes and no votes.
* **Voter Turnout**: Degree of governance participation for this poll
* **Percentage of yes votes**: Percentage of votes for this poll.
* **Percentage of no votes**: Percentage of votes against this poll.
* **Estimated end time**: Estimated time when voting for this poll will be closed.

## Creating a Poll

1\. Navigate to the **GOVERN** page.

![](/files/-MVUmvlZa1YTEq-oS9CC)

2\. Click the **\[Create Poll]** button.

![](/files/-MVUmxb1dxS6OEBvvEhj)

3\. Select a type of proposal to create. Available options are:

* **Modify Governance Parameters**: Propose a parameter change in Anchor Governance.
* **Spend Community Pool**: Request a grant from the community pool.
* **Submit Text Proposal**: Submit a text proposal.

![](/files/-MVUmyxHNb-Axg2d8oMs)

4\. After inputting proposed values, click **\[Submit]**.

![](/files/-MVUn1v4A44qUHfnkq-V)

5\. Station Extension should prompt you to sign a transaction that contains the poll creation operation. Confirm the details presented and enter your password to sign.

![](/files/-MVUn4i3r3SGfqf4sZde)

6\. Poll creation complete.

![](/files/-MVUn6U-Y72c2l2KEIEA)

## Voting on a Poll

1\. Navigate to the **GOVERN** page.

![](/files/-MVUoYgzE3Gu7quvaNEc)

2\. Click on the poll to vote on. The poll's status must be **IN PROGRESS**.

![](/files/-MVUo_5n92jjoALGClm4)

3\. Click **\[Vote]**.

![](/files/-MVUob4COLDiJtl-7JLI)

4\. Select whether to vote for (**YES**) or against (**NO**) the proposal, along with the amount of staked ANC to use as voting power.

{% hint style="danger" %}
Staked ANC tokens utilized in on-going polls **cannot be withdrawn** until the poll completes. In addition, the number of ANC used in a poll vote **cannot be modified** after the vote has been submitted.
{% endhint %}

![](/files/-MVUoc_HGZHO-u6Jp-hF)

5\. Click **\[Submit]**.

![](/files/-MVUoft6farmM6se11o9)

6\. Station Extension should prompt you to sign a transaction that contains the vote operation. Confirm the details presented and enter your password to sign.

![](/files/-MVUp-Eo2GEUcz4m9Ear)

7\. Vote complete.

![](/files/-MVUp0kXXH7R-QYVzIOs)


---

# 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.anchorprotocol.com/anchor-2/user-guide/webapp/govern/governance-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.
