01
Protect bitcoin with multiple keys.
Create a standard 2-of-3 multisig wallet across independent hardware vendors. Inspect every public key and export the descriptor needed to recover without this app.

Bitcoin. In your hands.
Hold bitcoin on your terms. Know exactly what you’re signing. Know you can recover without us.
The position
Bitcoin lets you hold money without asking anyone’s permission. That freedom only works when the keys, spending rules, backups, and recovery plan are truly yours. Groot makes each one visible, verifiable, and portable.
Product proof
01
Create a standard 2-of-3 multisig wallet across independent hardware vendors. Inspect every public key and export the descriptor needed to recover without this app.

02
Before bitcoin moves, review the destination, amount, fee, selected coins, change, and signatures still required. The review comes from the actual unsigned transaction.

03
Export a standard public descriptor, verify that it rebuilds the same wallet, and rehearse recovery before you need it. Your backup is not tied to this app.

04
Choose the Bitcoin Core node that provides wallet balances and transaction history. Remote access requires HTTPS or Tor, and the wallet never silently falls back to a public server.

Security architecture
Critical decisions stay in the native wallet core. The interface asks, displays, and confirms. It does not hold the keys or invent transaction truth.
Mnemonic words, seeds, private descriptors, and decrypted signing material never enter the webview. Software-wallet secrets are created and used inside the native Rust boundary.
Review data comes from the persisted unsigned transaction. Inputs, fees, recipient, change, and wallet-owned outputs are validated again before signing or broadcast.
Standard BIP84 and BIP48 descriptors, PSBTs, and BSMS records keep wallet policy portable across compatible Bitcoin tools.
Each wallet connects to a Bitcoin Core node you choose. Local connections stay on loopback; remote connections require HTTPS or an explicit Tor proxy. There is no silent public fallback.
Current stack
Test-network implementation. Physical-device and reproducible-release certification remain open.
Principles
The mission
Hold bitcoin with keys you control, transactions you verify, and a recovery path that works without us.