> For the complete documentation index, see [llms.txt](https://doc.juncachain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.juncachain.com/wallet_app/create_new_wallet.md).

# Create New Wallet

1.Launch the Junca app, sign up and select **Continue**.

![](/files/ne5VZbyvBAsZzBw21Ewe)

2.You can see **Your recovery phrase**, save it.

{% hint style="info" %}
🔥PROTECT YOUR SEED PHRASE Anyone who gains access to your seed phrase can access the contents of the corresponding wallet. Be cognizant of the fact that there is no recourse for theft of a seed phrase. To protect your seed phrase, consider the following tips.

* Never save or store your seed phrase as a digital file on any device.
* Always write down your seed phrase with a pen and paper.
* Store the paper with your seed phrase on it somewhere safe.
* Never give your seed phrase to anyone, not even support staff.
  {% endhint %}

![](/files/UFx1vB12dy1749D5rMJO)

3.Enter **the corresponding word** in the mnemonic according to the number in front to ensure that you have saved your mnemonic.

![](/files/LEHH4I6lnj5gTlLaUrtT)

4.Finally, enter your **wallet name** and wait for the procedure to finish creating the wallet.

![](/files/4Kd0XCH9J9YM5Nvwjn5P)

Congratulations, you have just created a wallet!


---

# 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://doc.juncachain.com/wallet_app/create_new_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.
