> For the complete documentation index, see [llms.txt](https://docs.novawallet.io/nova-wallet-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novawallet.io/nova-wallet-wiki/wallet-management/import-an-existing-wallet/import-polkadot-substrate-derived-accounts.md).

# Import Polkadot / Substrate Derived Accounts

We can think of the derived accounts as child accounts of the root account created using the original mnemonic seed phrase. Many Polkadot key generation tools support hard and soft derivation. For instance, if you intend to create an account to be used on the Polkadot chain, you can derive a **hard key** child account using **//** after the mnemonic phrase.

If you want to create another account using the Polkadot chain using the same seed, you can change the number Substrate secret derivation path. For example, `/1`, `/2`, and `/3` will create different derived accounts.

You can use any letters or numbers in the derivation path as long as they make sense to you; they do not have to follow any specific pattern. You may combine multiple derivations in your path, as well. For instance, `//bill//account//1` and `//john/polkadot/initial` are both valid. To recreate a derived account, you must know both the seed and the derivation path, so you should either use a well-defined sequence (e.g. //0, //1, //2...) or be sure to write down any derivation paths you use.

To import a Polkadot / Substrate account which is not the default derivation path, please follow these steps:

<div align="left"><figure><img src="/files/KccIcAvYtXyICoYUf0wj" alt=""><figcaption></figcaption></figure></div>

1. Open the Nova Wallet application.
2. `Select` **Already have a wallet.**
3. `Select` **Passphrase**.
4. `Input` your account's **mnemonic passphrase** and `Input` a **nickname** for your account. Then `Select` the **options button** at the top right of the screen.
5. Change the **Substrate** **secret derivation path** to suit the derived account that you wish to import. Refer to the details at the top of this section for more information.
6. `Select` **Apply**, and then **Continue**. You will now have imported your derived account.


---

# 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.novawallet.io/nova-wallet-wiki/wallet-management/import-an-existing-wallet/import-polkadot-substrate-derived-accounts.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.
