# Admin Controls

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdvuRGehIul1jfjLxjDJZFqzuGNbdecLLehDgjSlmlkoxuIhzyWqXpsC1rhVHRYkduHgYWqhQMoXbwmaMKlw6j5hj1EjUW5RNpNF8JkWnGxDuocMMMB7tueSjiwjqfUMW0YvB36vxAIK5afHM3Lz3iJxFuf?key=UEDOBSUfZlXKZSgH7Ign6Q" alt=""><figcaption></figcaption></figure>

## Contract Ownership

TempleDAO utilises a Gnosis Safe multi-signature smart contract to execute the protocol’s Administrative and Treasury operations. All of the protocol contracts are owned by the main TempleDAO multisig at: [0x4D6175d58C5AceEf30F546C0d5A557efFa53A950](https://etherscan.io/address/0x4D6175d58C5AceEf30F546C0d5A557efFa53A950).&#x20;

{% hint style="info" %}
The signers on the Gnosis are long-term community members who have a proven record of acting in the best interests of the DAO and who have demonstrated consistent and valuable contributions in their respective Enclaves.
{% endhint %}

Critical protocol contract functions are restricted by [onlyOwner](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/Ownable.sol) to prevent unauthorised changes or updates. Additionally, none of Temple’s smart contracts are upgradeable. If any contract logic needs to be changed, the entire contract must be redeployed.

TempleDAO is constantly improving its Admin Controls. More contract infrastructure is being built out to further automate and decentralise our Treasury operations and governance process. Read more about the vision and implementation for Temple governance in our [Medium](https://templedao.medium.com/a-new-foundation-for-treasury-management-f6693b7260d3).


---

# 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.templedao.link/technical-reference/admin-controls.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.
