> 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-mpdao.md).

# FAQ mpDAO

<details>

<summary>What is the purpose of mpDAO?</summary>

mpDAO serves the purpose of addressing coordination and decentralization challenges among stakeholders involved with Meta Pool. It enhances transparency and inclusivity in decision-making, empowering the community to actively participate in shaping the platform's future.

</details>

<details>

<summary>What is the primary role of governance in mpDAO?</summary>

Governance in mpDAO plays a crucial role in facilitating decision-making, consensus-building, and coordination among network participants in a transparent, democratic, and decentralized manner.

</details>

<details>

<summary>How has Meta Pool evolved since its launch?</summary>

Meta Pool has evolved into a multi-chain Liquid Staking provider, expanding its presence across various blockchains, including Ethereum, and is aiming to achieve advanced governance.

</details>

<details>

<summary>When is Governance v0.2 scheduled to start?</summary>

Governance v0.2 is scheduled to commence in October 2023, building on the lessons learned during v0.1, which occurred from June to September 2023.

</details>

<details>

<summary>Who are the stakeholders behind mpDAO?</summary>

mpDAO Token holders are the main stakeholders of mpDAO, influencing resource allocation, proposal approval, and Meta Pool's strategic direction through participation in discussions, voting, and feedback.

</details>

<details>

<summary>What are the primary goals of mpDAO?</summary>

The primary goals of mpDAO are to foster community-driven governance, enhance blockchain network security through Liquid Staking, promote decentralized finance (DeFi), and empower the Meta Pool community.

</details>

<details>

<summary>How has Meta Pool's governance structure evolved in 2023?</summary>

In the latter half of 2023, Meta Pool's governance has evolved to accommodate multi-chain operations. mpDAO will oversee governance on the NEAR Protocol and redistribute fees through mpDAO Grants while integrating governance for other networks is pending for future versions of governance.

</details>

<details>

<summary>What is the purpose of mpDAO Grants?</summary>

mpDAO Grants are designed to support community proposals that align with mpDAO's goals, particularly in the areas of Liquid Staking and DeFi solutions.

</details>

<details>

<summary>How are mpDAO Grants funded?</summary>

mpDAO Grants are funded through fees generated by Meta Pool's Liquid Staking services.

</details>

<details>

<summary>What is the purpose of the Vote-to-Earn rewards program?</summary>

The Vote-to-Earn rewards program aims to incentivize active community participation in mpDAO governance by rewarding users for their involvement.

</details>

<details>

<summary>How can users claim their Vote-to-Earn rewards?</summary>

Users can claim their Vote-to-Earn rewards by visiting the Meta Pool website and navigating to the "vote -> My Power" section.

</details>

<details>

<summary>What is a proposal for mpDAO Grants?</summary>

A proposal for mpDAO Grants is a formal request for funding that outlines a specific project or initiative aiming to enhance Meta Pool's ecosystem. Proposals include essential details such as project objectives, execution plans, requested funds, and relevant documentation. Community members can submit proposals to contribute to the growth and development of Meta Pool.

</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-mpdao.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.
