# Governance

In its initial design, InstaLiq does not plan to make strong assumptions for the governance schemes of individual projects.

For the initial phase, this will mean funds and contract rights, like mint and burn capability, will belong to a multisig contract. We plan to integrate with Gnosis to facilitate this.

Multisig contracts with off-chain voting is a common structure for DAOs. We will use this as a lightweight baseline and develop more complex governance features, like on-chain execution for Snapshot votes, in later phases of the project.


---

# 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://awoods12.gitbook.io/instaliq-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.
