> 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/get-started/setup/create-new-wallet.md).

# Create new wallet

Creating a wallet takes a couple of minutes. The most important part: writing down your seed — the only way to recover your funds if you lose your device.

{% stepper %}
{% step %}

### Choose Create New Wallet

On a fresh install, tap `Create New Wallet` after setting your PIN. (Adding another wallet later? Go to the `Wallets` tab and tap `+ Create New Wallet` — see [Wallet groups](https://docs.cakewallet.com/features/managing-your-wallet/wallet-groups) to share one seed across currencies.)

![Create or restore wallet choice with Create New Wallet highlighted](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/getstarted_create-new-wallet_05_create-or-restore_hl.png)
{% endstep %}

{% step %}

### Pick a currency

Choose the currency for this wallet. Not sure? Pick the one you plan to use first — you can add wallets for other currencies at any time.

![Choosing a wallet currency](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/getstarted_create-new-wallet_06_choose-currency.png)
{% endstep %}

{% step %}

### Name your wallet

Give the wallet a name you'll recognize (or tap the shuffle icon for a random one). This name is only visible to you.

For Monero, you can also pick the seed type — `Polyseed (16 words)` is the default — and the seed language. Under `Advanced Settings` you can add an optional BIP39 passphrase.

{% hint style="warning" %}
A passphrase is an advanced feature: it creates a completely different wallet, and a lost passphrase cannot be recovered — not even with your seed words.
{% endhint %}

{% hint style="info" %}
Want one seed to back wallets for several currencies? Choose the `BIP39` seed type — only BIP39 wallets can join a [wallet group](https://docs.cakewallet.com/features/managing-your-wallet/wallet-groups). Monero's default Polyseed cannot.
{% endhint %}

![Naming a new Monero wallet with seed type options](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/getstarted_create-new-wallet_07_name-wallet_hl-1.png)
{% endstep %}

{% step %}

### Read the warning, then write down your seed

Cake Wallet shows an IMPORTANT screen before revealing your seed: the next page shows the words that are the ONLY way to recover your wallet. Tap `I understand. Show me my seed`, then write the words down — on paper or in a password manager — in order.

{% hint style="danger" %}
NEVER share your seed with anyone, and never type it into a website. Anyone who has your seed can take your funds. Cake Wallet support will never ask for it.
{% endhint %}

![Pre-seed IMPORTANT warning with the confirmation button highlighted](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/getstarted_create-new-wallet_09_preseed-important_hl.png)

![Seed words display](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/getstarted_create-new-wallet_10_seed-display.png)
{% endstep %}

{% step %}

### Verify your seed

Cake Wallet asks you to confirm two of your seed words (for example, "What is the 8th word of your seed phrase?"). Answer from what you wrote down — that's the point of the exercise.

![Seed verification quiz](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/getstarted_create-new-wallet_11_verify-seed.png)

![Seed verified confirmation](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/getstarted_create-new-wallet_13_wallet-created_hl.png)
{% endstep %}

{% step %}

### Open your wallet

Tap `Open Wallet` and you land on your home screen, ready to [receive funds](https://docs.cakewallet.com/features/basic/receive-funds). You can view your seed again any time under `Settings` (the gear icon at the top right) → `Wallet settings` → `Seed & Keys`.

![Wallet home screen after creation](https://raw.githubusercontent.com/cake-tech/docs-assets/main/v6.3.1/getstarted_create-new-wallet_14_home_hl.png)
{% endstep %}
{% endstepper %}

## Where to keep your seed

Paper in a safe place works. If you prefer a password manager, use one that is end-to-end encrypted:

| Password manager                        | Cost | Platforms            |
| --------------------------------------- | ---- | -------------------- |
| [Bitwarden](https://bitwarden.com/)     | Free | Mobile, desktop, web |
| [Proton Pass](https://proton.me/pass)   | Free | Mobile, desktop, web |
| [KeePassXC](https://keepassxc.org/)     | Free | Desktop              |
| [KeePassDX](https://www.keepassdx.com/) | Free | Android              |
| [1Password](https://1password.com/)     | Paid | Mobile, desktop, web |
| Apple Passwords                         | Free | Apple devices        |

Avoid storing your seed in plain notes apps, screenshots, or cloud drives without encryption.


---

# 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/get-started/setup/create-new-wallet.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.
