# Backup your account

Ensuring access to your funds requires backing up your seed phrase. This article will guide you on how to retrieve the seed phrase for your accounts.

But before we get into that, we should clarify some aspects related to accounts created or imported in Linx.

### Understanding Your Seed Phrase

#### How Accounts Share Your Seed Phrase

All accounts created directly in your Linx Wallet share the same seed phrase. This means:

* When you create additional accounts using "Create New Wallet", they are all secured by your original seed phrase
* You only need to backup and remember one seed phrase to access all these accounts
* All these accounts can be recovered using the same seed phrase

#### Exceptions: Imported Accounts

Only accounts imported through these methods will have different seed phrases:

* Accounts imported using a different recovery phrase
* Accounts imported using a private key

{% hint style="info" %}
⚠️ **Important**: Keep track of separate seed phrases or private keys for any imported accounts, as they won't be recovered with your main wallet's seed phrase.
{% endhint %}

#### Example

If you have:

* 3 accounts created using "Create New Wallet"
* 1 account imported from a different seed phrase
* 1 account imported from a private key

You would need to backup:

1. Your main wallet's seed phrase (recovers the first 3 accounts)
2. The imported seed phrase (recovers the 4th account)
3. The private key (recovers the 5th account)

### How to backup your seed phrase

* Open the "My Wallets" section (you can access it from the Settings screen)
* Choose the account you want to backup
* Tap on "Show Recovery Phrase" and confirm that you want it displayed
* Alternatively, you can tap on the address displayed on the same screen to view the secret key coressponding to the account

<div align="left"><figure><img src="/files/OBMc2CcLf61UNrQYEahG" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="info" %}

#### ⚠️ Important Security Notice

Linx is a non-custodial wallet, which means you have complete control over your funds. While this ensures maximum security, it also means:

* You are solely responsible for keeping your seed phrase safe
* If you lose your seed phrase, there is no way to recover your accounts
* Neither Linx nor anyone else can help you regain access to your funds if you lose your seed phrase

**Never share your seed phrase with anyone, including Linx support staff.**
{% 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.linxlabs.org/linx-wallet/account-management/backup-your-account.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.
