> For the complete documentation index, see [llms.txt](https://doc.m-safe.io/aptos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.m-safe.io/aptos/overview/use-cases/protocol-admin-control.md).

# Protocol Admin Control

MSafe Wallet can be used to enable protocol administrative control functions, such as:

* Protocol key parameter change
* Emergency stop
* Community reward change.

By using a multi-sig wallet like MSafe, admin control functions can be safely executed, avoiding single points of failures or fraudulent activities by a single bad actor.

<figure><img src="/files/HmiCo9S2GrjuJLmyqots" alt=""><figcaption></figcaption></figure>

### How to use MSafe multi-sig developer tools for protocol admin control:

* (Recommended) Call an entry function with a script: [Call An Entry Function](/aptos/developers/sdk/call-an-entry-function.md)
* Call an entry function with interactive CLI: [Entry Function](/aptos/developers/interactive-cli/entry-function.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://doc.m-safe.io/aptos/overview/use-cases/protocol-admin-control.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.
