> 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/import-wallet.md).

# Import Wallet

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

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

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

<figure><img src="/files/Ulskd7k9CYBZFAgVa7U1" 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/A18aqomjDkSCFhj5wgK9" alt=""><figcaption></figcaption></figure>

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

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

5\. Enter your 12/24-word seed phrase or your private key. Be sure to double-check your entry to avoid typos. Click on <mark style="color:blue;">**Next**</mark> to proceed.

<figure><img src="/files/1J3ZTuNCdkzT9nVTx0vJ" alt=""><figcaption></figcaption></figure>

6\. Wait for Adena to load your account. This step takes a few seconds.

<figure><img src="/files/a0O0AgngFi0zsKK7xnwl" 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.
{% endhint %}

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

8\. That's it! You've successfully signed into Adena with your imported wallet. 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/ILTrqIMkfodk4TdQ1v6K" 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/import-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.
