# Connect Wallet

MSafe is a decentralized web application and a smart contract multi-sig wallet interacting with Aptos EOA wallets. To use MSafe, you will need to install and create a wallet on Aptos through any of the following wallet providers that already integrated with MSafe wallet.&#x20;

* [Pontem Wallet ](https://chrome.google.com/webstore/detail/pontem-aptos-wallet/phkbamefinggmakgklpkljjmgibohnba)
* [Martian Wallet](https://martianwallet.xyz/)
* [Petra Wallet](https://petra.app/)
* [Fewcha Wallet](https://fewcha.app/)
* [Keystone hardware wallet (Via Fewcha)](https://keyst.one/)
* [Rise Wallet](https://risewallet.io/)
* [OKX Wallet](https://www.okx.com/web3)

## Connect wallet

Upon open the MSafe wallet web application, you will be asked to establish a connection with any of the Aptos wallets supported by MSafe.&#x20;

You may also connect the wallet through the `Connect Wallet` button.&#x20;

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

Choose one of the wallet extension, and approve the wallet to interact with MSafe.&#x20;

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

{% hint style="info" %}

* *Your MSafe app and the connected Aptos wallet shall be on the same network. For example, both of them shall be on Testnet or Mainnet.*&#x20;
* *Make sure you have created the account in wallet extension and have some APT token in your wallet.*
  {% endhint %}

After successfully connecting the wallet, you shall able to see the wallet address on the top right corner.&#x20;

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

## Disconnect wallet

If you want to disconnect wallet, you can click on the address and select disconnect.&#x20;

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

You can now select another wallet extension to interact with MSafe.&#x20;


---

# 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/connect-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.
