# DAO Wallet

The DAO wallet is an address guarded by a simple Gnosis safe implementation. The DAO wallet holds all the DAO funds accumulated over time.

Access to the DAO wallet is controlled by a 3 of 5 multi-sig held by members of the core team.

* &#x20;V1: [0x65a5076c0ba74e5f3e069995dc3dab9d197d995c](https://polygonscan.com/address/0x65a5076c0ba74e5f3e069995dc3dab9d197d995c)


---

# 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.klimadao.finance/developers/contracts/dao-wallet.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.
