> For the complete documentation index, see [llms.txt](https://docs.adena.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adena.app/user-guide/sign-in/advanced-options/create-new-wallet.md).

# Create New Wallet

1\. Click on <mark style="color:blue;">**Advanced Options**</mark>.

<figure><img src="/files/RKqOnAY35sOsZ9OiW3mO" alt=""><figcaption></figcaption></figure>

2\. Select <mark style="color:blue;">**Create New Wallet**</mark>.

<figure><img src="/files/72k56c5PrakGroc7472K" alt=""><figcaption></figcaption></figure>

3\. Confirm that you acknowledge that this will store a seed phrase on your device, and click on <mark style="color:blue;">**Next**</mark>.

<figure><img src="/files/6IKwumZFQKXv4W6OPbin" alt=""><figcaption></figcaption></figure>

4\. Complete a mandatory Questionnaire to demonstrate your understanding of good security practices for self-custody.

<figure><img src="/files/DCiMdyD61zWn0zjwsuuA" alt=""><figcaption></figcaption></figure>

5\. Adena will generate a new seed phrase for you. Carefully read the warnings and proceed by activating the <mark style="color:blue;">**Checkbox**</mark> and clicking on <mark style="color:blue;">**Reveal Seed Phrase**</mark>.

<figure><img src="/files/dGxLCtj1Rmh3u3sAtWCe" alt=""><figcaption></figcaption></figure>

6\. Your seed phrase will be hidden by default. Press on <mark style="color:blue;">**Hold to Reveal**</mark> to view your phrase. After you have saved it in a secure place, activate the <mark style="color:blue;">**Checkbox**</mark> and click on <mark style="color:blue;">**Next**</mark> to proceed to the next step.

{% hint style="danger" %}
**Protect your seed phrase!**

Your seed phrase is the only way to recover your wallet. Anyone with your seed phrase can steal your funds, so be sure to keep it somewhere safe. Also, note that our team will NEVER ask for your seed phrase under any circumstances. Check out [this blog post](https://medium.com/onbloc/mnemonic-101-730cf03cb254) to learn more about how seed phrases work and tips to keep them secure.
{% endhint %}

<figure><img src="/files/8RYFVvrZeawqSHx3VN08" alt=""><figcaption></figcaption></figure>

7\. Create a password that you will use to unlock your wallet. Confirm your password by re-entering it in the lower field, activate the <mark style="color:blue;">**Checkbox**</mark>, and click on <mark style="color:blue;">**Save**</mark> to proceed.

{% hint style="info" %}
**How to create a secure password**

Your password must be 8\~256 characters long and contain alphanumeric or special characters. Avoid using common passwords such as *12345678*, *qwerty12*, or *password*. Note that this password is unique to your current device.&#x20;
{% endhint %}

<figure><img src="/files/l8QtKlCS0TmoURTcBCYu" alt=""><figcaption></figcaption></figure>

8\. That's it! You've successfully signed into Adena with your newly created seed phrase. Be sure to pin Adena for easy access, and click on <mark style="color:blue;">**Start**</mark> to complete your setup!

<figure><img src="/files/csU4bkz6scq5ydUhyfZc" alt=""><figcaption></figcaption></figure>


---

# 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://docs.adena.app/user-guide/sign-in/advanced-options/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.
