# Seed Phrase Management

## How to find and export your **Mnemonic Passphrase**

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

1. Open the Nova Wallet application.
2. `Select` the **identicon** in the top right of the screen.
3. `Select` the **settings** option (cogwheel).
4. `Select` the **account** that you wish to export.
5. `Select` a **network**, in most cases you can choose Polkadot.
6. `Select` **Export account**.
7. `Input` your **pin** or provide **biometric** authorization.
8. `Select` **Mnemonic Passphrase**.

{% hint style="info" %}
You can also go through different exporting options on the [Export Wallet](/nova-wallet-wiki/wallet-management/export-wallet.md) page.
{% endhint %}

## Keep your **Mnemonic Passphrase** safe!

{% hint style="warning" %}
**Keeping your account's mnemonic passphrase secret, safe and secure is one of the most important things you can do in order to protect your digital assets!**
{% endhint %}

We strongly recommend that you do not store your passphrase digitally, and instead store it physically (this is so that if your device is compromised, your seed phrase remains safe).

However, having your seed phrase on a single piece of paper in a single location presents its own risks - what if an intruder steals the single piece of paper, or what if your house burns down in an accident?&#x20;

Due to this, we would strongly recommend the [Banana Split](https://github.com/paritytech/banana_split) method, or using similar logic to store your seed phrase in multiple shards!

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

These 3 shards should be physically separated from each other, to prevent a single accident from destroying all of the shards. If an adversary should steal just a single shard, they cannot gain access to your digital assets. We strongly advise against telling anyone where your shards are kept.


---

# 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/help-and-support/seed-phrase-management.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.
