Core Integrations
The deep-integration track. Bring the modern Ledger stack into the XRPL ecosystem, and lean into the gaps. Ledger's XRP support is still legacy-shaped: the device app can sign a wide range of XRPL transactions, but Ledger Live only exposes basic send/receive, there is no XRP signer in the Device Management Kit, and no XRPL transaction Clear Signing. This track is your invitation to build the things we don't support yet. A rough prototype that fills a real gap beats a polished rebuild of something that already exists.
Example directions
- Build an XRP signer kit for the Device Management Kit: the missing
device-signer-kit-xrp, wrapping the on-device XRP app over its public APDU protocol. The DMK and its ETH and Solana kits are open source, so fork one as your template. - Prototype human-readable previews for XRPL transactions: a metadata format plus an in-app parser that turns TrustSet, OfferCreate, AMM or Escrow payloads into plain-language summaries before you sign, extending the Clear Signing idea beyond EVM / ERC-7730.
- Ship a Ledger-secured DEX / AMM / trustline dApp for the flows Ledger Live can't do today: set trustlines, place order-book offers, add AMM liquidity, all signed on-device.
- Use Ledger's Ethereum signer on the XRPL EVM sidechain (chain ID 1440000): deploy or consume a contract and sign with the ETH DMK signer plus Clear Signing.
- Build a Xaman xApp (or wallet integration) with Ledger signing, bringing cold-storage security to a tool people already use.
- Device-signed tooling for NFTs (XLS-20), Escrow / Payment Channels, DIDs & Credentials, or multisig treasuries, all signable by the XRP app but unserved by the modern SDK.
What we like
- Fills a real gap in the Ledger × XRPL stack.
- Reusable by other developers: a library, not a one-off.
- Signs on a real device against testnet or the EVM sidechain.
