# HD Key-Derivation

The derivation paths used for HD Key-Derivation are important in case someone needs to recover from a seed phrase only and if particular private keys should be imported to other wallets, e.g. Metamask.&#x20;

Minerva uses three derivation paths:&#x20;

Identities (DIDs) -> `m/73'/0'/0'/index`\
Main Networks -> `m/44'/60'/0'/0/index`\
Test Networks -> `m/44'/1'/0'/0/index`

This clear distinction allows Minerva to avoid any mixing of indexes for identities (DIDs), main networks (e.g. Ethereum, ARTIS ∑1 or xDai Chain) and test networks (e.g. Kovan, Rinkeby or Görli).&#x20;

If the Minerva seed phrase (12-words) is imported to Metamask, it will generate the same keys and consequently the same addresses for **main networks**.&#x20;

{% hint style="info" %}
Metamask **won't** be able to access your tokens and coins you handled in Minerva on the test networks like Kovan, Rinkeby, Görli, etc. unless you use another tool to get a private key for the account at a specific path and import that into Metamask.
{% endhint %}


---

# 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.minerva.digital/technical/key-derivation.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.
