# ETHO Wallets Introduction

How you store and access your ETHO is directly proportional to how secure your funds will be. In the fight against malfeasance actors in the crypt scene, we are our own best ally. We need to remain vigilant and steadfast in how we approach every cryptocurrency transaction.

The Etho Protocol project currently supplies two methods for transferring ETHO between users.

1. [Desktop wallet](https://github.com/Ether1Project/Ether1DesktopWallet/releases): Installed on Windows or Linux machines. This wallet generates UTC/JSON files encrypted with passwords that represent the user's accounts.
2. [Web wallet](https://wallet.ethoprotocol.com/):
   1. Accessible via the web at <https://wallet.ethoprotocol.com> (***always check address & certificate***). This wallet generated UTC/JSON files encrypted with passwords that represent the user's accounts. It also allows the user to extract the [Private Key](https://blog.wetrust.io/why-do-i-need-a-public-and-private-key-on-the-blockchain-c2ea74a69e76), which is another way to access the wallet in addition to the UTC/JSON way. The web wallet supports the use of hardware wallets, which greatly enhance user funds protection. To find out how to use the web wallet, see [Setting up ETHO Web Wallet](/wallets/using-ether-1-web-wallet.md).
   2. You can also use a trusted 3rd party web wallet from <https://www.myetherwallet.com> in all the same ways as the official web wallet above.

{% hint style="info" %}
The recommended method of storing and accessing your ETHO is using a hardware wallet along with the [official web wallet](https://wallet.ethoprotocol.com/)
{% endhint %}


---

# 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.ethoprotocol.com/wallets/wallets-introduction.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.
