> 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/tokenomics-and-governance/mpdao-governance/glossary-mpdao.md).

# Glossary mpDAO

* **mpDAO:** Abbreviation for "Meta Pool's Decentralized Autonomous Organization." It represents the decentralized governance structure governing Meta Pool's operations.
* **Liquid Staking:** The process of staking cryptocurrency assets to earn rewards while still maintaining liquidity, allowing users to access and use their tokens without waiting for staking periods to end.
* **Decentralized Autonomous Organization (DAO):** An organization governed by code and consensus, typically on a blockchain, where decisions and actions are determined by the collective votes and contributions of its members.
* **mpDAO Token Holders:** Individuals or entities that hold mpDAO tokens, serving as primary stakeholders with influence over mpDAO's development, governance, and resource allocation.
* **Governance:** Decision-making and structure within an organization or network.
* **Community-Driven:** Decision-making that involves active community participation.
* **$META Token:** Governance token within Meta Pool's ecosystem.
* **Stakeholder:** Entity with a vested interest and influence in the organization's activities.
* **Multi-chain:** Expanding to operate on multiple blockchain networks.
* **mpDAO Grants:** Structured funding mechanism for community proposals aligned with mpDAO's goals.
* **mpDAO Goals:** Clear objectives that drive the vision and purpose of mpDAO, including fostering community-driven governance, enhancing blockchain network security, and promoting decentralized finance (DeFi).
* **mpDAO Treasury:** Reserved fund pool managed by mpDAO.
* **Vote-to-Earn Rewards:** Program rewarding community members for active participation in governance.
* **Proposal:** Formal submission outlining a project or initiative seeking funding.


---

# 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/tokenomics-and-governance/mpdao-governance/glossary-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.
