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

# Ledger - Hardware Wallet

With the release of `3.52.0-mainnet` Creditcoin now officially supports **Ledger devices**. This guide provides step-by-step instructions for setting up your Ledger and using it across multiple wallets. Please note that the **prerequisites are common across all supported wallets**, so it is recommended to review them first before proceeding to the wallet specific setup.

Please note that this is in addition to Ledger support for EVM based wallets (Metamask, Talisman, Subwallet). Specifically with this release, we are extending support to the Substrate ecosystem on the following wallets :

* [Polkadot.js.org Substrate Portal](/wallets/ledger-hardware-wallet/polkadot.js.org-substrate-portal.md)
* [Talisman Wallet](/wallets/ledger-hardware-wallet/talisman-wallet.md)
* [SubWallet](/wallets/ledger-hardware-wallet/subwallet.md)

### Prerequisites <a href="#id-1-prerequisites-everyone" id="id-1-prerequisites-everyone"></a>

* **Install the latest version of** [**Ledger Live (Desktop)**](https://www.ledger.com/ledger-live) **or update it**.
* **Firmware** and **apps** updated in Ledger Live → *My Ledger*:
  * Install the **Polkadot** app for Substrate chains.

    <figure><img src="/files/sILyTR8hMkQtfd1TZOTV" alt=""><figcaption></figcaption></figure>
  * Install the **Ethereum** app for EVM.
* Use the **factory Ledger USB** or a **USB-C↔USB-C data cable**.
* Use **Chrome/Edge** (newest stable).
* Close **all other dapps/tabs** that might talk to Ledger.

#### Configure Polkadot.js Apps (Substrate Portal <a href="#id-2.1-configure-polkadot.js-apps" id="id-2.1-configure-polkadot.js-apps"></a>

1. Go to **⚙️ Settings** (top bar)
2. **Metadata -> extensions -> Select all of your upgradeable extensions and update the metadata**

<figure><img src="/files/XVIT0aOiZkDm87I8XrKX" alt=""><figcaption></figcaption></figure>

3. **Manage Hardware Connections -> Choose: Attach Ledger via** **WebHID** (try WebUSB only if WebHID fails).

<figure><img src="/files/awNouRxQ4dEomT9Mjjfm" alt=""><figcaption></figcaption></figure>

4. **Manage Ledger app:**

* Use Ledger Polkadot Generic App

<figure><img src="/files/GAE6WGNLvPqnhXSfIVLc" alt=""><figcaption></figcaption></figure>

5. **Click on Save**

> The portal will show a banner if you’re using the Generic app:\
> “You are using the Ledger GENERIC App. If you would like to switch it, please go to the ‘manage ledger app’ in the settings.”


---

# 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.creditcoin.org/wallets/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.
