Payjoin Dev Kit 1.0

Development on Payjoin which allows transactions that obfuscate amount and payee giving some privacy to transactions that support it. Basically, both parties contribute funds to a transaction so it’s not clear who was paid, concealing the refund, kind of like a mini coinjoin and can be a feature of normal transactions giving some privacy and limiting chain analysis. Personally, chain analysis is overblown and misrepresented in court, but yet to be properly challenged with too much credit given to the firm’s “expert” witness. Currently manipulated in federal court with corrupt judges and prosecutors who conspire to limit what the defense can challenge…

https://payjoin.org/blog/2026/08/12/announcing-payjoin-1-0/

August 12, 2026 · 3 min read

Dan Gould

Three years after inception, Payjoin Dev Kit’s first stable release is here. The Rust library for BIP 77 and BIP 78 Payjoin is published as 1.0.0. Wallets and services that want to let Bitcoin senders and receivers interact to transact can now depend on it or its foreign language bindings. Concretely that means clients can send and receive Payjoin without running a server, survive restarts and going offline, view standardized status information, and gracefully fall back or cancel interactions.

Payjoin is the base case for interactive transaction construction where both sender and receiver contribute. It creates an opportunity to save blockspace fees with multi-contributor batching, secure transaction cut-through settlement, and preserve privacy by breaking the assumption Satoshi left in the whitepaper that transaction inputs all come from the same owner.

There is much more to do. This release commits to the core payjoin state machine API including the persisted session format so that sessions written today replay in future versions. Other Payjoin Dev Kit software is not yet stable, including our payjoin-ffi bindings library, the payjoin-cli end-to-end reference implementation, and the payjoin-mailroom server that anyone can host so that clients don’t have to; nor is the BIP 77 spec, though its Draft status is nearing graduation to Complete.

This API was hard earned through pilot integrations with Bull Bitcoin Mobile and Cake Wallet, which are compatible with the payjoin-cli reference. A number of other integrations are in flight and in review. 1.0 stability allows us to focus efforts on multiplying integrations from here.

To get started, go to crates.io, docs.rs, and check out the payjoin-cli Quick Start. This work was made possible by dozens of volunteer contributors and sponsors including Spiral, OpenSats, HRF, Maelstrom, Btrust, Cake Wallet, and others, including individuals like you. Thank you.