# Governance

## Voting System

We implement another important feature of shares, voting rights.

> With voting rights we want to give a large part of the control to the AID Community, within a regulated framework.

An important design consideration was to ensure that voting is not just a privilege for the whales, as it is on Wall Street in traditional stock markets.

Therefore, every [AID Token](/ecosystem/aid-token.md) holder has voting power (vp), at a ratio of

$$
1AID = 1vp
$$

### Voting Frequency

Voting will take place at certain intervals (expected to be 6 months).

### Call For Vote

We will make the call for votes public through our official channels. Only those who hold [AID Tokens](/ecosystem/aid-token.md) for the appropriate period of time will be eligible to vote, so we will try to filter out pump and dump actions when we get near to voting.

{% hint style="info" %}
For example, community votes on what the income from the [Charitable NFTs](/ecosystem/divisions/aid-charity.md) should be donated to, and where to plant trees in our next planting project.
{% endhint %}

### Eligibility to vote

You have to hold AID Token before the voting takes place for at least 6 months.


---

# 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://docs.newliveaid.com/ecosystem/governance.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.
