> For the complete documentation index, see [llms.txt](https://legacy-docs.aragon.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.aragon.org/aragon/readme-1/legal-and-technical-infrastructure.md).

# Legal and technical infrastructure

{% hint style="info" %}
How Aragon and the AN DAO are structured
{% endhint %}

## The Aragon Association

The Aragon project is stewarded by the **Aragon Association**, a non-profit entity based in Zug, Switzerland, and governed by **Aragon Network Token (ANT)** **holders**.

**Within this legal infrastructure, the DAO is subdivided to streamline governance and execution:**

### **Main DAO**

The Main DAO is an Aragon Govern DAO that acts as the executor for community votes on Aragon Voice, enabling $ANT holders to exercise a direct token-weighted democracy over the network.

### **Executive Sub-DAO**

The Executive Sub-DAO (ESD) acts as strategy facilitator and finance director for the AN DAO. The ESD is responsible for scheduling payments and deciding on which initiatives to fund.

### **Compliance Sub-DAO**

Committee members of the Compliance Sub-DAO review all proposals to the AN DAO and any sub-DAO for compliance within the Charter and overall legal compliance, providing feedback to proposal creators where appropriate. They are charged with removing any proposals they deem to be non-compliant with any part of this Charter or illegal and assume full legal responsibility for the approval of any illegal, unlawful, criminal or fraudulent proposals.

### **Tech Committee**

The Tech Committee is responsible for overseeing the quality of the Aragon Network's code and [smart contracts](https://en.wikipedia.org/wiki/Smart_contract). Members of the Committee are required to review technical proposals in the Main DAO and sub-DAOs and either remove any offending proposals, suspend proposals pending a 3rd party audit or approve beneficial proposals that do not require an audit. The Committee will merge any approved repositories.

{% hint style="info" %}
You can read more about the Aragon Structure [here](https://andao.aragon.org/#Structure).
{% endhint %}


---

# 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://legacy-docs.aragon.org/aragon/readme-1/legal-and-technical-infrastructure.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.
