> For the complete documentation index, see [llms.txt](https://docs.lycanchain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lycanchain.com/developers-integration/wallets/ledger.md).

# Ledger

Ledger is a hardware wallet that keeps your private keys safe offline. This means your keys are protected from online threats. Even when you make transactions, the wallet confirms them offline.

Learn more and get your Ledger device on the [Ledger Website](https://www.ledger.com).

#### Connecting with Lycan Chain

There isn't a specific Lycan app. Use the Ethereum app to connect with Lycan through MetaMask. Make sure your Ledger firmware is updated and you've set up Ledger Live.

**Enabling Blind Signing**

To interact with contracts (like transferring funds or swapping tokens), you need to enable blind signing. If you've updated your device recently, you may need to do this again.

1. Connect and unlock your Ledger device.
2. Open the Ethereum (ETH) app.
3. Go to "Settings" by pressing the right button. Press both buttons to select it. Your Ledger will show "Blind Signing."
4. Press both buttons to turn on blind signing. It will show "Enabled."
5. Try your transaction again.

For more help, check the Ledger [support docs](https://support.ledger.com/hc/en-us/articles/4405481324433-Enable-blind-signing-in-the-Ethereum-ETH-app?docs=true).

####


---

# 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.lycanchain.com/developers-integration/wallets/ledger.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.
