> For the complete documentation index, see [llms.txt](https://docs.kastle.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kastle.cc/kastle-wallet-help-center/get-started/connect-a-ledger-hardware-wallet.md).

# Connect a Ledger Hardware Wallet

[Kastle’s browser extension](https://chromewebstore.google.com/detail/kastle/oambclflhjfppdmkghokjmpppmaebego) fully supports **Ledger hardware wallets**, allowing you to manage your **Kaspa Wallet** securely without ever exposing your private keys.

To connect your Ledger, make sure your device has the **Kaspa app installed via Ledger Live**.

***

#### Step-by-Step Guide

**Prepare Your Ledger**

* Connect your **Ledger device** to your computer.
* Make sure it’s **unlocked** and the **Kaspa app** is **open** on the device.

<figure><img src="/files/Q4Nc0Psbx3aNhfb4Dby1" alt="Ledger device with Kaspa app open picture" width="563"><figcaption></figcaption></figure>

**Open Kastle**

* In the **Kastle browser extension**, go to the **Account Management** page (top-left corner).
* Click the **“+”** button.
* Select **“Import with Ledger.”**

<figure><img src="/files/qPxPzVMaIuEdkHOLzdxw" alt="Screenshot of Kastle import wallet Page"><figcaption></figcaption></figure>

**Connect and Import**

* Click **“Connect”** in Kastle.

<figure><img src="/files/Kdxk4Yc9iOAV3UVq97xQ" alt="Screenshot of Kastle Connect Ledger Page"><figcaption></figcaption></figure>

* On your Ledger, confirm that the Kaspa app is open, then click **“I’ve opened the app.”**

<figure><img src="/files/kFsnGYxGhsU8BqTKfDr4" alt="Screenshot of Kastle Connected Ledger Page"><figcaption></figcaption></figure>

* Select the Ledger accounts you want to import then click **“Import Wallet.”**

<figure><img src="/files/cNcsGwMyjMLJOHdgqHum" alt="Screenshot of Kastle accounts list Page"><figcaption></figcaption></figure>

**Finish Setup**

* Once the import is complete, you’ll see a success message.
* Click **“Go Back to Extension.”**
* Your **Ledger accounts** will now show up in your wallet and are ready to use.

<figure><img src="/files/PeXe7k66LSBpssAlrx6h" alt="Screenshot of Kastle accounts imported page"><figcaption></figcaption></figure>

***

#### 💡 Tips

* Keep your Ledger **firmware** and the **Kaspa app** up to date for smooth operation.
* Your private keys **never leave** the Ledger device — Kastle only reads public account information to display balances and sign transactions securely.

***

Perfect — here’s the **Troubleshooting Ledger Connection Issues** section written to follow directly under your Ledger guide.\
It matches the tone and structure of the rest of your Support Center content:

***

### 🧩 Troubleshooting Ledger Connection Issues

If you’re having trouble connecting your Ledger device to Kastle, try these fixes:

#### ⚠️ 1. Device Not Detected

* Ensure your **Ledger is unlocked** and the **Kaspa app** is open.
* Use a **different USB cable or port** — some only supply power, not data.
* If prompted, allow your **browser to grant USB access** to the Ledger.

#### 🧱 2. Browser Permissions

* Kastle works best in **Google Chrome** or **Brave**.
* Close **Ledger Live** before connecting, as it can block access.
* On macOS, you may need to **reconnect** your device after granting permissions.

#### 🔄 3. Outdated Kaspa App or Firmware

* Open **Ledger Live** and update your **firmware** and **Kaspa app** to the latest version.
* Reconnect your Ledger and reopen the Kaspa app before trying again.

#### 🧹 4. Reset the Connection

If issues persist:

1. Disconnect your Ledger and close Kastle.
2. Reopen your browser.
3. Reconnect your Ledger, open the Kaspa app, and retry **“Import with Ledger.”**

***

#### Still Having Issues?

If none of the above works, reach out on our [**Telegram Support Channel**](https://t.me/kastlewallet) and include:

* Your operating system and browser version
* Ledger model (Nano S, Nano X, etc.)
* Whether the Kaspa app is open and up to date

Our team will help you troubleshoot further.


---

# 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.kastle.cc/kastle-wallet-help-center/get-started/connect-a-ledger-hardware-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.
