# Collection DAOs

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

## Collection Contract Architecture

The Collection contract architecture combines well known contracts with new flexible governance tools to create a system that is simple and future proof out of the box.

### Governance Contract

The core of Collection DAO governance and decision-making uses a Gnosis multisig. The Gnosis safe provides an extremely secure and flexible option to build out a decentralized decision-making system managing the Collection assets.

### DAO Governance Process

The DAO Governance Process defines parameters around proposal execution. Once a proposal passes, there is an [arbitration period](/core-components/collections.md#arbitration-and-on-chain-execution) that opens using an oracle that human-verifies the outcome of the decision. Successful verification triggers the execution of the batched transactions defined in the proposal.

### Token Contract

The Collection token contract mints at Collection creation and responds to requests for future minting by the governance contract.


---

# 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.szns.io/smart-contracts/collection-daos.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.
