Quick overview
This guide explains, in plain terms, how to receive and how to send cryptocurrency using a Ledger hardware wallet and the Ledger Live app, plus common alternatives and troubleshooting tips. I write from hands‑on testing and frequent real‑world use. What I've found: the flow is straightforward once you understand two rules — never share your recovery phrase and always verify addresses on the device itself.
(First mention: cryptocurrency. After this I’ll write “crypto”.)
For background on initial setup or firmware checks, see setup-initial and firmware-updates.
Before you start — prerequisites
- A Ledger hardware wallet already initialized and protected by a PIN (or restored) — see restore-recovery.
- The Ledger Live desktop or mobile app installed and the relevant account(s) added (ledger-live, add-accounts-apps).
- The appropriate blockchain app installed on the device (Bitcoin, Ethereum, etc.).
- Firmware up to date (firmware can change transaction flows; see firmware-updates).
And always test with a small amount first. Why? It confirms your flow without risking much.
How to receive crypto (step by step)
Receiving is usually simpler than sending — but address verification is critical.
Receiving Bitcoin
- Open Ledger Live and go to Accounts > your Bitcoin account.
- Click Receive (or Request).
- Open the Bitcoin app on the device when prompted.
- Ledger Live will display an address and ask you to verify it on the device screen. Compare both (confirm address on ledger).
- Copy the on‑device verified address into the sender (exchange, friend, etc.) and send a small test first.
Why verify on‑device? The computer screen can be tampered with; the device shows the real address derived from your private keys. For the general Bitcoin receiving flow see Bitcoin documentation and PSBT standards (useful for multisig) (BIP-174).
Receiving Ethereum and ERC‑20 tokens
- Open Ledger Live > Accounts > Ethereum account > Receive.
- Open the Ethereum app on the device.
- Verify the address shown on the device. (Many ERC‑20 tokens use the same Ethereum address.)
- If you are receiving a token not listed in Ledger Live, you may need a third‑party app to view balances — see ethereum-guide and erc20-tokens.
Note: Ethereum gas and token contract interactions are handled when sending, not when receiving.
How to send crypto with Ledger Live (step by step)
This section covers the standard Ledger Live flow. If you use a third‑party wallet like MetaMask or MyEtherWallet, skip to the next section.
How to send Bitcoin from a Ledger wallet
- In Ledger Live, go to Accounts > Bitcoin account > Send.
- Paste the recipient address and choose amount. Double‑check the address length and characters.
- Choose fee level (higher fee = faster confirmation).
- Click Continue; Ledger Live will prepare the transaction and prompt you to validate on the device.
- On the device, the Bitcoin app shows outputs and amounts — verify everything and approve.
How fees work? Bitcoin fees depend on mempool and target confirmation; adjust accordingly. For advanced unsigned workflows (PSBT) or multisig, consult multisig and BIP‑174.
How to send Ethereum from a Ledger wallet
- In Ledger Live, go to Accounts > Ethereum account > Send.
- Enter recipient address and amount. Ledger Live supports EIP‑1559 fee settings (base + priority fee); you can set gas parameters manually if needed (EIP‑1559).
- Click Continue. Open the Ethereum app on your device when asked.
- On the device, confirm the recipient address and the amount. Approve the transaction.
If you need to send ERC‑20 tokens not supported directly by Ledger Live, use a compatible third‑party wallet with the device (see next section). In my testing, confirming EIP‑1559 details on‑device reduces the chance of accidental overpayment.
Using third-party wallets and air‑gapped signing
Ledger devices can integrate with third‑party wallets for certain chains or advanced features. For example, MetaMask or MyEtherWallet supports hardware wallet connections for Ethereum and tokens. Third‑party apps are useful for token management, staking, or networks not fully supported by Ledger Live. See metamask-setup and myetherwallet-guide.
Air‑gapped signing (exporting a PSBT or using a device disconnected from the internet) is an option for high‑security setups. This helps keep private keys physically offline and is useful in multisig or vault setups — see air-gapped and multisig-compatibility.
Confirm the address on your device — why this matters
How do you know the address on your computer is correct? You verify it on the device. The device’s secure element stores private keys and computes addresses; the screen is the authoritative source. If the address on your computer doesn’t match the device, do not proceed.
Resources: Ledger’s support docs explain address verification and why it’s the single safest check (confirm address on ledger). For general seed phrase standards see BIP‑39.
Troubleshooting: “Ledger Live send not working” and common fixes
If Ledger Live fails to send:
- Check the device firmware and app are up to date: firmware-updates.
- Reopen the blockchain app on the device before sending.
- Try a different USB cable or port (or toggle Bluetooth on mobile devices) — see connectivity-usb-bluetooth-nfc.
- Restart Ledger Live and your computer; re‑add the account as a last resort.
- Confirm the network (mainnet/testnet) and that you have enough balance for fees.
But if an error persists, consult the troubleshooting pages: troubleshooting-connection and chrome-extension-issues. If you see a firmware signature or device integrity error, stop and follow the verify-firmware guide.
Security notes: passphrase, Bluetooth, multisig and custody options
- Passphrase (the optional 25th word) adds a hidden account layer. It increases security but also increases recovery complexity — see passphrase-25th-word.
- Bluetooth adds convenience but an attack surface. Use USB on desktop where possible. See connectivity-usb-bluetooth-nfc.
- Multisig improves protection for larger holdings. Multisig requires compatible wallets and workflows; see multisig and multisig-compatibility.
If you're planning inheritance or long‑term cold storage, read cold-storage-strategies and inheritance.
Common mistakes checklist
- Do not buy devices from unofficial sellers: buy from an official source (where-to-buy-safely).
- Never type or store your recovery phrase on a connected device or cloud service.
- Always verify the address on the hardware wallet screen before approving.
- Test with a small transaction before sending large amounts.
FAQ
Q: Can I recover my crypto if the device breaks?
A: Yes. Use your recovery phrase to restore your accounts on another compatible hardware wallet or compatible software wallet that supports your derivation path — see restore-recovery and backup-and-recovery.
Q: What happens if the company goes bankrupt?
A: Your private keys and recovery phrase are yours. As long as you have the recovery phrase and compatible wallet software/hardware, you control the assets. See company-risk.
Q: Is Bluetooth safe for a hardware wallet?
A: Bluetooth increases the attack surface; many users prefer wired connections for large transfers. For more detail see connectivity-usb-bluetooth-nfc.
Conclusion & next steps
Sending and receiving with a Ledger hardware wallet is a two‑part habit: verify addresses on the device, and keep your recovery phrase secure. I recommend testing the flow with small amounts, updating firmware regularly, and reading the linked guides on passphrases, multisig, and firmware verification.
Ready to proceed? Start with ledger-live and consult firmware-updates before your first send. If you want deeper reading on Bitcoin specifics or Ethereum gas management, see bitcoin-guide and ethereum-guide.
Sources and further reading:
And one last practical tip: keep one tested small transaction history (on-chain TXID) so you can replay the flow if you need to teach someone else (or remember later).