> For the complete documentation index, see [llms.txt](https://melon-lee.gitbook.io/astrals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://melon-lee.gitbook.io/astrals/who-are-the-astrals/dao/elections.md).

# Elections

Our reputation scoring system enables good actors to enjoy numerous benefits from the DAO platform. Initially, the top 30 community members in the reputation ranking will enter the nomination stage, during which they can nominate themselves for one of seven positions:\
\
1\. President\
\- Oversees the operations of the community-led activities and coordinates teamwork\
\- Responsible for delivering weekly reports to the community regarding team activities\
\
2\. Alpha Team Leader\
\- Reaches out to Solana projects for collaboration, cross promotion, and whitelist opportunities\
\- Seeks investment opportunities for the DAO\
\
3\. Community Team Leader\
\- Organizes online and IRL community events\
\- Builds an environment in discord where holders can enjoy themselves\
\
4\. Marketing Team Leader\
\- Finds licensing and merchandizing opportunities for ASTRALS IP\
\- Has significant input over ASTRALS' social media presence and activities\
\
5\. Governance Team Leader\
\- Responsible for working towards complete decentralization of a permissionless, trustless DAO\
\- Develops smart contracts and forms with the development team to meet the community's needs\
\
6\. Design Team Leader\
\- Works with all teams to design marketing materials and UI/UX where they are needed\
\- Will get to work with Damien Guimoneau, world renowned 3D animator and artist\
\
7\. Development Team Leader\
\- Works with the governance team to develop smart contracts and forms for the DAO\
\- Assists teams and Mekka Lab with development work&#x20;

Until there are a minimum of three candidates for each position, the next 30 highest-ranked community members (based on reputation score) will be allowed to join the self-nomination stage every 12h. Nominations per position are limited to 10 on a first-come-first serve basis. \
\
Once a minimum of 3 nominations have been filled for each position, the election will move to the voting stage, from which all DAO members will select 7 community leaders, each leader will receive a council token.&#x20;

A leader can be voted out for being dishonest or disqualified at any time. The re-election will happen every 6 months or when a leader withdraw/gets voted out.


---

# 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://melon-lee.gitbook.io/astrals/who-are-the-astrals/dao/elections.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.
