# DAO and Decentralization

Panther Protocol is a decentralized Protocol, governed by the Panther DAO, a decentralized autonomous organization for community-led decision-making. This section covers some of the DAO's procedures and history of the DAO, whereas the complete formal framework can be seen under [Governance Framework](/docs/panther-dao/panther-dao/governance-framework.md).

### **History and procedures**

Panther utilizes[ Snapshot](https://snapshot.org/#/pantherprotocol.eth) for community members to vote on[ Panther Improvement Proposals (PIPs)](https://github.com/pantherprotocol/panther-protocol-doc/blob/main/dao-proposals/README.md). PIPs cover various topics, from democratic procedures to code releases.

Once a proposal is published on[ Snapshot](https://snapshot.org/#/pantherprotocol.eth), it can be voted upon by the community. If the vote does not pass, no action is taken, preserving the community's power to decide the platform's direction.

Furthermore, the ongoing process of using[ Discord](https://discord.com/invite/WZuRnMCZ4c?ref=blog.pantherprotocol.io) and[ Telegram](https://t.me/pantherprotocol?ref=blog.pantherprotocol.io) to brainstorm with the community before issuing proposals changed with the release of Panther’s[ Discourse forum](https://forum.pantherprotocol.io/?ref=blog.pantherprotocol.io). Using the Panther forum, Snapshot Authors can refer back to the relevant discussions directly on the proposal itself, thus providing more context for the voters.

Admins and Authors for Panther's Snapshot page are voted on by the community. Authors can publish proposals in[ Panther Protocol’s space](https://snapshot.org/#/pantherprotocol.eth) on the[ Snapshot.org cloud service](http://snapshot.org/), and Admins can update settings on it. The roster of Authors and Admins is renewed every six months, as has happened via [PIP-8](https://github.com/pantherprotocol/panther-protocol-doc/blob/main/dao-proposals/proposal-8-new-snapshot-authors-and-admins.md) and [PIP-15](https://github.com/pantherprotocol/panther-protocol-doc/blob/main/dao-proposals/proposal-15-revise-snapshot-authors-and-admins.md). The latter marked the first time these roles were entirely handed to community members.

[PIP-14](https://github.com/pantherprotocol/panther-protocol-doc/blob/main/dao-proposals/proposal-14-governance-framework-and-dao-council/README.md) formalized an explicit [Governance Framework](/docs/panther-dao/panther-dao/governance-framework.md) to make it easier for the Panther community to participate in DAO governance.

PIP-14 also introduced the formation of a DAO Council entrusted with reviewing Panther Improvement Proposals (PIPs) from our Discourse forum. By verifying the alignment of proposals with Panther DAO’s mission, vision, and values, the Council can prevent spam requests and proposals that are out of budget or misaligned with Panther's scope and[ roadmap](https://www.pantherprotocol.io/roadmap?ref=blog.pantherprotocol.io).


---

# 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.pantherprotocol.io/docs/panther-dao/panther-dao.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.
