> For the complete documentation index, see [llms.txt](https://docs.cakewallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cakewallet.com/tutorials/find-seed-phrase.md).

# 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 Settings

On the home screen, tap the gear icon in the top right corner to open **Settings**.
{% endstep %}

{% step %}

#### Tap Seed & Keys

In Settings, tap **Seed & Keys**.
{% 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. The **Seed** tab shows your recovery words, each with its position number — use **Copy** to copy the full phrase or **Show QR** to display it as a QR code.

<div align="left"><img src="https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/settings_seedkeys_01_display.png" alt="Seed &#x26; Keys screen showing the numbered recovery words with Copy and Show QR buttons" width="375"></div>

Switch to the **Keys** tab to view your wallet's keys. The available tabs depend on the wallet's asset type — for example, Bitcoin wallets also include a **Silent Payments** tab.

<div align="left"><img src="https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/settings_seedkeys_02_keys.png" alt="Keys tab of the Seed &#x26; Keys screen showing the wallet&#x27;s keys" width="375"></div>
{% endstep %}
{% endstepper %}

Your seed phrase can be restored in other compatible wallets, depending on asset type. For example, your Monero seed phrase can be restored in the [official Monero GUI](https://getmonero.org/downloads). By default, Cake Wallet creates Bitcoin and Litecoin wallets using a BIP39 seed phrase, which can be restored in other BIP39-compatible wallets. Note that Electrum uses its own seed format, so a default Cake Wallet BIP39 seed will not restore directly in Electrum; only wallets you created in Cake Wallet using the Electrum seed type can be restored in Electrum.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cakewallet.com/tutorials/find-seed-phrase.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
