> For the complete documentation index, see [llms.txt](https://docs.projectx.mx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.projectx.mx/project-x/dao/framework.md).

# Framework

### Introduction

The Decentralized Autonomous Organization (DAO) system within Project X is designed to give the holders a direct say in project decision-making. This document outlines how our DAO operates, leveraging NFTs as voting tokens to empower our community.

### Voting Power

[In the X DAO](https://peerme.io/peerings/project-x), each [Subject X](https://dapp.projectx.mx/explorer) (NFT) serves as a vote. This approach allows every NFT holder to actively participate in project decisions. While bigger holders have a bigger impact, it is important to note that there is not one member that holds more than 3.33% of the voting power at this moment.

### Proposal Mechanism

#### Community and Team Proposals

Proposals for actions, updates, or changes can be initiated by both community members and our project team within our Discord community and in an upcoming update, directly on the DAO platform. Each Proposal is required to have a clear structure, view and pool.

The Colossus, a select group of large holders (25+ NFTs), play a vital role in our DAO. They review and enhance proposed votes by the community before they go live. Their guidance ensures proposal clarity and quality.

### Voting Parameters

#### Transparency and Accessibility

To maintain transparency, we define the minimum number of votes required (for now set at 1.000 Votes) for a proposal to pass and the duration of voting (usually 3 to 7 days). This information is accessible on our partner platform, [PeerMe](https://peerme.io/peerings/project-x), where the voting process occurs. Please note that the voting time can change depending on the "speed of reaction to an event" or the magnitude of the vote.

### Future Enhancements

#### Inclusivity

In the near future, every NFT holder will have the ability to make direct votes. This can be done on the PeerMe or our official website, enhancing inclusivity and decentralization.

### Conclusion

The PROJECT X DAO framework empowers NFT holders by giving them a voice in project decisions. We are committed to maintaining transparency and quality through community involvement and the Colossus review. Our future enhancements will further democratize the decision-making process, "giving the power to the people".


---

# 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.projectx.mx/project-x/dao/framework.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.
