# Web Wallet

## Accessing the Web Wallet - <https://wallet.zp.io>

{% hint style="warning" %}
We advise you to bookmark the wallet url (<https://wallet.zp.io>) for an easier and safer access
{% endhint %}

{% hint style="danger" %}
**Security Notice**

Web wallets are inherently less secure than other forms of cryptocurrency wallets. You should not use this web wallet to secure or control any tokens or resources that you cannot afford to lose. The major weakness in any web wallet is that its code is delivered in the form of a web page, meaning that if the server is compromised, the attacker can cause it to deliver phishing code to the user, stealing private key data and using it to steal funds. An additional attack vector is the injection of malicious code into a compromised javascript dependency, for example MobX.js. Please use the [Desktop Wallet](/apps/wallet/deprecated-desktop-wallet/installers.md) if you want a higher level of security. Steps for using the web wallet as securely as possible:
{% endhint %}

Security Tips:

1. Only use a computer that you are sure is not infected with a virus. Viruses such as [keystroke loggers](https://en.wikipedia.org/wiki/Keystroke_logging) can steal your 24 word mnemonic phrase while you are typing it.
2. You should use a web browser with as little as possible extensions or none at all - and only if you completely trust those extensions. Preferably you should use a browser without any extensions.
3. For Chrome users use the [PWA](https://support.google.com/chrome/answer/9658361) version for more efficency and phishing security.

{% content-ref url="/pages/-LODjJdEGAnEwXy55zG1" %}
[Run Locally](/apps/wallet/web-wallet/run-locally.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MRFP3dUgmQd2m8sM5Jy" %}
[Wallet User Guide](/apps/wallet/wallet-structure.md)
{% endcontent-ref %}


---

# 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.zenprotocol.com/apps/wallet/web-wallet.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.
