# Supported Wallets & Browsers

This service supports the following browsers and wallets to ensure users can securely and easily connect to the blockchain network. If your preferred wallet is listed below, you can use it to sign transactions and manage your assets seamlessly.

Please note that using a wallet not listed here is strongly discouraged, as it may not function properly with our service and could result in the loss of your assets.&#x20;

{% hint style="warning" %}
In particular, **INTMAX wallet** is also not supported at this time.
{% endhint %}

The list of supported wallets may be updated periodically, so please refer to this documentation for the most current information.

### Supported Browsers <a href="#supported-browsers" id="supported-browsers"></a>

The recommended browsers are as follows:

* **Mac:** Safari and Google Chrome
* **Windows:** Google Chrome
* **Android:** Google Chrome
* **iOS:** Safari

### Supported Wallets <a href="#supported-wallets-1" id="supported-wallets-1"></a>

| Application Name | Supported OS                                                                         | Note                                                                                                          |
| ---------------- | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- |
| Metamask         | <p>MacOS Chrome extension<br>Windows Chrome extension<br>iOS app from iOS Safari</p> |                                                                                                               |
| Bitget Wallet    | <p>MacOS Chrome extension<br>iOS app from iOS Safari<br>iOS in-app browser</p>       | [BitGet Wallet (iOS App)](https://docs.network.intmax.io/user-guides/supported-wallets/bitget-wallet-ios-app) |
| Coinbase Wallet  | MacOS Chrome extension                                                               |                                                                                                               |
| OKX Wallet       | MacOS Chrome extension                                                               |                                                                                                               |
| Rabby Wallet     | MacOS Chrome extension                                                               | [Rabby Wallet](https://docs.network.intmax.io/user-guides/supported-wallets/rabby-wallet)                     |
| Trust Wallet     | <p>MacOS Chrome extension<br>iOS app from iOS Safari</p>                             | [Trust Wallet](https://docs.network.intmax.io/user-guides/supported-wallets/trust-wallet)                     |
| Phantom Wallet   | MacOS Chrome extension                                                               | [Phantom Wallet](https://docs.network.intmax.io/user-guides/supported-wallets/phantom-wallet)                 |

{% hint style="warning" %}
**NOTE**: "iOS app from iOS Safari" means connecting to a wallet app from the Safari browser.
{% endhint %}

#### Unsupported Wallets <a href="#unsupported-wallets" id="unsupported-wallets"></a>

* **INTMAX Wallet**: Differs from addresses generated by other wallet apps.
* **Safe Wallet**: Signature verification will fail due to an incompatible signature format.
* **Hardware Wallets**: May generate a different INTMAX address for each connection.
* **Coinbase Wallet (iOS Safari)**: Unable to connect.
* **Rabby Wallet (iOS Safari)**: Unable to connect.
* **OKX Wallet (iOS Safari)**: Unable to deposit ETH.

### Connecting Your Wallet to the Sepolia Test Network <a href="#connecting-your-wallet-to-the-sepolia-test-network" id="connecting-your-wallet-to-the-sepolia-test-network"></a>

To interact with the Testnet environment, your wallet must be connected to the **Sepolia network**. Please note that some wallet applications do not include Sepolia in their default network list. In such cases, you will need to manually add the Sepolia network. Refer to the official documentation or in-app instructions for your wallet to learn how to add a custom network. Make sure the Sepolia network is added and selected before proceeding with any Testnet-related operations.

{% hint style="info" %}

### Additional Note <a href="#additional-note" id="additional-note"></a>

* When using a mobile wallet on an mobile device, it is highly recommended to access DApps through the **In-App Browser** provided within each wallet application. Some wallets may become unstable when connecting to DApps via external mobile browsers like Chrome or Brave. This can result in issues with DApp communication or signing transactions. Using the In-App Browser ensures that the wallet and DApp operate within the same secure environment, significantly reducing connection issues.<br>
* When importing a private key created in Wallet App A into another Wallet App B, it is **NOT guaranteed** that the INTMAX address will remain the same when connected via Wallet A and Wallet B. Please ensure that you always use the same wallet app for connection.
  {% endhint %}


---

# 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://intmax-general.gitbook.io/intmax-privacy-mining/getting-started/supported-wallets-and-browsers.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.
