# Ledger Hardware Wallet

The Ledger hardware wallet can be used to store your Libre private keys and handle signing requests both online and offline. It has the ability to import and transmit transactions.

The best way to do this is to use [The Anchor Wallet](/libre-docs/accounts-and-wallets/anchor-wallet.md). You can generate your keys on the Ledger and [connect the Ledger to Anchor](https://samveku.medium.com/how-to-add-eos-account-to-your-ledger-nano-x-s-using-anchor-wallet-79ae9917cf53).

**7 Simple Steps**

1. Install EOS app on Ledger (Libre uses the same derivation path as EOS).
2. Install [Anchor Desktop Wallet](/libre-docs/accounts-and-wallets/anchor-wallet.md) (v1.3.8+)
3. Enable Ledger Support in Anchor (first image below)
4. Load Key from Ledger
5. Copy Public Key from Anchor and [Create Libre Account](https://accounts.libre.org) on web
6. Scan for Accounts in Anchor
7. Select the @active role (second image below)


---

# 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.libre.org/libre-docs/accounts-and-wallets/ledger-hardware-wallet.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.
