Using Ledger

This guide will show you how to use Lotus with a Ledger hardware wallet. You can either use the Glif wallet or manually manage your funds using the Lotus node with Ledger integration.

Filecoin is now available on Ledger Live! Clients, Storage Providers, and other network participants can send and receive FIL directly from Ledger devices while their private keys remain secure and are never exposed to third parties.

Before you select a wallet, setup your Ledger device.

Setup your Ledger device

  1. Install Ledger Live and follow the instructions to set up your device.

  2. Navigate to the Ledger Live dashboard.

  3. Select My Ledger in the left-hand menu pane:

    ledger-enable-dev-mode

  4. After approving the request to allow Ledger Manager on your Ledger device, search for and install the Filecoin app.

Now that you’ve setup your ledger device, select your wallet UI option.

Ledger Wallet UI Options

You can either manually manage your funds using the Lotus node and Ledger integration or use the browser-based Glif wallet.

Using Lotus

To use a Filecoin Lotus node with Ledger hardware to manage your funds, add your Ledger to a Lotus node.

Add your Ledger to a Lotus node

  1. Navigate to ~/.lotus/config.toml.

  2. In the Lotus configuration file, add EnableLedger = true to the [Wallet] section:

    [Wallet]
      EnableLedger = true
    
  3. Unlock your Ledger device.

  4. Open the Filecoin app on your Ledger device and keep it connected to your computer.

  5. Create a Ledger-backed (secp256k1-ledger) wallet using the lotus wallet command:

    lotus wallet new secp256k1-ledger
    
  6. On your Ledger device, confirm the creation of the wallet.

From this point, any FIL send operation from a Ledger wallet must be approved on the Ledger device. Ensure that the Ledger device is connected, unlocked, and running the Filecoin app when performing any FIL send operation.

Using Glif Wallet

Previously, Ledger Live users were required to install Glif Wallet to store FIL. The Ledger Live integration launched by Zondax is a convenient alternative where holders can enjoy the same benefits within the Ledger Live app without the need for a browser-based solution.

The Glif wallet integration is still available at glif.io. Glif is an open-source, browser-based Filecoin wallet. It uses the Filecoin Ledger integration library, which has been security audited by a third-party.

Edit this page on GitHub