Skip to content

Add Keystone 3 Pro to wallet list#4698

Open
solariyoung wants to merge 2 commits intobitcoin-dot-org:masterfrom
solariyoung:add-keystone3pro-wallet
Open

Add Keystone 3 Pro to wallet list#4698
solariyoung wants to merge 2 commits intobitcoin-dot-org:masterfrom
solariyoung:add-keystone3pro-wallet

Conversation

@solariyoung
Copy link
Copy Markdown

This PR adds Keystone 3 Pro to the wallet list.

Hardware features: open source firmware, air-gapped signing via QR codes, and a touchscreen interface.

The BTC-only firmware is intended for minimized-trust Bitcoin workflows. Supports PSBT-based transaction workflows and can be used with compatible Bitcoin wallets such as Sparrow Wallet

Independent security audit reports are publicly available from SlowMist and KeyLabs:

WalletScrutiny:

@devdavidejesus
Copy link
Copy Markdown
Contributor

Hi @solariyoung! The Travis CI build failed because the wallet description is too long. The current limit for en.yml is 320 characters.

docs/managing-wallets.md

@solariyoung
Copy link
Copy Markdown
Author

@devdavidejesus I shortened the wallet description and reran the validation check. Everything looks good now.

@crwatkins
Copy link
Copy Markdown
Contributor

@solariyoung Thanks for the submission!

My understanding is that the QR code module runs on the main MCU and is not open source. Is that correct? It is required that all MCU firmware be open source for listing.

@devdavidejesus
Copy link
Copy Markdown
Contributor

@solariyoung ?

@solariyoung
Copy link
Copy Markdown
Author

MH1903_QRDecodeLib.a is shipped as a precompiled binary due to intellectual property restrictions from the MCU vendor. As noted in the firmware README, the MH1903 library cannot be distributed in source form.

A few points on the scope of this binary:

  • Single purpose. Only this one library from the MH1903 SDK is used. Its sole function is QR image decoding: it takes camera frames as input and outputs raw bytes. This library provides the hardware-accelerated decoding that makes scanning continuous frames rapid and reliable. No business logic, key material, or signing operations pass through it.

  • All downstream logic is open source. Once the raw bytes leave the decoder, every subsequent step (PSBT parsing, transaction construction, signing) is handled entirely by open-source code.

  • Communication is independently verifiable. QR-based communication follows the open Blockchain Commons UR specification (BCR-2020-005), an open standard built on CBOR widely adopted across the Bitcoin wallet ecosystem. Because the data format is fully specified and open, any standard UR-capable tool can decode and inspect what is being transmitted.

Happy to provide further clarification if needed. @crwatkins @devdavidejesus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants