# 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: 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:

```
GET https://docs.lycanchain.com/developers-integration/wallets/ledger.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
