# Import from Metamask (Ethereum Derivation Paths)

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

1. Open the Nova Wallet application.
2. `Select` **I 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 Ethereum **secret derivation path** based on the number of your derived account.

For example, the **first (default)** account has the secret derivation path `//44//60//0/0/0`

The **second** account has the secret derivation path `//44//60//0/0/1`

The **third** account has the secret derivation path `//44//60//0/0/2`

This continues so that the **N** account has the secret derivation path `//44//60//0/0/`**`N-1`**

5. `Select` **Apply**.
6. `Select` **Continue**.


---

# Agent Instructions: 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:

```
GET https://docs.novawallet.io/nova-wallet-wiki/wallet-management/import-an-existing-wallet/import-from-metamask-ethereum-derivation-paths.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
