00 / Reference Page
Ledger Live, the companion app for Ledger hardware wallets
Ledger Live is the desktop and mobile application that acts as the control surface for a Ledger hardware wallet. It shows balances and history, builds transactions, manages the apps and firmware installed on the device, and connects to third-party services for buying, swapping, and staking. What Ledger Live never does is hold your private keys. Those stay inside the Secure Element of the hardware device, and anything that moves value has to be verified and approved on the device screen itself.
This page is a deep read on the app itself. It covers what Ledger Live is and is not, what happens between a click in the interface and a signed transaction reaching the network, which parts of the setup are trust-minimized and which involve third parties, how the desktop and mobile builds differ, and how to install, operate, and troubleshoot Ledger Live in practice.
01 / Definition
What Ledger Live actually is
The clearest way to think about Ledger Live is as a viewer and a courier. It reads public information from blockchains, presents it as a portfolio, prepares the raw material of a transaction, hands that material to the hardware wallet for signing, then carries the signed result back out to the network. Every step that requires the private key happens somewhere Ledger Live cannot reach.
That division of labor explains most of the app's design. Ledger Live knows your extended public keys and derived addresses, so it can compute balances and reconstruct history without any secret. It does not know your 24-word recovery phrase, and there is no field anywhere in Ledger Live that asks for it. If any interface claiming to be Ledger Live asks you to type a recovery phrase, it is not the real application.
Ledger Live is free to download and use. There is no account, no password, and no login to a Ledger server that gates access to your funds. Your account list, names, and settings live in a local data folder on the machine running the app. Uninstalling Ledger Live does not touch your coins, because the coins were never in the app to begin with; they are entries on public ledgers controlled by keys inside your device.
The application covers a broad set of blockchains natively, with Bitcoin, Ethereum and other EVM networks, and a long tail of layer ones each handled by dedicated logic for address derivation, fee calculation, and transaction encoding. Where a network or a token standard is not natively supported by Ledger Live, the usual pattern is to pair the hardware device with a compatible third-party wallet while keeping the same seed and the same signing guarantees.
Two things Ledger Live is not worth spelling out. It is not a custodian, so nobody can freeze, lend, or reverse your balances from inside the app. And it is not a market maker or an exchange itself; when you buy, sell, or swap inside Ledger Live, a regulated third-party provider executes the trade and sets the rates, with Ledger Live handling the interface and the on-device confirmation.
02 / Architecture
How Ledger Live works under the hood
When you plug in a device and open an account, Ledger Live is doing three separate jobs at once: talking to the hardware, talking to blockchain data services, and keeping a local model of your accounts in sync with both. Understanding those three layers makes almost every behavior in the app predictable, including the annoying ones.
The device channel
Communication between Ledger Live and the hardware wallet uses APDU messages, the same command format used by smart cards, carried over USB on desktop or Bluetooth Low Energy on mobile. Each blockchain has a small application installed on the device that knows how to derive its addresses and how to parse and sign its transactions. Ledger Live opens the right app on the device for the account you are working with, which is why the device sometimes asks you to switch or unlock before an operation proceeds.
Because the private keys are derived deterministically from the recovery phrase, the device apps are disposable. Removing a coin app in Ledger Live to free space does not delete funds or addresses; reinstalling it regenerates the same keys from the same seed. This is the single most misunderstood point in the whole product, and it is worth internalizing before you start pruning apps on a device with limited storage.
The data layer
To show a balance, Ledger Live needs to know which addresses belong to you and what the chain says about them. It gets the first part from the device: on account creation the hardware wallet exports an extended public key, which lets Ledger Live derive the whole tree of receive and change addresses for that hierarchical deterministic account without ever asking the device again. It gets the second part from indexers and node infrastructure that Ledger Live queries over HTTPS.
Market prices, token metadata, NFT media, and fee estimates come from the same kind of service calls. None of this touches your keys, but it does mean Ledger Live needs an internet connection to be useful, and that a stale or unreachable indexer shows up in the interface as a balance that will not refresh. Most of the resync tools in the settings exist for exactly this failure mode.
Local state
The list of accounts, their custom names, hidden tokens, currency preference, and the cached operation history all sit in a local application-data directory. Ledger Live rebuilds that cache from the chain whenever you clear it, which is why a full resync is a safe first move when something looks wrong. The cache is a convenience, not a source of truth; the chain and the device are.
03 / Trust model
The security model behind Ledger Live
The premise of the whole system is that the computer running Ledger Live may be compromised and the outcome should still be safe. A hardware wallet is only useful if a hostile host cannot turn it into a signing oracle, so the protections are concentrated at the boundary between the app and the device.
The first protection is physical confirmation. Nothing leaves an account without a button press or a screen tap on the hardware wallet. Malware that fully controls the machine can display a fake transaction inside Ledger Live, but it cannot press the buttons, and it cannot change what the device's own screen prints.
The second is clear signing. The device parses the transaction it receives and shows the meaningful fields, recipient address, amount, network, and for smart contract calls the decoded action, on its own trusted display. Verifying those fields on the device rather than in the Ledger Live window is what defends against address-swapping clipboard malware. If the device shows something the app did not, reject it.
The third is device authenticity. When a device connects, Ledger Live runs a genuine check: the Secure Element proves, using an attestation key installed at manufacture, that it is authentic hardware. A counterfeit device fails this check, and Ledger Live warns instead of proceeding.
What remains outside that boundary is worth naming honestly. Ledger Live can be tricked into showing you wrong prices or a wrong balance if its data sources are wrong, third-party services inside the app carry their own counterparty risk, and no software can protect a recovery phrase you have already typed into a phishing page. The device protects keys; it cannot protect judgment.
[CLEAR_SIGN_REQUIRED]
Read the address on the hardware wallet screen, character by character at the start and end, before approving. The screen inside Ledger Live is informational. The screen on the device is the one that is signed.
[SEED_NEVER_REQUESTED]
Ledger Live has no recovery phrase input. Any prompt to enter 24 words into a computer or phone, including one styled to look like Ledger Live, is an attempt to steal the wallet.
[BOUNDARY_MAP]
- In the deviceSeed, private keys, signing, screen confirmation
- In Ledger LivePublic keys, addresses, history cache, unsigned transactions
- On the networkBroadcast, confirmation, final settlement
04 / Interface
The dashboard, accounts, and portfolio view
The landing screen in Ledger Live is a portfolio dashboard: a total valuation in your chosen fiat currency, a chart across selectable time ranges, an allocation breakdown by asset, and the most recent operations across every account. It is a read-only view, so you can open Ledger Live and check on things without plugging in the hardware wallet at all.
Below that sits the account model. An account in Ledger Live is one derivation branch of one currency, and you can hold several per asset, which is the standard way to keep activity separated: a long-term Bitcoin account, a spending one, a business one. Each account can be renamed, starred, or hidden, and each has its own page with balance, sub-token list where relevant, staking status where relevant, and a full operation history.
Adding an account is a discovery process rather than a creation event. Ledger Live scans the derivation path for the selected currency, shows the accounts that already have history, and offers the next empty one. Nothing is created on-chain until it receives funds, so adding and removing accounts in Ledger Live is a bookkeeping action with no cost and no risk.
Operation history is enriched where the app can do it: token transfers appear against the parent account, NFTs appear in a dedicated gallery with their collections, and each operation links out to a block explorer for independent verification. Desktop builds of Ledger Live can export operation history to CSV, which is the usual starting point for tax or accounting work.
Settings deserve a look early rather than late. Currency and language, the theme, the price data preference, analytics and bug-report toggles, developer mode for testnets and less common derivations, and per-account resync controls all live there. Most of the behaviors people complain about in Ledger Live are settings they have not found yet.
05 / Transactions
Sending and receiving through Ledger Live
Receiving starts with a request from Ledger Live to the device for a fresh address on the selected account. The app displays it, then asks the device to display the same address so you can compare them. That comparison is not ceremony. A compromised host could show you an attacker's address; the device, which derived the address itself, cannot be made to lie about it. Confirm on the device, then copy from Ledger Live.
Sending inverts the flow. You enter a recipient and an amount in Ledger Live, choose a fee level from the presets or set one manually where the network allows it, and the app assembles an unsigned transaction: inputs and change for UTXO chains, nonce and gas parameters for account-based chains. That unsigned payload goes to the device, the device renders it for review, you approve, and the signature comes back.
Only then does Ledger Live broadcast. Until you approve on the hardware, nothing has been committed and cancelling costs nothing. After broadcast the operation appears as pending in the account history and settles when the network confirms it, and Ledger Live tracks that state change on the next sync.
Fees are where most user error concentrates. Ledger Live estimates them from current network conditions, but the estimate is a suggestion; on congested networks a low setting can leave a transaction pending for a long time. On UTXO chains, sending an amount close to the full balance also interacts with change outputs, so the maximum-send helper in Ledger Live is safer than typing a number that leaves nothing for the fee.
Token transfers add one wrinkle worth knowing: the fee is always paid in the network's native asset. An account holding only tokens and no native coin cannot send anything, and Ledger Live will say so rather than let you build an unpayable transaction. Keep a small native balance in any account you intend to spend from.
06 / Services
Buying, selling, swapping, and staking
Alongside the wallet functions, Ledger Live embeds services operated by third parties. Buying and selling route through regulated on-ramp and off-ramp partners, which handle payment, identity verification, and the fiat side of the trade. Ledger Live provides the destination address from your own device and shows the quote, but the commercial relationship on those trades is with the provider, not with the app.
Swaps work similarly: quotes come from integrated exchange partners, you pick one, and the resulting transaction is signed on your hardware wallet like any other. The important structural point is that funds move from your address to the provider and back to your address. Ledger Live does not take custody in the middle, but the provider does for the duration of the swap, and rates, spreads, and limits are theirs.
Staking is handled per network. On chains with native delegation, Ledger Live exposes it directly from the account page: choose a validator, delegate, watch rewards accrue, and claim or undelegate later with the usual on-device approval. On other networks the staking route runs through an integrated provider. Either way the underlying keys stay on the device, and Ledger Live shows lock-up and unbonding periods where the protocol imposes them.
The Discover section collects third-party applications built to run inside Ledger Live, from dApp front ends to portfolio and lending tools. They render in the app but cannot bypass the signing rule: every state-changing action still produces a transaction that the hardware wallet must display and you must approve. Treat anything you connect to through Ledger Live with the same skepticism you would apply in a browser, because the app is a window onto those services rather than an endorsement of them.
07 / Device Ops
Managing the hardware wallet from the app
The device management area of Ledger Live, labeled My Ledger, is where the hardware itself is administered. It lists installed coin apps, offers a catalog to install more, reports free storage, shows firmware version, and runs the genuine check on demand. Everything here is device housekeeping rather than fund movement.
Firmware updates are delivered through Ledger Live and are worth taking seriously, since they carry security fixes and support for new features. The device verifies the signature on the firmware before installing it, so an update pushed by a tampered copy of the app would be rejected by the hardware. Keep the device connected and do not unplug mid-update; if an update is interrupted, the device enters a recovery state and Ledger Live can resume it.
App storage is a real constraint on the more compact devices, and the catalog in Ledger Live is deliberately blunt about it. When space runs out, uninstall apps you are not actively using. Your accounts remain listed in Ledger Live and your funds remain on-chain; you simply reinstall the app when you next need to sign for that network.
Two further options sit in this area on supported devices: a PIN change and a passphrase feature that derives an entirely separate set of accounts from the same recovery phrase plus a secret word. Passphrase wallets appear in Ledger Live as their own account set once the device is unlocked with that passphrase. They are powerful and unforgiving, because a forgotten passphrase is unrecoverable even with the 24 words.
08 / Platforms
Desktop and mobile builds compared
Ledger Live ships as a desktop application for Windows, macOS, and Linux, and as a mobile app for iOS and Android. The feature sets are close but not identical, and the practical difference is usually the connection method rather than the interface.
On desktop, devices connect by cable, which works with every model. On mobile, Bluetooth-capable devices pair wirelessly, while a device without Bluetooth cannot be used with an iPhone or iPad at all. Android additionally supports a wired connection with the right cable. Choosing which build to install is therefore partly a hardware question.
You can run Ledger Live on several machines with the same device. Each installation keeps its own local account list unless you enable the optional account synchronization feature, which propagates the list of accounts, not any key material, between your own instances of Ledger Live.
| Capability | Desktop | Mobile |
|---|---|---|
| Device connection | USB cable, all models | Bluetooth models; USB-C also on Android |
| Portfolio and accounts | Full | Full |
| Send and receive | Yes, device required to sign | Yes, device required to sign |
| Install and remove device apps | Yes | Yes, on connected models |
| Firmware updates | Yes | Yes, on supported models |
| Buy, sell, swap | Via integrated providers | Via integrated providers |
| Staking and delegation | Supported networks | Supported networks |
| Operation history export | CSV export available | History viewable in app |
09 / Data
Privacy, local storage, and connectivity
Privacy in a wallet app is mostly a question of who sees your addresses. Because Ledger Live queries hosted indexers to build balances and history, those services observe requests tied to your extended public keys and, with them, the cluster of addresses that belongs to one account. That is the standard trade-off for light wallets, and it is a confidentiality question rather than a custody one; no amount of indexer data lets anyone spend.
Users who want to reduce that exposure have options. Routing traffic through a VPN or Tor moves the network-level metadata, and advanced users can point Ledger Live at their own Bitcoin infrastructure so that balance and history queries never leave their machine. Separating activity into distinct accounts also limits how much one query set reveals.
Locally, Ledger Live stores its account list, labels, cache, and preferences on your disk. Anyone with access to that machine can read your balances, which is a good reason to protect the operating system account itself and to lock Ledger Live with the app password option, which encrypts the local data at rest.
Telemetry is separate from all of the above and is controlled in settings. Analytics and crash reporting can be turned off, and doing so does not disable any wallet functionality. The account synchronization feature is likewise optional; when enabled it moves an encrypted account list between your own Ledger Live installations rather than exposing it to a server in readable form.
One habit matters more than any setting: install Ledger Live only from official distribution channels and verify updates through the app's own updater. Fake builds of Ledger Live circulate through search ads and app-store lookalikes, and their entire purpose is to present a convincing recovery-phrase prompt. The real application never has one.
10 / Comparison
Ledger Live compared with other ways to hold crypto
The comparison worth making is not app against app but architecture against architecture. What differs is where the signing key lives and what has to be compromised for funds to move. On that axis, Ledger Live plus a hardware device sits in a different category from a browser extension or an exchange balance.
It is also perfectly reasonable to combine approaches. A hardware device can be connected to many third-party wallets, in which case that wallet replaces the Ledger Live interface while the device still enforces on-screen confirmation. The table below sets out how the arrangements differ on the points that decide risk.
| Criterion | Ledger Live + device | Software hot wallet | Exchange account | Third-party wallet + device |
|---|---|---|---|---|
| Where the key lives | Secure Element, offline | On the connected computer or phone | With the custodian | Secure Element, offline |
| Who approves a transfer | You, on the device screen | Software, on the same machine | The platform, after your request | You, on the device screen |
| Exposure if the host is infected | Display can lie, keys cannot be extracted | Keys can be stolen directly | Session or credentials at risk | Display can lie, keys cannot be extracted |
| Counterparty risk | Only on optional third-party services | Only on optional services | Full, on the balance itself | Only on optional services |
| Firmware and device app management | Built into Ledger Live | Not applicable | Not applicable | Usually still done in Ledger Live |
| Recovery responsibility | Yours, via the recovery phrase | Yours, via the recovery phrase | Account recovery by the platform | Yours, via the recovery phrase |
[TABLE_NOTE] Comparison describes architectural properties, not the merits of any specific product.
11 / Setup
How to get started with Ledger Live
The first run is a genuine sequence, since each step depends on the one before it. Set aside half an hour, work somewhere private, and have pen and paper ready for the recovery phrase before you begin.
-
Step 01
Install the application
Download Ledger Live for your operating system from the official source only, never from a search advertisement or a third-party mirror. On mobile, check the publisher name in the store listing before installing.
-
Step 02
Set up the device
Connect the hardware wallet and follow the onboarding in Ledger Live. Choose a PIN on the device, then write down the recovery phrase the device generates, offline and by hand. Confirm it when asked, and store the copy somewhere a fire or a burglary would not reach.
-
Step 03
Run the genuine check
Ledger Live verifies device authenticity as part of onboarding and updates the firmware if a newer version exists. Let it finish before doing anything else, and stop if the check fails rather than proceeding with a suspect device.
-
Step 04
Install apps and add accounts
In the device manager, install the coin apps you need. Then add the matching accounts in Ledger Live, which will scan for existing history and offer a fresh account where there is none.
-
Step 05
Test with a small transfer
Send a small amount in, confirm it appears in Ledger Live, then send a small amount back out so you have practiced the on-device verification before it matters. This dress rehearsal catches wrong networks, missing native balances for fees, and address-copying mistakes while the stakes are trivial.
12 / Diagnostics
Common problems and how to work through them
Most support cases fall into a handful of patterns, and nearly all of them are connectivity or cache issues rather than anything to do with your funds. Before troubleshooting, remember the reassuring part: your assets depend on the recovery phrase and the chain, not on the state of the app.
When the device is not detected, start with the cable. Charge-only cables are the single most common cause, followed by USB hubs and front-panel ports. Then make sure the device is unlocked with the PIN, close any other wallet software that may be holding the connection, and restart Ledger Live. On Linux, device permission rules usually need to be installed once before the connection works at all.
When a balance looks wrong or history stops updating, the cache is the suspect. Use the per-account resync, and if that fails, clear the application cache in the settings and let Ledger Live rebuild from the chain. Compare the account against a block explorer to confirm whether the discrepancy is real or cosmetic; if the explorer agrees with the chain and disagrees with the app, it is a display problem.
When an account seems to be missing entirely, check whether you are on the right device or the right passphrase. A passphrase wallet shows a completely different account set, and reconnecting without it will make those accounts look gone. Also check the hidden-accounts setting and, for older wallets, whether the coin uses a derivation path that Ledger Live only offers in developer mode.
When a transaction stays pending, nothing in Ledger Live can accelerate a broadcast that the network has already received at a low fee; the network decides. Wait, or use the network's own mechanisms where they exist. If an operation shows as failed on chain, the fee is still spent, which is normal protocol behavior rather than a fault of the app.
13 / Operating Rules
Operating rules worth keeping
Good habits with Ledger Live are few and boring, which is what makes them effective. The failures that cost people money are almost never cryptographic; they are procedural, and they repeat.
The rules below are the short version. Read them once, apply them every time, and treat any pressure to skip one, whether from a support chat, an urgent-sounding email, or an airdrop deadline, as the warning sign it is.
-
[RULE_01]
Verify every receive and send address on the device screen, not in the Ledger Live window.
-
[RULE_02]
Never type or photograph the recovery phrase. No legitimate prompt for it exists anywhere.
-
[RULE_03]
Install and update Ledger Live only from official channels, and ignore download links sent to you.
-
[RULE_04]
Refuse any transaction whose on-device details do not match what you intended, even by one character.
-
[RULE_05]
Keep firmware current, and let the genuine check in Ledger Live finish before you use a device.
-
[RULE_06]
Test unfamiliar flows with a small amount first, including new networks and new providers.
14 / FAQ
Frequently asked questions
Does Ledger Live store my crypto?
No. Balances exist on their blockchains and are controlled by keys held in the hardware wallet's Secure Element. Ledger Live reads public data and prepares transactions, but it never holds assets or keys, which is why deleting the app has no effect on what you own.
Can I use Ledger Live without the hardware device?
You can open Ledger Live and view your portfolio, accounts, and history without connecting anything, because that information is derived from public keys already cached locally. Anything that moves value, and anything that changes the device itself, requires the hardware wallet to be connected and unlocked.
What happens if I lose my computer or phone?
Nothing is lost as long as you have the device and the recovery phrase. Install Ledger Live on a new machine, connect the device, and re-add your accounts; the app rebuilds everything from the chain. If the device itself is gone, restore the recovery phrase onto a new hardware wallet and reconnect it to Ledger Live.
Is Ledger Live free?
The application itself costs nothing to download or use. Costs arise from the networks and the services: blockchain fees on every transaction, and provider fees or spreads on buy, sell, swap, and some staking routes offered inside Ledger Live. Optional subscription services offered separately have their own pricing.
Can I use a third-party wallet instead of Ledger Live?
Yes. A hardware device works with many external wallets, which then handle the interface while the device still enforces on-screen approval. Many people run both, using the third-party wallet for a specific ecosystem and Ledger Live for portfolio overview, firmware, and device app management.
Why does an asset show a zero balance after I removed its device app?
Removing a coin app never deletes funds; it removes the signing logic from the device. Reinstall the app, then resync the account in Ledger Live and the balance reappears. If it does not, check the account against a block explorer to separate a display issue from a genuinely empty address.
Does Ledger Live know who I am?
The wallet functions require no account and no identity. Identity checks appear only where a third-party provider inside Ledger Live is legally obliged to run them, typically for fiat purchases and sales. Analytics and crash reporting are separate, optional, and switchable in settings.
How do I know a copy of Ledger Live is genuine?
Download only from official channels, and check the behavior once running: a genuine installation never asks for a recovery phrase, and it performs the device authenticity check on connection. Treat any prompt for your 24 words, any unexpected support contact, and any urgent update link as fraudulent, regardless of how closely the interface resembles Ledger Live.
15 / Summary
The short version
Ledger Live is the interface, the hardware wallet is the vault, and the split between them is the whole point. The app gives you a portfolio, an account model, a transaction builder, device administration, and access to third-party services; the device gives you a screen you can trust and a key that cannot be exported.
Use Ledger Live the way it was designed to be used, verifying on the device and keeping the recovery phrase offline, and the software running on your computer becomes far less critical to your safety than it would be with any hot wallet. That is the security dividend of the arrangement, and it only holds if the on-device confirmation step is treated as mandatory every single time.
[FINAL_CHECK]
Device unlocked, genuine check passed, address confirmed on screen, fee reviewed, amount reviewed. Then approve.