> 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/import-wallet.md).

# Import a Wallet

Use **Import Wallet** to restore an existing wallet in the Rocky Wallet Extension. You can import with either of these secrets:

* **Import with Recovery Phrase:** the wallet's 12 recovery words in their original order.
* **Import with Private Key:** the private key associated with the wallet account.

Before importing, confirm that the recovery phrase or private key controls the Canton party you intend to restore. Obtain the complete Canton Party ID from the existing wallet or its provider, and verify the full `name::fingerprint` value rather than a shortened display. Importing a valid but different secret can open a different party.

## Import your wallet

1. Open the Rocky Wallet Extension and select **Import Wallet**.
2. Enter the complete Canton Party ID and verify the full `name::fingerprint` value.
3. Select **Import with Recovery Phrase** or **Import with Private Key**.
4. Select **Continue**.
5. On the next screen, enter the corresponding recovery phrase or private key only inside the Rocky Wallet Extension.
6. Enter the wallet/account password in the single password field.
7. Submit the import and wait for the account and network state to load.

> **Security warning:** A website, support representative, or DApp must never request your recovery phrase or private key. Do not enter either secret outside the Rocky Wallet Extension.

## If import does not complete

* **Invalid word count:** make sure the recovery phrase contains all 12 words, separated by spaces and in the original order.
* **Invalid key format:** copy the complete private key without extra spaces or missing characters.
* **Party or key mismatch:** stop and verify that the phrase or key belongs to the Canton party you expect. Never send the secret to another person for checking.

Next: [Home and Assets](/using-the-wallet/home-and-assets.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/import-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.
