Guides · Ledger Nano X Setup

Ledger Nano X with Sei: setup walkthrough

Sei Wallet supports Ledger hardware wallets via the Ethereum app on the device — because Sei post-SIP-3 is EVM-compatible, the Ethereum app handles signing for Sei. Setup takes about 10 minutes: install Ledger Live, install the Ethereum app on your Nano X, then connect it to Sei Wallet via USB or Bluetooth.

Published by Sei Wallet Labs

  • Open source
  • Free & open license
  • Independent audit
  • Signed builds

What you'll need

  • A Ledger Nano X (or Nano S+, or Stax — all work)
  • USB-C cable or USB-C → USB-A adapter
  • A computer running Sei Wallet (Windows, macOS, or Linux)
  • Ledger Live installed on the same computer
  • Your Ledger's 24-word recovery phrase backed up safely
  • About 10 minutes

If your Ledger is brand new, factory-set it up first using Ledger Live. Once initialized with a PIN and recovery phrase backed up, return here.

Why the Ethereum app handles Sei

Ledger has separate "apps" for different chains. Each contains the cryptographic logic for signing on that chain.

Post-SIP-3, Sei is an EVM-compatible chain. EVM-compatible chains all use the same signing logic (ECDSA secp256k1 on Keccak-256 hashed data) — the same logic the Ethereum app implements. So the Ethereum app correctly signs Sei transactions.

(For pre-SIP-3 sei1 addresses, the Ledger Cosmos app applies. Most users post-SIP-3 don't need this.)

Setup walkthrough

Step 1: Install Ledger Live and the Ethereum app

  1. Download Ledger Live from ledger.com
  2. Open Ledger Live, connect Nano X via USB
  3. Unlock with your PIN
  4. Navigate to Manager
  5. Search "Ethereum", click Install, follow device prompts

Step 2: Connect Ledger to Sei Wallet

  1. Open Sei Wallet
  2. Choose "Connect Hardware Wallet" (Settings or Add Account)
  3. Select Ledger
  4. Connect via USB cable (or pair via Bluetooth — Nano X only)
  5. Unlock the Nano X
  6. Open the Ethereum app on the Nano X (left/right buttons, both to confirm)
  7. Choose the account index (most users start with index 0)
  8. Sei Wallet displays the Ledger-derived addresses — verify they match what your Ledger expects
  9. Confirm the import

Step 3: Test with a small transaction

Before moving meaningful funds:

  1. Send a small test transaction (e.g., 1 SEI)
  2. Watch the Ledger screen — it displays recipient, amount, gas, chain ID (1329)
  3. Approve on the device if everything matches. Reject if anything looks wrong.
  4. Verify the transaction lands on seitrace.com

What to verify on the Ledger before signing

The Ledger's screen is the source of truth, not Sei Wallet. A compromised computer could show different details in Sei Wallet than what's actually being signed by the Ledger. The hardware wallet's screen is what you trust.

For each transaction, verify on the Ledger:

  • Recipient address. Read it character-by-character.
  • Amount.
  • Network / chain ID. Sei mainnet is 1329.
  • Gas / fee. Should be reasonable.
  • Function called (for contract interactions).

If anything doesn't match, reject on the Ledger. Investigate before retrying.

Common Ledger issues

"Sei Wallet doesn't see my Ledger." Most common: device not unlocked, Ethereum app not open, USB cable charge-only, or Linux missing udev rules (github.com/LedgerHQ/udev-rules).

"Asks me to enable blind signing." Some contract interactions require it. Enable only if you trust the dApp and initiated the transaction.

"Connection drops after every transaction." Try a direct USB connection without a hub.

"Bluetooth pairing isn't working on Nano X." Reset Bluetooth pairing in Ledger Live, re-pair. Fall back to USB if needed.

Adding more accounts

Derive multiple accounts from the same Ledger seed using different derivation paths. In Sei Wallet's "Connect Hardware Wallet" flow, choose "Add Another Account", select the next index. The Ledger derives the address using the standard EVM path (m/44'/60'/X'/0/0).

Each account is independently controlled by the Ledger but shares the same seed phrase backup.

Get Sei Wallet on your machine

Frequently asked questions