> 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/smart-contract-deployment-and-update.md).

# Smart Contract Deployment & Update

By leveraging MSafe’s full on-chain interoperability, developers can use MSafe Wallet as the contract deployer or admin role to decentralize the ownership of the protocol.

## MOVE Module Publishing

First of all, the Aptos MOVE module is totally different from an Ethereum account model. The deployer address will always have the permission to upgrade the smart contract to an arbitrary logic. Thus it is very important to have a multi-sig wallet like MSafe Wallet to deploy the smart contract, so that there will be multiple people, who own the permission, responsible for the Move module upgrade. This will decrease the risk of rug pulls by the project developer.

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

#### How to deploy smart contract with MSafe multi-sig developer tools:

* (Recommended) Publish a Move module with script: [Smart Contract | Deploy a MOVE Module](/aptos/developers/sdk/smart-contract-or-deploy-a-move-module.md).
* Publish a Move module with interactive CLI tool: [Smart Contract | Module Publish](/aptos/developers/interactive-cli/smart-contract-or-module-publish.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/smart-contract-deployment-and-update.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.
