> 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/permissions-and-security/recovery-and-reset.md).

# Recovery and Reset

Recovery restores control from signing material you already hold and the complete Canton Party ID for the wallet. Rocky Wallet 1.0.2 requires both: a recovery phrase or private key alone is not enough to complete its import flow. Reset or deletion removes this browser's local wallet state; it does not recover missing information.

## Recover inside the Extension

1. Open Rocky Wallet in the browser profile where you want to restore access.
2. Choose **Import Wallet**.
3. Enter the complete Party ID of the account being restored. Compare the entire `party-name::fingerprint` value with your offline account record.
4. Select **Import with Recovery Phrase** or **Import with Private Key**.
5. Enter the matching secret only inside the Rocky Wallet Extension.
6. Set the password requested by the import flow and confirm the import.
7. Wait for the account and Canton network state to load, then verify the complete Party ID again before using the wallet.

A website, DApp, chat message, or support agent must never ask you to paste a recovery phrase or private key.

## Before reset or deletion

> **Warning:** Before deleting any local wallet data, record and verify the complete Party ID for every remembered account and verify its matching, readable offline recovery phrase or private-key backup. Rocky Wallet 1.0.2 requires the complete Party ID before you choose the phrase or private-key import method.

Resetting or deleting a wallet removes its local encrypted wallet data and remembered wallet state from that browser. You will need the complete Party ID and matching recovery material to restore signing access afterward.

Local deletion does not reverse completed Canton transactions, erase ledger history, or remove assets from their Party ID. Rocky Exchange cannot restore a lost recovery phrase, private key, or signing key.

Next: [Import a Wallet](/getting-started/import-wallet.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/permissions-and-security/recovery-and-reset.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.
