# Create & connect a Wallet

## Intro to Non-Custodial Wallets

To start participating on the DeFi revolution & join IDOs on Impossible Finance, you first need to create your own personal crypto Wallet.

If you are coming from an Exchange and you are new to DeFi, here's a good video from Metamask explaining the differences between holding your money in a Wallet and holding it in an Exchange.

{% embed url="<https://www.youtube.com/watch?v=izvgAmbWPyE>" %}

## How to choose the correct wallet?

Choosing the most appropriate wallet based on your needs is vital. Wallets can be accessed via desktop computers & smartphones, and both options have different strengths.&#x20;

Let's take a look at the major differences between **desktop & mobile wallets**:

{% hint style="danger" %}
Your private key or recovery phrase ("seed phrase") should never be shared with anyone, no matter the situation, as it would give them complete control over your crypto.\
\
Store the private key safely offline.
{% endhint %}

### Comparison between Desktop & Mobile Wallets

|          Feature         | Desktop Wallet | Mobile Wallet |
| :----------------------: | :------------: | :-----------: |
|         Security         |        ✅       |       ❌       |
|     Damage Resistant     |        ✅       |       ❌       |
|        Portability       |        ❌       |       ✅       |
|        Ease of Use       |        ❌       |       ✅       |
| Power/connection outages |        ❌       |       ✅       |

You now understand a bit better the differences between the two type of wallets & should be able to decide which fits your needs the best.&#x20;

Over the next page, we'll offer some pros & cons on some of the most popular mobile & desktop wallets that you can use on Impossible Finance.


---

# 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://impossible.gitbook.io/impossible-finance-faq/start-here/get-started/create-and-connect-a-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.
