# DAO

### The basic concept of DAO

Anglium DAO is a mechanism for joint network management that ensures transparency, decentralisation, and trust between all participants in the ecosystem.

> DAO is not just voting.\
> It is a structure that allows joint decisions to be made about the development, economics, and technical parameters of the network.

### Who is part of DAO

At the current stage (Phase II), DAO members are NFT Node Pass holders.

| Role                     | Permissions                                                                              |
| ------------------------ | ---------------------------------------------------------------------------------------- |
| **NFT Node Pass Holder** | can create DAO proposals, submit them for voting, and participate in private discussions |
| **Regular Network User** | can view proposals and vote on them via the Dashboard                                    |

> Thus, DAO forms an ‘internal parliament’ of the network, where initiatives are created by NFT holders and approved by the community.

### How the DAO process works

1. Initiating a proposal\
   An NFT holder creates an idea in the DAO panel (via the Dashboard).\
   For example: ‘change the farming algorithm’, ‘add a new AI balancer parameter’, ‘allocate a grant from the DAO Treasury’.
2. Proposal publication\
   The proposal undergoes internal moderation (AI spam filtering)\
   and appears in an open list for voting.
3. Voting\
   &#x20;  Voting takes place in the Dashboard or via a Solana smart contract.\
   &#x20;  Each user has one vote (depending on the amount of $ANG or NFT).\
   &#x20;  Voting duration: 3–7 days.
4. Decision implementation\
   If the proposal is approved, its result is automatically published in the DAO logs,\
   and the changes are sent to the Anglium Core system for implementation.

### DAO Treasury

The DAO has its own treasury — the DAO Treasury, which is stored in Solana smart contracts.\
It finances:

* grants for developers and partners;
* participant incentive programmes;
* B2B integrations;
* future votes on AI balancer parameters.

DAO members can vote on how these funds are used

### DAO Rules & Voting Weights

| Criterion                | Voting Power        |
| ------------------------ | ------------------- |
| 1 NFT Node Pass          | 1 base vote         |
| 1 $ANG (staked)          | 0.001 vote          |
| Pro/Core/Elite Supporter | +5–10% weight bonus |

> The DAO may change this formula through a separate vote in the future.

### DAO Phases

| Phase                                  | Description                                           |
| -------------------------------------- | ----------------------------------------------------- |
| **Phase I — NFT DAO Alpha**            | only NFT holders can create proposals                 |
| **Phase II — Public Voting Beta**      | users can vote via the Dashboard                      |
| **Phase III — Full DAO 2.0**           | all voting happens fully on-chain on Solana           |
| **Phase IV — DAO 3.0 (AI Governance)** | AI assists the DAO in analyzing and forming proposals |

### Security and transparency

* All DAO decisions are stored in Solana smart contracts.
* Access to DAO is provided through the Dashboard with a wallet signature.
* An internal AI moderation system prevents spam and fraudulent offers.
* All DAO activity data can be verified in the public DAO Explorer (available after the launch of Dashboard v2).


---

# Agent Instructions: 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:

```
GET https://angliums-organization.gitbook.io/anglium-network/economic/dao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
