# Wallets

The integration of a [wallet](https://wiki.polkadot.network/docs/glossary#wallet) with Polkadot allows for simple and easy access to private keys and signing transactions. Below are some wallets that support Polkadot along with their development statuses.

#### Supported Wallets[​](https://wiki.polkadot.network/docs/build-wallets#supported-wallets) <a href="#supported-wallets" id="supported-wallets"></a>

| Wallet Name                                                         | Development State | Team Name | Description       | Custody       | Supports |
| ------------------------------------------------------------------- | ----------------- | --------- | ----------------- | ------------- | -------- |
| [Parity Signer](https://www.parity.io/signer/)                      | Live              | Parity    | iOS and Android   | Non-custodial | Staking  |
| [Polkadot-js Desktop](https://github.com/polkadot-js/apps/releases) | Live              | Parity    | Win, Mac, Linux   | Non-custodial | Staking  |
| [Polkadot-js extension](https://github.com/polkadot-js/extension)   | Live              | Parity    | Browser extension | Non-custodial | Staking  |
| [Polkadot-js apps](https://polkadot.js.org/apps/#/accounts)         | Live              | Parity    | Browser           | Non-Custodial | Staking  |

[Polkadot support](https://support.polkadot.network/) can provide assistance with issues related to Polkadot-JS, the Polkadot{.js} extension, or Parity Signer. For other wallet software, you should contact the developers of that wallet.

#### Treasury Funded Wallets[​](https://wiki.polkadot.network/docs/build-wallets#treasury-funded-wallets) <a href="#treasury-funded-wallets" id="treasury-funded-wallets"></a>

These are wallets which have been supported by either the Polkadot or Kusama Treasury via Treasury Proposal. Links in the Proposals section go to the Polkassembly post where the Treasury Proposal was discussed.

**WEB3 TECHNOLOGIES FOUNDATION DOES NOT ENDORSE THESE WALLETS**

These third-party wallets have been funded by the community through either the Polkadot or Kusama [Treasury](https://wiki.polkadot.network/docs/learn-treasury.md). You should use your own due diligence in researching and using them. The official Polkadot Support cannot provide support for issues with these wallets or other non-Parity developed wallets.

| Wallet Name                                   | Proposals                                                                                                                                                                                           | Development State | Team Name       | Description  | Custody       | Supports |
| --------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | --------------- | ------------ | ------------- | -------- |
| [Fearless Wallet](https://fearlesswallet.io/) | [1](https://kusama.polkassembly.io/treasury/23), [2](https://kusama.polkassembly.io/treasury/34), [3](https://kusama.polkassembly.io/treasury/74), [4](https://kusama.polkassembly.io/treasury/102) | Live              | SORAMITSU       | iOS, Android | Non-custodial | Staking  |
| [Polkawallet](https://polkawallet.io/)        | [1](https://kusama.polkassembly.io/treasury/32), [2](https://kusama.polkassembly.io/treasury/41)                                                                                                    | Live              | Polkawallet     | iOS, Android | Non-custodial | Staking  |
| [Stylo](https://stylo-app.com/)               | [1](https://polkadot.polkassembly.io/treasury/39)                                                                                                                                                   | Live              | Thibaut Sardan  | Android      | Non-custodial | Staking  |
| [Nova Wallet](https://novawallet.io/)\*       | [1](https://kusama.polkassembly.io/treasury/122), [2](https://kusama.polkassembly.io/treasury/158)                                                                                                  | Live              | Nova Foundation | iOS, Android | Non-custodial | Staking  |
| [Talisman](https://talisman.xyz/)             | Received a Tip\*\*                                                                                                                                                                                  | Live              | TalismanSociety | Browser      | Non-custodial | Staking  |

**\*NOTE ABOUT NOVA WALLET**

There's **another** Nova wallet that is **unrelated** to the Polkadot ecosystem. Users are advised to ensure that they use the correct Nova wallet by downloading the app from their official website: <https://novawallet.io/>. Before creating or restoring accounts , it is wise to double-check the wallet website URLs through official channels (most projects have it listed on their official social media handles).

**\*\*TIP FROM THE TREASURY**

This third-party wallet was not funded by a Treasury Proposal and instead received a tip from the Treasury. Unlike a Treasury Proposal, tipping is a separate system that the council members individually participate in to collectively decide on the value of the tip. Learn more about tipping on the [Treasury Page](https://wiki.polkadot.network/docs/learn-treasury##tipping).

### Encryption Enhancement[​](https://wiki.polkadot.network/docs/build-wallets#encryption-enhancement) <a href="#encryption-enhancement" id="encryption-enhancement"></a>

Some newly generated `JSON` account files cannot be imported (restored) into older wallet software. This is due to an enhanced encryption method, which is also noticeable in a slight delay when encrypting/decrypting your wallet. If you are unable to load a `JSON` file, please ensure that you are using the latest version of the wallet software. If you are still unable to load it, ensure that the wallet software is using the latest version of the [Polkadot API](https://polkadot.js.org/api/).


---

# 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://docs.callisto-pirl.com/faq/build/development-guide/wallets.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.
