# Create wallet

If you don't have an account on the Waves blockchain, we recommend creating an email wallet. Unlike a seed wallet, you can use your email wallet in different browsers and on different devices without having to import it every time. No need to care about keeping your private key secret: the key is split into several parts stored separately by independent participants — see [Decentralized threshold crypto custody](https://medium.com/wavesexchange/decentralized-threshold-crypto-custody-5503a5d518e8) for details.

1. At Puzzle Lend, click **Connect wallet** in the upper right corner.
2. Select **WX.Network Email**.
3. On the login page, click **Sign Up**.\
   ![](/files/b8EXhWKkD6oXSYCKwJW0)
4. Enter your email address.
5. Create a password and confirm it.
6. Click **Create Account**.\
   ![](/files/sJIT6YhWaRghdXiSQm1w)
7. On the next screen, enter the six-digit code that you receive in the mail.\
   ![](/files/MBoQpedQaJ3ulBxQZck6)
8. Enter your password again and click **Log In**.

{% hint style="success" %}
For maximum security of your funds, enable two-factor authentication (one-time password login) in your account.
{% 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://puzzle-lend.gitbook.io/guidebook/get-started-on-waves/create-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.
