> For the complete documentation index, see [llms.txt](https://wiki.ternoa.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.ternoa.network/learn/ternoa-wallet/nova-wallet.md).

# Nova Wallet

Download the wallet on your mobile using [this link](https://play.google.com/store/apps/details?id=io.novafoundation.nova.market)

On the starting screen you’ll see the different options to create or import a wallet. If you already have a ternoa wallet click on “import wallet”, if not, please hit “create a new wallet”. If you’re importing an existing wallet, go directly to [this step](#tap-your-passphrase)<br>

<figure><img src="https://lh3.googleusercontent.com/fgGMpan06guMuTSANqVTyzUtyXKeWvaGh6GRobWY_jEvAJI9CPeYwcW927A0G9G2r6Ue4Fyz4goZxNxJ-cMtoW1H794Wpj2A7sgQ2UBB9P4O4z5kcEA8slzHDkOh0m-Z-wC8jmv3CpMGnCiYYQHWvlyhssehaFC4L8JFGwhf5DglXsxVfgs_elypfQ" alt=""><figcaption></figcaption></figure>

### Create a new wallet

Click on “create a new wallet”, you’ll be asked to name your wallet, enter the name of your choice then click on “Continue”

<div align="center"><figure><img src="https://lh3.googleusercontent.com/2z-8YK4k3y8TSoCFZtMNjBPXz_WD31D8qVUBJzUyCEmXXkkSjglvCpAQ7m8u3MWrh8LP3C9qlNHXhkJMtQhT1j6CB44eGLyJKbW48_4nGVa95xbY5Jzq3tkwiDsWxjJbXPKGGOcpJI4kegRs9yUjVYy_JVPNPw8lpc_j0uNXJNyr-hrlH_JUpmm0yw" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ZJDdXGlq3ooael8n7mLl" alt=""><figcaption></figcaption></figure></div>

### Save your passphrase

This is a critical phase, the passphrase is the key to your wallet, it’s crucial to keep it secured and NEVER share your passphrase with anyone (there is no good reason to give it to someone else, even from the Ternoa or Nova staff) Once properly saved, please click on “Continue”

### Tap your passphrase

You will be asked to enter your passphrase on this screen. Proceed and click on Continue. Your wallet is now all set! Congrats!


---

# 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://wiki.ternoa.network/learn/ternoa-wallet/nova-wallet.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.
