What are Ledger Live Integrations?
Ledger Live Integrations allow you to:
- Add native blockchain/account support for your coin or token inside Ledger Live
- Embed your dApp, NFT, or DeFi service in the Discover section of Ledger Live’s UI
- Integrate fiat/crypto swaps, purchases, and exchanges with hardware-level safety
- Leverage open SDKs, APIs, and community support to build secure user-facing features
All integrations follow a review and approval process by the Ledger engineering team.
Examples: Cosmos, Solana, MoonPay, Lido, and NFT dApps are already featured in Ledger Live.
Integration Type | Requirements | Tech Stack | Approval Needed | Example |
---|---|---|---|---|
Blockchain Account | Ledger App + Agreement | C, Rust, JSON | Yes | Cosmos, Solana |
dApp Discover | Manifest + SDKs | React, JS/TS | Yes | Lido, Objkt |
Exchange/Widget | API + Flow | REST/JS | Yes | MoonPay |
Integrate a Blockchain / Coin
- Submit your request and coordinate with the Ledger team for approval
- Develop and test your Ledger device app (using Speculos for emulation)
- Prepare signature/transaction templates and coin-specific code
- Ledger team reviews and, if approved, your coin/account type is added to Ledger Live Accounts
Do not start development before getting Ledger's approval!
Mainnet coins in Ledger Live: Cosmos, Solana, Tezos, and more
dApp & Services Integration ("Discover" Section)
- Build a React or TypeScript app, or use the Services Kit for advanced integration
- Register your dApp with a manifest for the Discover section
- Comply with signing protocols and device interaction security standards
- Integrate wallet, NFT, or DeFi user flows (examples: Lido staking, Objkt NFT gallery)
For EVM dApps, use the dApp Browser. For non-EVM protocols, use the Service Kit.
Exchange & Financial Service Integration
- Use Ledger's buy/sell/swap API specs and follow KYC/process guidelines
- Widget or redirect-based integration from Ledger Live to your platform
- All data flows securely with device-level signing and confirmation
- Examples: MoonPay (purchase), Paraswap (swap), Ramp (fiat onramp)
Security: Ledger never stores your users’ private keys. All transactions are clear-signed and confirmed by device.
Developer Resources & Community
- Ledger Developer Portal: developers.ledger.com
- Boilerplate SDKs, guides, and API docs for dApp/device/browser integrations
- Testing tools: Speculos for emulated Ledger apps, community Discord for help
- Documentation for Ledger Live integration and open-source LedgerHQ code