> For the complete documentation index, see [llms.txt](https://impossible.gitbook.io/impossible-finance-faq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://impossible.gitbook.io/impossible-finance-faq/start-here/get-started/create-and-connect-a-wallet/wallet-suggestions.md).

# Wallet Suggestions

As seen on the table at [Create & connect a Wallet](/impossible-finance-faq/start-here/get-started/create-and-connect-a-wallet.md), different types of wallets have different strengths & weaknesses.

Below, we'll have a list of **Pros & Cons** for some Wallet&#x73;**,** to help you decide on which one is the best for you.

{% tabs %}
{% tab title="Metamask" %}

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

|                                                        Pros ✅                                                        |                                                                                                    Cons ❌                                                                                                   |
| :------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|       <p></p><p>Available as a browser extension and mobile app, providing easy access on various devices.</p>       | <p></p><p></p><p>While Metamask is a popular choice, it is still a centralized solution, and some users may prefer fully decentralized wallets that give them complete control over their private keys.</p> |
| Simple and user-friendly interface for managing your tokens and interacting with decentralized applications (DApps). |                                                <p></p><p>Requires an internet connection to access funds, which might not be ideal in certain situations.</p>                                               |
|                  Supports hardware wallet integration, enhancing security for large token holdings.                  |                                                     <p></p><p>Some users have reported occasional issues with connectivity and transaction failures.</p>                                                    |
|                                                     {% endtab %}                                                     |                                                                                                                                                                                                             |

{% tab title="Rabby Wallet" %}

|                                                                       Pros ✅                                                                      |                                                                        Cons ❌                                                                       |
| :-----------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------: |
|                   Smooth, intuitive interface that automatically switches to the correct network when you interact with a dApp.                   |    <p></p><p>Because it handles many networks automatically, some users find it confusing when they want full manual control or custom RPCs.</p>    |
| <p></p><p>Built-in transaction simulation and risk preview show exactly what will happen before signing, reducing phishing or approval scams.</p> | Still a **hot wallet**, meaning private keys remain stored locally on your device — safer than custodial wallets but riskier than hardware wallets. |
|                  <p></p><p>Deep integration with DeBank makes multi-chain asset tracking and DeFi portfolio viewing seamless.</p>                 |                       Its ecosystem focus means support for non-EVM chains (like Solana or Bitcoin) is limited or unavailable.                      |
|                                                                    {% endtab %}                                                                   |                                                                                                                                                     |

{% tab title="Trust Wallet" %}

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

|                                                     Pros ✅                                                     |                                                               Cons ❌                                                               |
| :------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: |
| <p></p><p>Acquired by Binance, one of the largest cryptocurrency exchanges, which adds to its credibility.</p> | <p></p><p>While it supports multiple chains, the range of supported tokens may not be as extensive as some competitors.</p><p></p> |
|         <p></p><p>Multi-chain wallet with support for a wide range of cryptocurrencies and tokens.</p>         |           Some users have expressed concerns about the level of control Binance might have over the wallet's development.          |
|       <p></p><p>Intuitive and easy-to-use interface, suitable for beginners and advanced users alike.</p>      |                  <p></p><p>Reports of occasional connectivity issues and slow customer support response times.</p>                 |
|                                                  {% endtab %}                                                  |                                                                                                                                    |

{% tab title="Coin98" %}

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

|                                                        Pros ✅                                                        |                                                                Cons ❌                                                               |
| :------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------: |
| <p></p><p>User-friendly interface and smooth user experience, suitable for both beginners and experienced users.</p> | <p></p><p>As a relatively newer wallet, it might not have the same level of community trust as more established options.</p><p></p> |
|       <p></p><p>Multi-chain wallet, supporting a wide range of cryptocurrencies across different networks.</p>       |                 Some users may find the number of supported tokens overwhelming, making it challenging to navigate.                 |
|                       <p></p><p>Supports hardware wallet integration for enhanced security.</p>                      |                            Occasional bugs or performance issues have been reported in previous versions.                           |
|                                                     {% endtab %}                                                     |                                                                                                                                     |
|                                                     {% endtabs %}                                                    |                                                                                                                                     |


---

# 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, and the optional `goal` query parameter:

```
GET https://impossible.gitbook.io/impossible-finance-faq/start-here/get-started/create-and-connect-a-wallet/wallet-suggestions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
