# Celestium Governance

The protocol is governed by Celestium Protocol DAO LLC, an algorithmically-managed for-profit entity incorporated under the laws of the Republic of the Marshall Islands. This legal wrapper provides the protocol with institutional-grade infrastructure and a formal constitution (the Operating Agreement).

## Governance Scheme

The following structure displays all [Celestium Contract Addresses](/celestium-docs/celestium-governance/contract-addresses.md) and its relation to the Celestium governance structure.

TODO — embed governance structure diagram at `../public/governance-scheme.png`.

## Governance Principles

* **Algorithmic Management:** Decisions are submitted and recorded on-chain via the DAO Smart Contract on the Polygon blockchain, which is the sole authoritative venue for all governance actions.
* **Infrastructure Focus:** The Company operates exclusively at the infrastructure layer. It does not operate consumer-facing gambling services; instead, independent third-party operators are responsible for their own front-end applications and compliance.
* **Membership:** Participation is granted through holding a Pass NFT. Members who provide native tokens as liquidity (Active Liquidity Providers) hold the right to vote on protocol upgrades and the registration of new games.

## Governance Contract Addresses

The table below shows the addresses that belong to the quorum of Celestium as described in the governance scheme.

### Multisig & its rules

* Multisig address: `TODO_MULTISIG_ADDRESS`
* Quorum: **3/5**

| Signatory NO  | Signatory addresses |
| ------------- | ------------------- |
| Signatory 1/5 | `TODO_SIGNATORY_1`  |
| Signatory 2/5 | `TODO_SIGNATORY_2`  |
| Signatory 3/5 | `TODO_SIGNATORY_3`  |
| Signatory 4/5 | `TODO_SIGNATORY_4`  |
| Signatory 5/5 | `TODO_SIGNATORY_5`  |

### Timelock & its rules

* Timelock address: `TODO_TIMELOCK_ADDRESS`
* Min delay: 1 DAY
* Max delay: 4 DAYS
* Grace period: 1 DAY

### Check all the transactions and verify the transparency

* By clicking on the contract name you will be redirected to <https://polygonscan.com/> where you can see the contract itself.
* By clicking on gnosis safe owner address you will be redirected to the official web application of the multi-signature wallet provider <https://app.safe.global/> where you can see on-chain confirmation and rejection in real-time.


---

# 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://celestium-1.gitbook.io/celestium-docs/celestium-governance/celestium-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.
