> For the complete documentation index, see [llms.txt](https://monkeysland.gitbook.io/monkeys-land-zombie/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://monkeysland.gitbook.io/monkeys-land-zombie/utility/dao.md).

# DAO

## **What is DAO ? (Information about DAO)**

Decentralized Autonomous Organizations (DAOs) are a new type of organization where decisions are made from the bottom up and members collectively own the organization. The DAO allows anyone with a stake in the organization to participate in decision-making and influence how the organization operates.

Participating in a DAO usually requires holding a digital asset, such as a token or NFT, that represents your stake in the organization.

DAOs are built on smart contracts, which are self-executing pieces of code that run on blockchain networks. Ethereum was the first blockchain to use smart contracts, and many blockchains now support them. Smart contracts create the rules and governance structure of the DAO.

Members with shares in the DAO can propose new ideas or changes to the organization’s management structure, and other members can vote on these proposals. This model ensures that proposals are not spammed and are only approved when the majority of stakeholders approve them. The majority determination process varies between DAOs and is specified in smart contracts.

DAOs are completely transparent and independent. They are built on open source blockchains, so anyone can view the code and audit the organization’s financial transactions. DAO members can also participate in a treasury that is managed by a smart contract and automatically handles financial transactions.

## **DAO functionality for** Monkeys Land-Zombie **NFTs**

As Monkeys Land-Zombie has stated many times that it is a community-oriented project and important decisions are made by its community, by using the DAO feature, it intends to implement this issue in a transparent and fair manner.

It has been proven many times in the field of cryptocurrency and web3 that one of the most important reasons for the success of a project is the existence of a cohesive and united community. Since Monkeys Land-Zombie has big goals in mind, it intends to leave the decisions to its community, because the project development team believes that the community will always make the best decision.

As mentioned above, owning a digital asset gives you a stake in the DAO. The digital asset to enter the DAO, is Monkeys Land-Zombie NFTs.

By owning Monkeys Land-Zombie NFTs, depending on the number of your NFTs and their power, you will have a vote on important project issues.

* *The right to decide on various issues of the* Monkeys Land-Zombie *project belongs to the owners of the NFTs who prepared the NFTs in the drop.*


---

# 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://monkeysland.gitbook.io/monkeys-land-zombie/utility/dao.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.
