# How do I know I am not locked-in to using only Cypherock X1

As mentioned previously, Cypherock X1 is [BIP39](/design-decisions/cypherock-is-bip39-compliant.md) compatible.  Cypherock X1 not only allows you to import and manage existing seed phrases, but naturally will allow you to view the existing seed phrases of wallets generated within the X1 Vault, so that you have the choice to export the seed phrase if you so choose.

Before you view your seed phrase, you will need your X1 Vault alongside one of your X1 cards. Once you have to fetch them, follow these steps to view your seed phrase:

1. Select the wallet from the main menu&#x20;
2. Click on the wallet and navigate to 'View Seed' in the menu
3. Enter the PIN that you have set for the wallet (if you have set a PIN). If you do not remember your PIN, you will not be able to view your seed phrase.&#x20;
4. Tap any one of your X1 Card on the X1 Vault to view your seed phrase

Here is the [video guide](https://youtu.be/0W22TcY8MtQ?list=PL0db5IfQ4iyriWCgby_rJKeG31BLoxW7k) for the same.


---

# 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.cypherock.com/getting-started/how-do-i-know-i-am-not-locked-in-to-using-only-cypherock-x1.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.
