> For the complete documentation index, see [llms.txt](https://ethereals-blockchain.gitbook.io/ethereal-chain-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ethereals-blockchain.gitbook.io/ethereal-chain-documentation/wallets/app-wallets/ethereal-wallets.md).

# Ethereal Wallets

## Ethereal Wallets

Ethereal provides users with a choice to register and log in to their own wallet on either the web version or desktop. Regardless of the version, the wallet functions are identical, enabling users to manage their cryptocurrency assets seamlessly.

Moreover, our wallet is designed to be user-friendly and intuitive, offering a straightforward interface that simplifies the process of sending and receiving tokens, as well as tracking transaction history. Additionally, we are continually updating the wallet with the latest exchange rates, ensuring users are informed about the value of their holdings in real-time.

By offering users a choice of web or desktop versions, we strive to provide flexibility and convenience to our users, making it easy for them to manage their cryptocurrency assets from any device, anywhere in the world.

&#x20;The wallet is continually updated with the current ETRL exchange rates against all fiat currencies.

### Desktop Wallet

The desktop version enables users to store their wallet directly on their computer. Using the desktop Ethereal wallet, users are protected against online attacks, including phishing, IP spoofing, and XSS. You can download App on every popular OS - MacOS, Windows, Linux.

### Mobile Wallet

With mobile version you initialize your wallet with a single mnemonic phrase. This way you will never lose your private keys. You can easily, selling, transferring, as well as storing digital currency.

Available on: Android, iOS


---

# 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://ethereals-blockchain.gitbook.io/ethereal-chain-documentation/wallets/app-wallets/ethereal-wallets.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.
