Companion app / hardware wallet interface
Ledger Live, the Desktop and Mobile App for Ledger Hardware Wallets
Ledger Live is the desktop and mobile application that Ledger, the French hardware wallet maker, built as the control panel for its devices. Almost everything a device owner does day to day happens through Ledger Live: reading balances, adding accounts, installing the small coin apps that sit on the device, preparing a transaction, and handing it to the hardware wallet for approval. The one thing Ledger Live never does is hold a private key.
That separation is the entire design. The secret material controlling your coins is generated inside the device's secure element chip and stays there. Ledger Live assembles an unsigned transaction, pushes it over USB or Bluetooth, and waits. The device shows the destination and the amount on its own screen, you confirm with its physical buttons or touchscreen, and only a finished signature comes back. If a malicious copy of Ledger Live were running on your computer tomorrow, it still could not move a single coin without your hands on the hardware.
Ledger Live first appeared in 2018, replacing the older browser-based wallet apps that Ledger shipped before it. Since then it has grown from a plain balance viewer into something closer to a small crypto workstation. Buying, selling, swapping, staking, NFT viewing, and connecting to decentralized applications all happen inside Ledger Live now, mostly through integrated third parties rather than services the company runs itself.
This page walks through what Ledger Live actually does, where the boundaries of its security model sit, what it costs, how it stacks up against the alternatives, and how to set it up without walking into the mistakes that catch new owners.
How Ledger Live Works
Structurally, Ledger Live is three layers stacked on top of each other: an interface you look at, a set of blockchain-specific libraries that know how to read balances and build transactions for each network, and a transport layer that speaks to the hardware over USB cable or Bluetooth. None of those layers ever receives key material. They exist to prepare work for the device and to render whatever the device and the blockchain report back.
When you add an account, the app asks the device for an extended public key for that coin's derivation path. From that single public value, Ledger Live can derive every receiving address the account will ever use and scan the chain for their history. This is why the app can show a full balance and transaction list while remaining completely unable to spend anything. The lookups themselves go through blockchain indexers, so Ledger Live is talking to a server for chain data even though your keys never leave the device in your hand.
Sending follows a strict sequence. You fill in a recipient and an amount, Ledger Live estimates the network fee and builds the raw transaction, and the unsigned payload travels to the device. The hardware parses it and prints the essential fields on its own display. You compare what the small screen says with what you intended, approve, and the device returns a signature that Ledger Live broadcasts. The screen on the device, not the one on your computer, is the source of truth, because malware can repaint a computer screen but cannot repaint the wallet's.
Each blockchain needs its own small application installed on the device, and the My Ledger section of Ledger Live is where those are installed, updated, or removed. Storage on the device is limited, so owners of many chains regularly uninstall one coin app to make room for another. Removing an app never removes funds or accounts, because the addresses are derived from the recovery phrase, not stored in the app. Firmware updates for the device are also delivered through Ledger Live rather than any other channel.
The desktop build runs on Windows, macOS, and Linux; the mobile build runs on iOS and Android and pairs with Bluetooth-capable devices. The two are the same product with the same account model, and Ledger Live offers an encrypted synchronization option so the account list you built on a laptop appears on a phone without re-adding everything by hand. Because accounts are just derived public data, losing a phone means losing a view, never the funds.
What Is Inside the App
The feature list has expanded a lot since launch, and not every part of Ledger Live is equally essential. The portfolio, send, receive, and device manager functions are the core; the trading and discovery sections are conveniences built on outside providers. It is worth knowing which is which, because the parts of Ledger Live that route through third parties come with third-party pricing, terms, and identity requirements.
Portfolio and accounts
A single dashboard totals every account across every chain in your chosen fiat currency, with a value chart over selectable time ranges and a combined operation history. Accounts can be renamed and grouped, which matters once Ledger Live is tracking a dozen of them.
Send and receive
Receiving asks you to display the address on the device and confirm it matches the one on screen. Sending offers fee presets and, on chains that allow it, manual fee entry. Both paths in Ledger Live end at the device, never at a stored password.
Buy, sell, swap
Integrated partners handle card purchases, bank transfers, sales, and coin-to-coin swaps. Ledger Live shows competing quotes, but the trade itself is a contract with that provider, which usually means identity verification and its own fee schedule.
Staking and rewards
For proof-of-stake networks that support it, delegation can be started from inside Ledger Live while the coins stay under your keys. Lock-up rules, unbonding periods, and validator commissions are set by the network, not by the app.
NFTs and dapps
NFTs held on supported chains appear in a gallery view, and a discovery section lists vetted web3 applications. Ledger Live can also act as the signer for external sites through WalletConnect, keeping approval on the device.
Device manager
Firmware updates, coin app installs, storage usage, and the genuine-device check all live here. This is the section that makes Ledger Live effectively mandatory even for people who prefer another wallet interface for daily use.
Security and Privacy Model
The correct way to think about Ledger Live is as convenient but untrusted software sitting in front of a trusted device. Its threat model assumes your computer may already be compromised. Keys are generated and used only inside a secure element, a tamper-resistant chip family also used in payment cards and passports, and the device runs a small operating system that isolates each coin application from the others. Ledger devices have been submitted to the French ANSSI CSPN certification scheme, an independent evaluation that most consumer wallets do not undergo.
Two habits carry most of the practical protection. First, always confirm a receiving address on the device screen rather than trusting the copy in the app window, since address-swapping malware is a well-documented attack. Second, read what the device actually displays before approving, especially for smart contract interactions, where a readable summary of what you are signing is far safer than an opaque blob of data. Ledger Live surfaces those details, but the verification is a human step that no software can perform for you.
What Ledger Live cannot defend against is you being tricked into typing your 24-word recovery phrase somewhere. Genuine software will never ask for it, and the device will never ask you to enter it into a computer during normal use. Fake wallet applications, cloned websites, phishing emails, and fraudulent support agents on social platforms all converge on that single request. Downloading Ledger Live only from the official source, and treating any recovery-phrase prompt as an attack, closes off the overwhelming majority of real-world losses.
Privacy is a separate question from security. Because Ledger Live queries hosted indexers for balances and history, those servers can observe which addresses a given client is watching, and network-level metadata such as your IP address comes along with the request. The application also has optional analytics and crash reporting that can be switched off in settings. Nothing about that exposes funds, but users who care about chain-analysis privacy should understand that Ledger Live is not a private-by-default tool in the way a self-hosted node is.
Guarantees at a glance
The source code of the Ledger Live client is published openly, which lets independent developers inspect how transactions are constructed even though the device firmware itself is only partly open.
Supported Assets and Networks
Support in Ledger Live comes in tiers, and the distinction matters more than a headline number. Major chains such as Bitcoin, Ethereum, and the larger proof-of-stake networks have native accounts with full send, receive, history, and often staking. Thousands of tokens are supported as balances inside an existing account, meaning an ERC-20 token appears under an Ethereum account rather than as an account of its own. Ledger Live is regularly updated to add new chains and token standards.
Below that sits a third tier of assets your device can sign for but that Ledger Live does not display natively. In those cases the standard route is to pair the hardware wallet with a compatible external wallet interface, which handles the account view while the device continues to hold the keys and approve every transaction. Nothing about that arrangement weakens the security model, and the same recovery phrase still controls the funds, so you can move between Ledger Live and a third-party interface without migrating anything.
Before buying a device for a specific coin, check the current support list rather than assuming, since coverage in Ledger Live changes over time and a chain can be added, deprecated, or moved between tiers.
Support tiers
- TIER 1 native account, full history, staking where available
- TIER 2 token balance shown inside a parent account
- TIER 3 signed by the device through an external wallet interface
Ledger Live Compared to the Alternatives
Three arrangements cover most people holding crypto: a hardware wallet driven by Ledger Live, the same hardware wallet driven by a third-party wallet interface, and an account on a centralized exchange. The table below compares them on the points that actually change your risk rather than on feature counts.
| Criterion | Device + Ledger Live | Device + third-party wallet | Exchange account |
|---|---|---|---|
| Where keys live | secure element, offline | secure element, offline | held by the platform |
| Address shown on device | yes | yes | not applicable |
| Firmware and app installs | built in | still needs Ledger Live | not applicable |
| Multi-chain portfolio view | single dashboard | usually per ecosystem | listed assets only |
| Identity check to hold | none | none | required |
| Counterparty failure risk | none for custody | none for custody | full exposure |
| Recovery if app is lost | 24-word phrase | 24-word phrase | account reset by support |
| Cost of the software | free | usually free | free, trading fees apply |
The honest summary is that Ledger Live and a third-party interface offer the same custody guarantees, because both are just front ends to the same signing device. What Ledger Live adds is breadth in one window and exclusive control over firmware and device applications. What a specialist interface sometimes adds is deeper support for one ecosystem. Many experienced users run both, and there is no conflict in doing so.
What Ledger Live Costs
The application is free and has no paid tier for wallet functionality. You pay once for the hardware, and after that Ledger Live imposes no charge for holding, viewing, receiving, or sending. When money does change hands through the app, it goes either to a blockchain or to an integrated provider, and Ledger Live is not the party setting those numbers.
Network fees are the unavoidable ones. They depend entirely on chain congestion at the moment you transact, and Ledger Live gives you an estimate plus, on most networks, the ability to choose a slower and cheaper setting. Provider fees are the variable ones: buying with a card, selling to a bank account, or swapping between coins each carry a spread and a service charge quoted by the partner before you confirm. Reading that quote carefully is the single most useful cost habit inside Ledger Live.
Ledger also sells optional add-on services that are billed separately from the wallet, which is a distinction worth keeping straight. Declining them changes nothing about your ability to use Ledger Live or your device in the standard, self-custodial way.
| Action | Who charges |
|---|---|
| Install app | no charge |
| Receive | no charge |
| Send | blockchain network |
| Buy / sell | payment provider |
| Swap | swap provider + network |
| Stake | validator commission |
| Firmware update | no charge |
How to Get Started
First-time setup follows a fixed order, and skipping ahead is where problems start. Work through these five steps in sequence, with the device in front of you and nobody watching over your shoulder.
-
01 / Install the app
Download Ledger Live only from the official website or the official listing in your platform's app store. Counterfeit builds with the same name and icon have circulated in app stores, so verify the publisher before installing. Never accept a copy of Ledger Live sent to you by a link in a message.
-
02 / Initialize the device
Connect the wallet and let Ledger Live guide the setup. Choose a PIN, then write down the recovery words the device generates, in order, on the supplied cards. A device that arrives with a phrase already printed on paper is a scam and should never be used.
-
03 / Run the genuine check
Ledger Live automatically verifies that the connected hardware is authentic by challenging its attestation key. Let that check complete and update the firmware if prompted, before you send any funds to an address derived from the device.
-
04 / Add coins and accounts
Install the coin applications you need from the manager, then add the matching accounts. Ledger Live scans the chain and shows any existing balance immediately, which is also how a previous wallet restored from its recovery phrase reappears.
-
05 / Test with a small amount
Send a small test transfer in, confirm it arrives, then send a small amount back out so you have exercised the full signing path once before it matters. Verify the receiving address on the device display both times. Once that round trip works, you can trust the setup and move the rest, and from then on Ledger Live is a routine tool rather than an experiment.
Common Problems and What They Usually Mean
Most support questions about Ledger Live come down to a handful of recurring situations, and almost none of them involve lost funds. Balances live on the blockchain, not in the application, so a display problem is a display problem.
- Device not detectedUsually a cable that only carries power, a locked device, or another wallet application holding the connection. Try a different data cable, unlock with the PIN, close other wallet software, and reconnect Ledger Live.
- Balance shows zeroAlmost always the wrong derivation path or the wrong account type rather than missing coins. Check that the correct coin app is installed and that Ledger Live is looking at the account type your funds were sent to.
- Token missingSome tokens need the parent chain's account plus a supported contract. If the token is not listed, the balance is still on-chain and can be reached through a compatible external interface.
- Transaction stuck as pendingThe fee was too low for current conditions. The signature is already broadcast, so the fix belongs to the network, and Ledger Live will update the status when the transaction confirms or is dropped.
- Not enough space on deviceCoin applications compete for limited storage. Uninstalling one from Ledger Live does not touch funds or history, and reinstalling restores full access instantly.
Limitations Worth Knowing
Ledger Live is tied to Ledger hardware and is not a general-purpose wallet for other manufacturers' devices, so it is only relevant if you own or plan to own one. Its trading features depend on outside providers whose availability, pricing, and identity requirements vary by country, which means two users can see quite different options in the same version of Ledger Live. And because chain data comes from hosted indexers, the app is not the right tool for someone whose priority is running everything against their own node.
There is also a philosophical objection worth acknowledging: some self-custody purists prefer fully open, independently reproducible software end to end, and the device firmware is not entirely open source. Those users can still buy the hardware, use Ledger Live purely for firmware and application management, and do their daily signing through an interface they trust more. The keys behave identically either way, which is ultimately the point of keeping Ledger Live at arm's length from them.
Frequently Asked Questions
Is Ledger Live free to use?
Yes. Downloading and using Ledger Live for wallet functions costs nothing. You pay blockchain network fees when you send, and provider fees when you buy, sell, or swap through an integrated partner.
Can Ledger Live work without the device?
You can open Ledger Live and view previously added accounts, but you cannot add an account, send, stake, or install applications without connecting and unlocking the hardware wallet. Signing requires the device every time.
What happens if my computer dies?
Nothing happens to your crypto. Install Ledger Live on another machine, connect the device, and re-add your accounts. If the device itself is lost, restore the recovery phrase onto a new one and the same accounts reappear in Ledger Live.
Does it need an account or KYC?
No account or identity verification is needed to hold, send, or receive with Ledger Live. Identity checks appear only when you use a third-party buy, sell, or swap service, and those checks belong to that provider.
Can I use another wallet app instead?
Yes, many third-party wallets pair with Ledger hardware. You will still need Ledger Live occasionally for firmware updates and installing coin applications, but daily balances and transactions can happen elsewhere.
Will it ever ask for my 24 words?
Never. Ledger Live has no screen that accepts a recovery phrase. Any application, website, email, or person asking you to enter those words into a computer is attempting theft, without exception.
Is my portfolio visible to anyone?
Balances come from public blockchains queried through hosted indexers, so those servers see which addresses your copy of Ledger Live is watching. Optional analytics can be disabled in settings, and no balance data is ever public with your name attached.
Does it support every cryptocurrency?
No. Ledger Live natively supports a broad set of chains and thousands of tokens, but coverage changes and some assets require an external interface. Check the current list for the specific coin you care about.
The Short Version
Judged as a piece of software, Ledger Live is a competent multi-chain dashboard with a clear division of responsibility and an unusually honest security boundary. Judged as a habit, the thing that keeps your funds safe is not the application but the two seconds you spend reading the device screen before pressing confirm. Use Ledger Live for what it is good at, keep the recovery phrase offline and private, and the rest is routine.