> For the complete documentation index, see [llms.txt](https://astralecosystem.gitbook.io/astralecosystemwhitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://astralecosystem.gitbook.io/astralecosystemwhitepaper/astral-ecosystem-2.0/astral-dao.md).

# ASTRAL DAO

Transparency is a pillar of Astral Ecosystem, and with that in mind, we are developing protocols for feedback and suggestions from our investors, making it a highly applicable resource for promoting open and transparent communication. We can understand the governance token as a type of token that allows its owner to contribute directly to the organization responsible for issuing it. The contribution occurs through votes, which can be voted at various decisions. Astral Dao has a token SHROOM which is used for both governance and value accrual. We will submit the proposals to DAO governance, where Astral Ecosystem investors will participate through the forum and in the future on the metaverse and will vote, and based on the votes.

Instead of voting with token amount a, in Astral Dao tokens are lockable for a selectable locktime tl, where tl < tmax, and tmax = 4 years. After locking, the time left to unlock is t ≤ tl . The voting weight is equal to:

<figure><img src="/files/GohBem9RJmLrVxTB6S1t" alt=""><figcaption></figcaption></figure>

In other words, the vote is both amount- and time-weighted, where the time counted is how long the tokens cannot be moved in future. The account which locks the tokens cannot be a smart contract (because can be tradable and/or tokenized), unless it is one of whitelisted smart contracts (for example, widely used multi-signature wallets). Most importantly, balanceOf() / balanceOfAt() and totalSupply() / totalSupplyAt() return the time-weighted voting weight w and the sum of all of those weights W = Pwi respectively.


---

# 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://astralecosystem.gitbook.io/astralecosystemwhitepaper/astral-ecosystem-2.0/astral-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.
