# What can you do with MSafe wallet?

MSafe (A.K.A. Momentum Safe) supports a wide range of functionalities for users.

### For consumers:

* [Hold, manage (receive and send) digital assets](/aptos/overview/use-cases/treasury-management.md).&#x20;
* [Interact with other dAPPs such as staking, lending, yield farming (coming soon).](/aptos/overview/use-cases/dapp-store-integration.md)

### For developers:

* [Deploy or upgrade a move module ](/aptos/overview/use-cases/smart-contract-deployment-and-update.md)
* [Call a move entry functions ](/aptos/overview/use-cases/protocol-admin-control.md)
* [Integrate with MSafe App store ](/aptos/developers/integrate-with-msafe-dapp.md)
* [Add wallet to MSafe Web](https://github.com/Momentum-Safe/msafe-wallet-adaptor)

### Links and contacts:

* Official website: [https://www.m-safe.io/ ](<https://www.m-safe.io/ >)
* Twitter: <https://twitter.com/MomentumSafe>&#x20;
* Discord: [https://discord.gg/kP72scT7pu ](<https://discord.gg/kP72scT7pu >)
* Github: <https://github.com/Momentum-Safe>&#x20;
* Mainnet application: <https://app.m-safe.io>


---

# 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://doc.m-safe.io/aptos/overview/what-can-you-do-with-msafe-wallet.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.
