# Creating your LTO web wallet

## Creating a web wallet

The web wallet is an official vault for your LTO tokens. If don't have one already visit <https://wallet.lto.network/> and create a new account by selecting *Continue*:

![The wallet creation dialog.](/files/-Mb7J2kRQLBYfl1CA653)

Each wallet is unique and has a unique address. This uniqueness is based on an initial secret which in LTO's case consists of 15 words to which we refer to as **seed phrase**. Store these words somewhere safe and never communicate them to anyone. If you lose access to your wallet the seed phrase is the only possibility to restore that access. *Meaning, anyone with that seed phrase can also access your wallet.*

![Keep your seed phrase secret, never disclose it to anyone!](/files/-Mb7JFMa3FnfU7ePvUeq)

{% hint style="danger" %}
Scammers often masquerade as support or admin account lookalikes for cryptocurrency to ask you for your seed phrase. Never communicate it to anyone, not even if you think it's LTO support or LTO admins chatting with you.
{% endhint %}

After confirming that you wrote down your seed phrase you will have a small challenge by selecting the words in the right order to prove that you actually saved your seed phrase. Finish it and you're done! You now have access to your personal LTO web wallet.

![Congratulations! Your very own LTO web wallet.](/files/-Mb7JbtHgkRyM__Xyebb)

{% hint style="success" %}
By clicking the wallet address in the top left corner you copy it to your clipboard. This is very useful if you are transferring funds to your web wallet since you're immune to spelling errors.
{% 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.ltonetwork.com/tutorials/buying-and-staking-lto/creating-your-lto-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.
