---
title: Ledger Wallet Provider
category: explanation
---

# Ledger Wallet Provider

Give your users a first-party Ledger experience inside your application with secure signer pairing, Clear Signing, and Transaction Check built in.

## What is Ledger Wallet Provider

Ledger Wallet Provider is a web component SDK that embeds Ledger's official connect flow directly inside your application, enabling direct signer connections and ensuring full access to Ledger's security features like Clear Signing and Transaction Check.

The SDK handles USB and Bluetooth connections, automatically enables Clear Signing and Transaction Check, and provides a standards-based [EIP-1193](https://eips.ethereum.org/EIPS/eip-1193) provider that works with any JavaScript framework. It announces itself via the [EIP-6963](https://eips.ethereum.org/EIPS/eip-6963) multi-wallet discovery protocol, so it integrates with any dApp that supports that standard.

![Ledger connect modal with transport choices](/wallet-provider/connect-a-ledger-modal.png)

![Token balances displayed for the connected account](/wallet-provider/tokens.png)

## What you get with Ledger Wallet Provider

✓

Built-in security
Clear Signing and Transaction Check enabled automatically

✓

Complete user flow
Handles signer pairing, account selection, and connection state

✓

Standard integration
EIP-1193 provider works with any JavaScript framework

✓

Managed transports
Ledger maintains USB and Bluetooth connection layers

## Limitations

The SDK runs entirely in the browser. It does not support server-side rendering (SSR): use dynamic imports to load it only in a browser context. Mobile browsers are not supported because Web HID and Web Bluetooth APIs are not available on iOS or Android. For full environment requirements, see [Requirements](./requirements).

## Where to go next

[<div className="font-semibold mb-2">Requirements →</div>
<div className="text-sm text-gray-400">Check browser and platform requirements before you start</div>](./requirements)

[<div className="font-semibold mb-2">Get started →</div>
<div className="text-sm text-gray-400">Install the SDK and integrate Ledger Wallet Provider into your application</div>](./get-started)

[<div className="font-semibold mb-2">Configuration →</div>
<div className="text-sm text-gray-400">Explore all initialization options</div>](./configuration)

[<div className="font-semibold mb-2">API reference →</div>
<div className="text-sm text-gray-400">Explore events, methods, and provider capabilities</div>](./api-reference)
