/* =========================================
CRYPTO WALLET SETUP

Start Managing Your Crypto With Confidence

Looking for a simple way to get started with your Ledger wallet? Set up your device, install the Ledger Wallet app, and begin managing your digital assets from one convenient place.

Always download wallet software from an official and trusted source.

A Simple Starting Point for Your Crypto Journey

Managing cryptocurrency does not have to feel complicated. Whether you are buying your first digital asset or already have experience with Web3, getting your wallet environment configured correctly is an important first step.

Ledger combines dedicated hardware with wallet software to give you a practical way to interact with your digital assets. The hardware device is designed to keep your private keys protected, while the companion wallet application provides an interface for viewing and managing your accounts.

The setup process starts with installing the appropriate Ledger Wallet application for your device. From there, you can connect your compatible Ledger device, follow the setup instructions, and begin managing supported assets.

Choose Your Platform

Use the official Ledger Wallet application to manage your wallet experience across supported desktop and mobile platforms.

Set Up Your Ledger Wallet in a Few Steps

01

Install the Wallet Application

Begin by downloading the appropriate Ledger Wallet application for your computer or mobile device. Make sure you obtain the software from Ledger's official channels to reduce the risk of installing fraudulent applications.

02

Connect Your Ledger Device

Follow the on-screen instructions to connect and initialize your compatible Ledger hardware wallet. Your device provides a dedicated environment for protecting sensitive wallet information and approving transactions.

03

Secure Your Recovery Information

During setup, pay close attention to your recovery information. Never share your recovery phrase with another person, website, application, or support representative. Anyone who obtains it may be able to gain access to your wallet.

04

Manage Your Digital Assets

Once your wallet is configured, you can use the companion application to interact with supported crypto assets and accounts. Always verify transaction details directly on your Ledger device before approving a transaction.

Your Private Keys Matter

Cryptocurrency ownership depends on private keys. Unlike a traditional online account where a company can reset your password, control of a crypto wallet is closely connected to control of its private keys.

Hardware wallets are designed to keep those keys protected within the dedicated device rather than exposing them directly to an internet-connected computer or phone. When you perform an important action, your Ledger device can provide a separate environment for reviewing and approving the transaction.

✓ Keep your recovery phrase private
✓ Verify addresses before approving transactions
✓ Download software from official sources
✓ Never approve unexpected transactions

More Control Over Your Digital Assets

A hardware wallet can provide an additional layer of protection for people who want greater control over their cryptocurrency. Instead of relying exclusively on an exchange or software wallet to safeguard private keys, a hardware wallet gives users a dedicated physical device for key management and transaction approval.

Ledger's ecosystem is designed around this combination of hardware security and wallet software. The application gives you a convenient interface for your accounts, while the physical device plays an important role when sensitive operations need authorization.

This approach can be particularly useful for long-term holders, active Web3 users, and anyone who wants to understand more clearly how their crypto assets are secured.

Frequently Asked Questions

What is Ledger Wallet?

Ledger Wallet is Ledger's companion crypto wallet application for managing digital assets and interacting with compatible Ledger hardware devices.

Where should I download Ledger Wallet?

Use Ledger's official website and official app distribution channels. Avoid downloading wallet software from unknown websites, advertisements, unofficial links, or third-party file repositories.

Why is my recovery phrase important?

Your recovery phrase can provide the ability to restore access to your wallet. Treat it as highly sensitive information and keep it private and offline.

Should I verify transactions on my Ledger device?

Yes. Carefully review important transaction details on the physical Ledger device before approving an operation.

Can I use Ledger on desktop and mobile?

Ledger currently provides wallet software for multiple desktop and mobile platforms. Availability can depend on the specific device and operating system.

Take the First Step Toward More Secure Crypto Management

Set up your Ledger environment carefully, protect your recovery information, and take control of how you interact with your digital assets.

Start Your Setup
LEDGER START — FRAMER WEBSITE STYLES ========================================= */ .ledger-start-page { --ledger-black: #101010; --ledger-dark: #171717; --ledger-white: #ffffff; --ledger-gray: #f4f4f1; --ledger-border: #dcdcd7; --ledger-muted: #696969; --ledger-green: #d8ff3e; width: 100%; background: var(--ledger-gray); color: var(--ledger-black); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; box-sizing: border-box; } .ledger-start-page *, .ledger-start-page *::before, .ledger-start-page *::after { box-sizing: border-box; } .ledger-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; } /* ========================================= HERO ========================================= */ .ledger-hero { min-height: 720px; display: flex; flex-direction: column; justify-content: center; padding: 100px 0; } .ledger-badge, .ledger-label { display: inline-flex; width: fit-content; font-size: 11px; font-weight: 750; letter-spacing: 0.15em; text-transform: uppercase; color: #606060; } .ledger-hero h1 { max-width: 950px; margin: 22px 0 30px; font-size: clamp(54px, 9vw, 108px); line-height: 0.9; letter-spacing: -0.065em; font-weight: 720; } .ledger-intro { max-width: 760px; margin: 0; font-size: clamp(19px, 2.3vw, 25px); line-height: 1.5; color: #414141; } .ledger-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; } .ledger-button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 29px; border-radius: 100px; font-size: 15px; font-weight: 700; text-decoration: none; transition: transform 180ms ease, background 180ms ease, color 180ms ease; } .ledger-button:hover { transform: translateY(-2px); } .ledger-button-primary { background: var(--ledger-black); color: white; } .ledger-button-primary:hover { background: #292929; } .ledger-button-secondary { border: 1px solid #bcbcb8; color: var(--ledger-black); background: transparent; } .ledger-button-secondary:hover { background: white; } /* ========================================= GENERAL SECTIONS ========================================= */ .ledger-section { padding: 110px 0; border-top: 1px solid var(--ledger-border); } .ledger-section h2, .ledger-download h2, .ledger-security h2, .ledger-final-cta h2 { max-width: 850px; margin: 20px 0 30px; font-size: clamp(38px, 6vw, 70px); line-height: 0.96; letter-spacing: -0.055em; font-weight: 680; } .ledger-section p, .ledger-download p, .ledger-security p, .ledger-final-cta p { max-width: 780px; margin: 0 0 22px; font-size: 18px; line-height: 1.7; color: #4c4c4c; } /* ========================================= DOWNLOAD AREA ========================================= */ .ledger-download { margin: 20px 0 0; padding: 75px; border-radius: 30px; background: var(--ledger-black); color: white; } .ledger-download .ledger-label { color: #a8a8a8; } .ledger-download h2 { color: white; } .ledger-download p { color: #bdbdbd; } .download-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 55px; } .download-card { min-height: 175px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border: 1px solid #363636; border-radius: 18px; background: #1c1c1c; color: white; text-decoration: none; transition: background 180ms ease, transform 180ms ease; } .download-card:hover { background: #292929; transform: translateY(-4px); } .download-icon { margin-bottom: auto; font-size: 12px; font-weight: 700; color: #a7a7a7; } .download-card strong { display: block; margin-bottom: 5px; font-size: 19px; } .download-card small { color: #969696; font-size: 12px; } /* ========================================= STEPS ========================================= */ .ledger-steps { margin-top: 50px; border-top: 1px solid var(--ledger-border); } .ledger-step { display: grid; grid-template-columns: 100px 1fr; gap: 35px; padding: 42px 0; border-bottom: 1px solid var(--ledger-border); } .step-number { width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--ledger-black); color: white; font-size: 12px; font-weight: 700; } .ledger-step h3 { margin: 2px 0 12px; font-size: 25px; letter-spacing: -0.025em; } .ledger-step p { margin: 0; } /* ========================================= SECURITY ========================================= */ .ledger-security { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 100px; padding: 110px 0; border-top: 1px solid var(--ledger-border); } .security-list { align-self: center; } .security-list > div { display: flex; align-items: flex-start; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--ledger-border); } .security-list span { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%; background: var(--ledger-black); color: white; font-size: 12px; font-weight: 700; } .security-list p { margin: 2px 0 0; font-size: 15px; line-height: 1.5; } /* ========================================= TEXT LINK ========================================= */ .text-link { display: inline-block; margin-top: 12px; color: var(--ledger-black); font-size: 16px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--ledger-black); padding-bottom: 4px; } .text-link:hover { opacity: 0.65; } /* ========================================= FAQ ========================================= */ .ledger-faq { padding-bottom: 120px; } .faq-item { max-width: 900px; padding: 30px 0; border-bottom: 1px solid var(--ledger-border); } .faq-item h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -0.02em; } .faq-item p { margin: 0; font-size: 16px; } /* ========================================= FINAL CTA ========================================= */ .ledger-final-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-bottom: 55px; padding: 65px; border-radius: 30px; background: var(--ledger-black); color: white; } .ledger-final-cta .ledger-label { color: #a6a6a6; } .ledger-final-cta h2 { color: white; margin-bottom: 20px; } .ledger-final-cta p { color: #bdbdbd; margin-bottom: 0; } .ledger-button-light { flex-shrink: 0; background: var(--ledger-green); color: #111111; } .ledger-button-light:hover { background: #e5ff79; } /* ========================================= DISCLAIMER ========================================= */ .ledger-disclaimer { padding: 30px 0 70px; border-top: 1px solid var(--ledger-border); } .ledger-disclaimer p { max-width: 900px; margin: 0; font-size: 12px; line-height: 1.7; color: #777777; } /* ========================================= TABLET ========================================= */ @media (max-width: 900px) { .ledger-hero { min-height: 620px; } .download-grid { grid-template-columns: repeat(2, 1fr); } .ledger-security { grid-template-columns: 1fr; gap: 45px; } .ledger-final-cta { align-items: flex-start; flex-direction: column; } .ledger-button-light { width: 100%; } } /* ========================================= MOBILE ========================================= */ @media (max-width: 600px) { .ledger-wrap { width: min(100% - 32px, 1180px); } .ledger-hero { min-height: 600px; padding: 75px 0; } .ledger-hero h1 { font-size: clamp(48px, 15vw, 72px); } .ledger-intro { font-size: 18px; } .ledger-actions { flex-direction: column; } .ledger-button { width: 100%; } .ledger-section { padding: 75px 0; } .ledger-section h2, .ledger-download h2, .ledger-security h2, .ledger-final-cta h2 { font-size: 42px; } .ledger-section p, .ledger-download p, .ledger-security p, .ledger-final-cta p { font-size: 16px; } .ledger-download { padding: 35px 22px; border-radius: 22px; } .download-grid { grid-template-columns: 1fr; margin-top: 35px; } .download-card { min-height: 130px; } .ledger-step { grid-template-columns: 1fr; gap: 20px; padding: 32px 0; } .step-number { width: 48px; height: 48px; } .ledger-step h3 { font-size: 21px; } .ledger-security { padding: 75px 0; } .ledger-final-cta { margin-bottom: 35px; padding: 35px 22px; border-radius: 22px; } .ledger-disclaimer { padding-bottom: 50px; } }

Create a free website with Framer, the website builder loved by startups, designers and agencies.