# Wallet FAQ

## **Which wallet(s) can I use for AR tokens?**

The following are wallets (developed by the Arweave community) which are capable of storing AR tokens.

|                  | [arweave.app](https://arweave.app/)                                        | [Wander](https://www.wander.app/)                       |
| ---------------- | -------------------------------------------------------------------------- | ------------------------------------------------------- |
| AR tokens        | true                                                                       | true                                                    |
| dApp permissions | true                                                                       | true                                                    |
| Open Source      | true                                                                       | true                                                    |
| No Install       | true                                                                       | false                                                   |
| NFTs             | false                                                                      | true                                                    |
| PSTs             | false                                                                      | true                                                    |
| Page Archiving   | false                                                                      | true                                                    |
| Guide            | [Link](https://docs.arweave.org/info/wallets/arweave-web-extension-wallet) | [Link](https://docs.arweave.org/info/wallets/arconnect) |

### Arweave.app

[Arweave.app](https://arweave.app/) is an open-source web application, also available as an addon for [Chrome-like](https://chrome.google.com/webstore/detail/arweaveapp/hloekinecmafifaghekdjepphlabepkl) and [Firefox](https://addons.mozilla.org/firefox/addon/arweave-app) browsers. The source code is available on [Github](https://github.com/jfbeats/ArweaveWebWallet).

### Wander

[Wander](https://www.wander.app/) is a mobile wallet and browser extension available for Chromium-based browsers. More information is available in the [Wander documentation](https://docs.wander.app).

## **Why is it recommended to use an Arweave wallet?**

Wallets securely store your private keys and provide a bridge-like interface for dApps to sign transactions and other data with your approval. This protects your AR tokens from malicious applications, by preventing them from draining your wallet or signing a message without your consent.

## **How do I use an Arweave wallet?**

You can find the guides for each wallet above, by clicking on the links.

## **Can I use these wallets as a cold wallet?**

Yes, you can use most of the wallets available for Arweave to generate cold wallets. You can find a step by step guide for this [here](/developers/wallets/generating-cold-wallet.md).

**\* Please make sure to keep multiple copies of your wallet key file in secure locations, as we cannot help you to recover your wallet if you lose it \***

## **Are AR tokens compatible with any hardware wallets?**

We are almost there! Both Ledger and Keystone are working on integrating Arweave into their services. arweave.app has done the initial client integration but full support is pending an upcoming ledger release.

## **Can I send AR tokens to MyEtherWallet/another third party wallet or an ETH address?**

No, these are fundamentally incompatible. Don’t send your AR tokens to other blockchain addresses or wallets.

## **Are ECDSA wallets supported?**

Yes. Since the [2.9 hard fork](/developers/development/overview/ecdsa-keys.md), Arweave accounts may use either RSA or ECDSA (secp256k1) keys. Note that Arweave ECDSA addresses are **not** compatible with Ethereum addresses, even though both use secp256k1. See [ECDSA Keys](/developers/development/overview/ecdsa-keys.md) for details.

\## **Where can I see my AR token transfers' status?**

The [Viewblock](https://viewblock.io/arweave) block explorer allows you to discover and view statuses of Arweave transactions. To find your transfer, you can search for your wallet address or the ID of your transfer in the search bar, at the top of their site.


---

# 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.arweave.org/developers/wallets/wallet-faq.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.
