# Gaurdians & Multisigs

### **Pause Gaurdians**

As a safety mechanism some of the contracts are able to be paused if a hack, exploit, or bug is detected early enough. It can only pause the protocol, and the pauseGaurdian is DAO changeable.&#x20;

### **Relevant Addresses:**

**Ethereum**

*

**Optimism**

* 3 of 6 opMultiSig: 0x652AbFA76d8Adf89560f110322FC63156C5aE5c8 2.
* opPauseGaurdian: 0xF7dc916eC6ee854b3a32f5D8DcF2ED0582e05Dc3 3.
* opOwner: 0x946A2C918F3D928B918C01D813644f27Bcd29D96


---

# 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.union.finance/governance/union-dao/gaurdians-and-multisigs.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.
