# Multi-Sig & Timelock

Mind Network has implemented a proxy-based approach for the contracts to minimize the impact of any unforeseen issues.&#x20;

To further enhance security, all permissions related to contract upgrades and administrative functions are managed by a 48-hour timelock controlled by a 2/3 multi-signature mechanism.&#x20;

When there is a need for a contract upgrade or administrative configuration, the team initiates the request, and the designated multi-signature signer proposes the desired changes with a 48-hour timelock. During this 48-hour period, users have the option to decide whether they want to continue using the contract or opt out. Once the 48 hours have elapsed, the proposed upgrade or configuration change takes effect on-chain.

### **Ethereum**

| Contract  | Address                                    |
| --------- | ------------------------------------------ |
| Multi-Sig | 0xE00b18EfedFE68Aa3e835880cDEC49f06DF6C758 |
| Timelock  | 0x7bc0591102901979259986343FF64351E9757901 |

### **Scroll**

| Contract  | Address                                    |
| --------- | ------------------------------------------ |
| Multi-Sig | 0x2Ed0587Be9c4502E6799Cf92552AdA0B75E343B8 |
| Timelock  | 0x69F2F54B681Ac23700E6082743F496d8fd78BeA0 |

<br>


---

# 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.mindnetwork.xyz/minddocs/security-and-privacy/multi-sig-and-timelock.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.
