> 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.md).

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