# DAO Governance

#### Vote&#x20;

The governance of DAO is joint decision-making through Managers voting, and each Manager can initiate and participate in the voting.&#x20;

#### Initiate a Vote&#x20;

Any Manager can initiate a proposal vote.&#x20;

To Access: Vote - Create a proposal;

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

When creating a vote, you can select the desired vote type, including Add manager, Remove manager, Transfer, Super Manager, Management fee pool, Start redemption period

#### Participate in voting&#x20;

After initiating a proposal, other Managers can participate in the proposal and vote by clicking **\[Agree] \[Disagree**] on the voting list and voting details page.

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

Expiry is the end time of voting. After the voting time is over, no more voting can be done, and the \[Agree] and \[Disagree] buttons will disappear;

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

#### Vote History&#x20;

When the voting time is over, the voting is not completed, and the proposal automatically fails to enter the **History List.**&#x20;

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

#### Manager&#x20;

Member management refers to the addition, removal, and editing of Managers within a DAO. Adding and removing members from a successfully created DAO requires a collective decision by voting.&#x20;

Add -See above "[Join a DAO - Become a Manager](/product-guide/join-a-dao.md)"&#x20;

Remove- Removal by voting.

&#x20;

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

Edit- The creator of the DAO can make edits to the member names.

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

#### Limit Management (Super Manager)&#x20;

Voting allows you to manage asset types and amounts for Super Manager using Uniswap and AAVE.&#x20;

Uniswap: Authorize the use of Token types and quotas for the exchange of other assets; the Spending limit cannot be higher than the asset balance;

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

AAVE： Authorize the use of Token type and quota for Supply, Borrow, Repay, and Withdraw; the Spending limit can be higher than the asset balance, and AAVE authorizes an asset first to add the Token to the vault.


---

# 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://wiki.subdao.network/product-guide/dao-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.
