# How to find my seed phrase

{% hint style="warning" %}
NEVER share your seeds/keys with anyone! If you do, they can steal your funds. Always save your seeds in a safe place!
{% endhint %}

You can follow these simple steps to find your seed phrase. This seed phrase can be used to restore your funds in another wallet.

{% stepper %}
{% step %}

### Open Cake Wallet

Open Cake Wallet, which has an existing wallet. If you do not have an existing wallet, then [create one first](https://docs.cakewallet.com/get-started/setup/create-new-wallet).
{% endstep %}

{% step %}

### Open the menu

In the top right corner of the app, you will see a menu button. Click on the menu button.

<div align="left"><img src="/files/74046efdc75afbc11f316a5f0d1ca7b42c9c34e2" alt="MainScreen" width="375"></div>
{% endstep %}

{% step %}

### Select "Security and backup"

From the menu options, select "Security and backup".

<div align="left"><img src="/files/bb619ecc7696372ac0fcdeb2be0044836b4b4a22" alt="Menu" width="375"></div>
{% endstep %}

{% step %}

### Choose "show seed/keys"

Now choose "show seed/keys."

<div align="left"><img src="/files/a7df8ccc1bf807a8c8f3e4bda09ee4c3e9a7df80" alt="SecurityMenu" width="375"></div>
{% endstep %}

{% step %}

### Authenticate

You will be prompted to enter your wallet pin, password, or biometrics.
{% endstep %}

{% step %}

### View your seed and keys

Once you have successfully authenticated, your seed and keys will be displayed.
{% endstep %}
{% endstepper %}

Your seed phrase can be restored in most other wallets, depending on asset type. For example, your Monero seed phrase can be restored in the [official Monero GUI](https://getmonero.org/downloads), and your Bitcoin/Litecoin seed phrases can be restored in Electrum.


---

# 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.cakewallet.com/tutorials/find-seed-phrase.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.
