> For the complete documentation index, see [llms.txt](https://extension-doc.rocky.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://extension-doc.rocky.exchange/getting-started/create-wallet.md).

# Create a Wallet

Creating a wallet generates a new 12-word recovery phrase and stores the wallet in a locally encrypted vault.

## Before you begin

* Be ready to store the 12 recovery words securely and in their exact order.
* Choose a unique wallet/account password that you do not use for another account or service.

## Create your wallet

1. Open the Rocky Wallet Extension.
2. Select **Create Wallet**.
3. Complete any account-access fields shown in the Extension.
4. Enter a unique wallet/account password.
5. Record the generated 12-word recovery phrase in its exact order.
6. Complete the recovery phrase verification when prompted.
7. Complete the backup before funding or using the wallet.

During normal setup and startup, the Extension directs you to backup verification. DApp signing also remains gated behind the backup step until verification succeeds. Do not fund or use the wallet before completing the backup.

Your wallet/account password protects the encrypted local vault and is also used for Rocky account registration and authentication. It never replaces the recovery phrase, and it is not the Canton signing key.

> **Security warning:** Do not take a screenshot of the recovery phrase or save it in cloud notes, chat, or email. Anyone with the phrase can control the wallet.

## If setup does not complete

* **Recovery phrase verification mismatch:** compare each requested word with the phrase you recorded, including its position, and try again.
* **Interrupted setup:** reopen the Extension and follow the setup state it displays. Do not reset or remove the Extension unless you have a verified recovery phrase backup; otherwise, you may lose access to the wallet.

Next: [Back Up Your Recovery Phrase](/getting-started/backup-recovery-phrase.md)


---

# 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://extension-doc.rocky.exchange/getting-started/create-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.
