# DAO

## DAO

The DAO contract is an address guarded by a simple Gnosis Safe implementation. The DAO address holds all the DAO funds accumulated over time. For instance the DAO receives VSQ from every bond sold by the protocol. Below are listed DAO addresses by version, where the latest version represents the currently active address.

* **v1:** *Coming soon...*

The DAO contract is guarded by a 2 of 2 multisig. That means any transaction for making DAO changes must be approved by both signers, of which we have 2 signers in total. The operation security for our DAO is thus protected from a single actor going rogue, because it takes a quorum of 2 to authorize any transaction like engaging in DAO swaps. The 2 signing addresses for the DAO are listed below.

Note that all signers can be verified on [PolygonScan](https://polygonscan.com) as well as on [GnosisSafe](https://gnosis-safe.io/app/#/safes/0x245cc372C84B3645Bf0Ffe6538620B04a217988B/settings/owners).

1. [0x1fA58d1361f0344E367761dDE020Df9417aA3565](https://polygonscan.com/address/0x1fA58d1361f0344E367761dDE020Df9417aA3565)
2. [0xe06a1e612c4D5D07784D6e2e528A23Fe2bA75D97](https://polygonscan.com/address/0xe06a1e612c4D5D07784D6e2e528A23Fe2bA75D97)


---

# 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://vlabs.gitbook.io/vesq/contracts/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.
