> For the complete documentation index, see [llms.txt](https://docs.cryption.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryption.network/products/get-started/create-wallet.md).

# Create Wallet

To get started on PolyDEX, the first thing you'll need is to set up a wallet that supports Polygon ( Matic ). Wallets are available both on desktop computers and on smartphone devices. You'll need to choose the wallet that fits your needs best.

{% hint style="danger" %}
**When you're setting up a wallet, be sure to:**

* ✅ **Download and install only the latest version from an official source.**
* ✅ **Follow the setup guide carefully.**
* ✅ **Safely back up your recovery phrases.**
* ❌ **NEVER share your recovery phrases with anyone, under any circumstances.**
* ❌ **NEVER input your recovery phrase to a website or app, other than your wallet app.**
  {% endhint %}

## Smartphone/Mobile or Desktop wallet?

Mobile device wallets and desktop-based wallets have different strengths and weaknesses. Consider which fits your needs better to help decide which type of wallet to use.

|                                   | Mobile | Desktop |
| --------------------------------- | ------ | ------- |
| Use anywhere                      | ✅      | ➖       |
| Easy to use                       | ✅      | ➖       |
| More secure                       | ➖      | ✅       |
| Accessibility friendly            | ➖      | ✅       |
| Damage/loss/theft resistant       | ➖      | ✅       |
| Power/connection outage resistant | ✅      | ➖       |

## **Smartphone/Mobile wallets**

Smartphone/Mobile wallets allow you to access your crypto almost anywhere. Wallets are available on both Android and iOS devices.

We have launched Cryption Wallet app officially on Android. There are other alternatives available like Trust Wallet, Metamask. Cryption wallet will support polyDEX extensively in the near future which will make access to PolyDEX and partner dapps very easy for users.&#x20;

For more info: [Cryption Wallet App](https://app.gitbook.com/@cryption-network/s/cryption-networ-1/~/drafts/-Mfep857RnrIVSlitY0W/cryption-wallet-app)

## **Desktop/Web Browser wallets**

Desktop wallets are available on your home computer or laptop computer. Wallets on your computer can run as standalone applications, or as web browser plugins for popular browsers like Chrome and Firefox.

Metamask is the most populat web wallet used today. You can download the metamask from here: [Metamask Official Page](https://metamask.io/). Make sure to checkout their docs, to understand how metamask works and what are the features.

{% hint style="danger" %}
\*\*NEVER, in any situation, should you ever give someone your private key or recovery phrase ("seed phrase"). This will give someone complete access to your crypto!

The genuine Cryption Network site and staff will never ask you to input your seed phrase.\*\*
{% endhint %}

## Social Logins ( Torus Wallet )

Cryption Network's main goal is to make DeFi and crypto more accessible to retail users. Getting familiarised with all the wallets and intricacies pose a challenge and hindrance for the new users which might put them off.&#x20;

To tackle this issue, we have integrated novel service: Torus Wallet which enables users to use PolyDEX by using their social logins like google, facebook, twitter and discord. This is the recommended way for new users to start. This way, new comers can start using PolyDEX immediately while giving them window to learn and get familiar at the same time.

Once you become familiar enough, you should then move on to using Metamask like browser wallet which gives you complete control over your sensitive keys.

![Screenshot of login modal on PolyDEX](/files/-Mff5NBZi6SLf899UotK)


---

# 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://docs.cryption.network/products/get-started/create-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.
