Research Paper · 2026
Multisig Bearer Instruments:
Non-Custodial Bitcoin Transfer
Abstract
A non-custodial threshold instrument for Bitcoin would allow value to transfer between parties without network connectivity, fees, or custodial dependency. We propose a system that inverts the key distribution of all prior multisignature schemes: the holder receives the two keys constituting the spending threshold of a 2-of-3 multisignature script, and the issuer holds one key arithmetically below it. The issuer's key is deleted before the instrument is funded. Transfer is key handover requiring no on-chain transaction, no network connection, and no fee. Only two on-chain transactions occur across the instrument's lifetime regardless of transfer count.
Core Properties
Two on-chain events
Fund and sweep, no matter how many times the instrument changes hands.
Online or fully offline
Transfer by key handover. Works with or without network — no fee, no confirmation latency either way.
Issuer lockout
Issuer key deleted before funding. Enforced by Bitcoin consensus, not policy.
Cryptographic receipt
Nostr-based proof of receiver possession before sender keys are deleted.
HD wallet backup
Spending keys are derived from a standard HD wallet seed phrase. Lose your device, recover your funds with your seed words, just like any Bitcoin wallet.
Encrypted
AES-256-GCM encryption at rest, hardware-backed key storage, NaCl sealed transfer, and memory-zeroed key material. Security enforced by hardware and Bitcoin consensus, not software policy.
Resources
A working implementation on Bitcoin Mainnet demonstrates the core security properties on live hardware. A batch funding transaction confirmed in block 944,598 on 2026-04-11 demonstrates batch issuance of multiple denominated P2TR instruments in a single on-chain transaction. A complete instrument lifecycle — funding, transfer, and key-path Schnorr sweep — is recorded at address
bc1qe3qtx22rvkx4pqz7s6yvkstl8fjll4007e7nza.
Both transactions are verifiable on any Bitcoin Mainnet block explorer. The POC application at
kagikai.app
provides access to the proof-of-concept implementation.