> For the complete documentation index, see [llms.txt](https://docs.solflare.com/solflare/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solflare.com/solflare/onboarding/web-app-and-extension/import-your-ledger-device.md).

# Import Your Ledger Device

This guide shows you how to connect a funded Ledger account to your Solflare wallet. It assumes you already have a wallet setup on a Ledger device and there is a SOL balance on at least one account.

If you haven’t done that yet, you can set up a new wallet using the Ledger Live app by following the steps in [this guide](https://academy.solflare.com/guides/how-to-generate-a-wallet-with-a-ledger-device-using-the-ledger-live-app-mobile/).

### Step 1

* Connect your Ledger to your computer via USB

![](https://sfblogprod.wpengine.com/wp-content/uploads/2021/10/3-1-1024x640.png)

### Step 2

* Enter your PIN code and select the **Solana** application

You’ll see **Application is ready** appear on the screen.

![](https://sfblogprod.wpengine.com/wp-content/uploads/2021/10/3-2-1024x640.png)

### Step 3

* Open [Solflare’s website](https://solflare.com/) and select **Access Web Wallet** or **Access**.

![](/files/QWxtw3nBKytpQzrKdcWQ)

### Step 4

* Select **Continue** **with Ledger**.

![](https://academy.solflare.com/wp-content/uploads/2022/04/Screen-Shot-2022-04-21-at-11.24.58-1024x566.png)

### Step 5

* Open the Solana app and click **Continue** when ready.

Make sure the Solana app is still open on the device.

![](https://academy.solflare.com/wp-content/uploads/2022/04/Screen-Shot-2022-04-21-at-11.35.47-1024x566.png)

***

### Step 6

Your browser will notify you that a device is attempting to connect to Solflare.com.

* Click on the Device you want to connect and click **Connect**.

![](https://academy.solflare.com/wp-content/uploads/2022/04/Screen-Shot-2022-04-21-at-11.37.14.png)![](https://academy.solflare.com/wp-content/uploads/2022/04/Screen-Shot-2022-04-21-at-11.38.16.png)

***

### Step 7

* Set a passcode for your wallet.

Solflare will begin fetching accounts from Ledger.

![](https://academy.solflare.com/wp-content/uploads/2022/04/Screen-Shot-2022-04-21-at-11.42.16-1024x642.png)![](https://academy.solflare.com/wp-content/uploads/2022/04/Screen-Shot-2022-04-21-at-11.42.40-1024x964.png)

***

### Step 8

* Select a derivation path with SOL in it and click **Continue**.

![](https://academy.solflare.com/wp-content/uploads/2022/04/Screen-Shot-2022-04-21-at-11.42.51-1024x932.png)![](https://academy.solflare.com/wp-content/uploads/2022/04/Screen-Shot-2022-04-21-at-11.43.02-714x1024.png)

### Step 9

In order to interact with SPL tokens and smart contracts, **enable blind signing** by following these quick steps on your device (as per Ledger’s support [article](https://support.ledger.com/hc/en-us/articles/4499092909085-Allowing-blind-signing-in-the-Solana-SOL-app?docs=true)).

1. Connect and unlock your Ledger device.
2. Open the **Solana** application.\
   Your device displays **Application is ready**.
3. Press the right button to navigate to **Settings**. Then press both buttons to validate.\
   Your Ledger device displays **Allow blind sign**.
4. Select **Yes** then press both buttons.\
   Your device displays **Application is ready** again. You’re done.

![](https://support.ledger.com/hc/article_attachments/4499097590173/solana_blind.gif)

#### **Notes on Blind Signing**

* Although blind signing is required for using Solana, it is technically an advanced feature.
* It is recommended to disable it after use.
* Since you will need it to be turned on so often when using Solana, please be cognizant of when it is turned on or off.
* Any firmware update or Solana Live app update will automatically disable blind signing.

### You’re all set!

You’ve successfully connected and learned how to access your Ledger device using Solflare!

![](/files/pZDTjUtD6wDH4NpthtgX)


---

# 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.solflare.com/solflare/onboarding/web-app-and-extension/import-your-ledger-device.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.
