# Unique Secrets

On Substrate, each passphrase can be used to create a wallet across different chains: you can store XOR and ACA, for example, using a single passphrase.

However, It may be the case that you're holding your parachain tokens in wallets created using different seeds. On Fearless Wallet, the **Unique Secrets** feature allows you to see your tokens that are held by accounts with different seeds in one intuitive interface.&#x20;

To learn how to do this, watch the tutorial below:

{% embed url="<https://twitter.com/FearlessWallet/status/1499664673259626496?s=20&t=fsafLWCEsQzQv-Y8RpELVw>" %}

Please note that you're replacing an existing wallet on that specific chain with a new one, and you won't be able to see the tokens held in the previous account anymore in the user interface.


---

# 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://wiki.fearlesswallet.io/accounts/walkthrough/unique-secrets.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.
