# DAPP Store

MSafe dApp Store allows users to interact with any third party dApp UI that has integrated with MSafe. Integrating a dApp with the MSafe dApp Store enables multiple approvals for a dApp function call. This brings composable security to the Aptos ecosystem. MSafe dApp Store is a convenient place that displays all dApps with enhanced security through MSafe.

### Key User Benefits

1. Enhance security by preventing single points of failures.
2. MSafe dApp Store directs users to most popular projects on Aptos.

### User Flow:

1. Enter a dApp.
2. Select an MSafe wallet.
3. Select the dApp tab.
4. Select a dApp, start interacting with the dApp interface.
5. When a transaction proposal is submitted, the user waits for the other manager’s approval / confirmation.
6. Upon receiving enough approval, the transaction with the dApp will be executed on chain.


---

# 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/users/msafe-1.0-user-guide/dapp-store.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.
