> For the complete documentation index, see [llms.txt](https://docs.metapool.app/master/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metapool.app/master/faq-frequently-asked-questions/faq-mpdao-and-governance/faq-voting.md).

# FAQ Voting

<details>

<summary>What do I need to vote?</summary>

Voting allows you to get voting power, voters rewards and to participate in the distributions of funds from Meta Pool’s DAO: Choose projects to be launched on Meta Yield, validators to give extra delegation and initiatives to receive funds for support projects.

</details>

<details>

<summary>Who can vote in the DAO?</summary>

All mpDAO token token holders who gain voting power by locking their tokens. This voting power can be utilized and reassigned to new voting positions in future voting rounds.

</details>

<details>

<summary>Is there any minimum voting power to vote? or maximum?</summary>

The minimum to vote is 1 and without maximum.

</details>

<details>

<summary>Where can I vote and get Voting Power?</summary>

In metapool.app, at the Vote section.

Lock your mpDAO tokens for a chosen period of time and get Voting Power.

</details>

<details>

<summary>Do I receive any payments for participating in voting rounds?</summary>

Meta Pool distributes 65%\* of their fees among the users that hold voting power in the DAO.\
\
\*Check the last proposal approved for more details <https://dev.near.org/meta-pool-official.near/widget/ImprovementProposals?tab=proposal&mpip_id=09>

</details>

<details>

<summary>What is Lock Period, Unbond period, Withdraw and Locking Position?</summary>

To obtain Voting Power you will have to lock your mpDAO. To lock your mpDAO you must choose an “Unbonding period”.&#x20;

Depending on the time chosen or in other words, the longer the Unbonding period chosen, the more Voting Power you will get. So is how you create a locking position to obtain voting power.&#x20;

In Meta Pool Vote there are three stages of locking positions:

* Lock Period: Period that starts at the creation of your locking position and allows you to vote (with Voting Power) and participate in the Meta Pool DAO. As long as your Lock Position is active and you have voted you will get payments for participating in the DAO.
* Unbond Period: In order to withdraw your mpDAOs you must start unbonding. This time is chosen at the moment of creating your locking position. You must wait for it to end before you can withdraw your mpDAOs. It should be noted that during this period you will not be able to vote or participate in the DAO with this Locking Position.
* Withdraw: once the Unbond period is over, the withdrawal of your mpDAOs is enabled.

</details>


---

# 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.metapool.app/master/faq-frequently-asked-questions/faq-mpdao-and-governance/faq-voting.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.
