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

# What is AIN DAO

## Mission

The AIN DAO is a Decentralized Autonomous Organization (DAO) that governs the AI Network ecosystem. Our mission is to build a network that makes AI accessible for everyone to share and collaborate anywhere in the world in real time. We believe collaboration is the future of AI, and together, we will achieve the world’s largest network of GPUs, models, and data.

## Roles

An NFT membership is required to access AIN DAO and participate in its governance. (i.e., decision-making, proposing new initiatives, voting).

We have three roles for our members to choose from based on the individual traits and skills they can use to contribute to the AIN DAO. Members will choose their roles, and depending on the member’s level of expertise, they will be assigned from Level 1 to Level 5 following a level sorting system. I.e., Scholar Level 1, Creator Level 3, etc.

The roles are:

* Captains: 👨⚓🌊 Ahoy! Every ship should have a good captain! Captains are members who can provide resources to AIN DAO, such as RUNO holders, investors, and sponsors.
* Creators: ​🎨​🖼💎​ Drop your best AI Creation! Creators are members of AIN DAO with skills in AI and NFT creation.
* Scholars: ​💻​👨‍💻​ 👩🏻‍🎓 It's all about the Algorithm! Scholars are developers and researchers of open-source AI-related projects (formerly known as Ainizers) and blockchain developers.
* Citizens: 🚶🚶🏾‍♀️🌎 Just passing by! Citizens are non-members who are not skilled enough to take a role but are interested in learning or getting to know more about AIN DAO. Since Citizens are non-members, they will always be considered to be Level 0.

> If you're interested in joining AIN DAO, please fill out this [form](https://docs.google.com/forms/d/1byA4y83zjZ_AICnoDWnRNHzHNgK6PFuyJpwKtyj_0Vs)!

## Roadmap

Coming soon!


---

# 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.ainetwork.ai/ain-dao/what-is-ain-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.
