# SZNS Overview

<figure><img src="/files/0dunokcB6dWK41S28M3g" alt=""><figcaption></figcaption></figure>

## SZNS Contract Architecture

The SZNS contract system defines the decision-making process for Album governance configuration and treasury management.

### SZNS Governance

The governance contract for the sznsDAO uses a Gnosis multisignature wallet to make decisions. This provides a secure and easily modified system for collective governance over the protocol.

### SZNS Token Contract

The SZNS token contract manages the SZNS token economy, and holders of the token hold governance rights over the SZNS DAO.

### Album Factory Contract

The Album Factory defines the contracts created when a user launches an Album. These include the Album Governance Contract, the Album Governance Process Module (a wrapper defining the governance system), and the Album Token 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/overview.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.
