> 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/install-extension.md).

# Install the Extension

Rocky Wallet is a self-custodial browser Extension for accessing your wallet on Canton Mainnet.

## Before you install

Install Rocky Wallet only through a distribution channel published by Rocky Exchange. Before approving the installation, confirm that the product name is **Rocky Wallet** and review the browser permissions shown.

Rocky Wallet Extension 1.0.2 uses browser permissions for these purposes:

* **Local encrypted data storage:** stores the encrypted wallet vault and Extension settings in browser storage.
* **Clipboard access:** reads the clipboard when you choose an explicit **Paste** action for recovery data or a transfer recipient.
* **DApp bridge injection:** injects a content script and bridge on all HTTP and HTTPS pages so supported DApps can discover Rocky Wallet. The bridge forwards only allow-listed public wallet methods; sensitive approvals remain Extension-owned.
* **Background alarm cleanup:** removes a retired background alarm that may remain after an update from an earlier version.

## Open Rocky Wallet

1. Install and enable Rocky Wallet in a Chromium-compatible browser using an approved distribution channel.
2. Open the browser's Extensions menu and pin Rocky Wallet for easier access.
3. Select the Rocky Wallet icon to open the Extension.
4. Select **Create Wallet** for a new wallet or **Import Wallet** to restore an existing wallet.

## Verify the installed version

In Rocky Wallet, open **Settings** and find **Version**. These docs describe version **1.0.2**.

## If the Extension does not open

1. Open the browser's extension manager and reload Rocky Wallet.
2. Close and reopen the Rocky Wallet popup.
3. If Rocky Wallet was recently updated, refresh any DApp page that was already open so it can load the current DApp bridge.

Next: [Create a Wallet](/getting-started/create-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/getting-started/install-extension.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.
