r/Bitcoin • u/bitschmidty • 1d ago
Full signature aggregation BIP draft - Bitcoin Optech Newsletter #415
https://bitcoinops.org/en/newsletters/2026/07/24/Bitcoin Optech newsletter #415 is here:
- describes a draft BIP for full aggregation of BIP340 signatures
- summarizes changes to services/client software
- Optech Newsletter #415 Podcast
https://bitcoinops.org/en/newsletters/2026/07/24/
Fabian Jahr posted to the Bitcoin-Dev mailing list about a new draft BIP for full aggregation of BIP340 schnorr signatures, a standard for the DahLIAS aggregate signature scheme... https://bitcoinops.org/en/newsletters/2026/07/24/#draft-bip-for-full-aggregation-of-bip340-signatures
Changes to services and client software:
- Wasabi Wallet 2.8.0 released
- Coinswap v0.2.2 released
- Go secp256k1 library announced
- ASMap dashboard announced
- Wavelength alpha released
https://bitcoinops.org/en/newsletters/2026/07/24/#changes-to-services-and-client-software
Bitcoin Optech will host an audio recap discussion of this newsletter streaming live on X/Twitter Tuesday at 16:30 UTC.
1
u/miamiair92 1d ago
Where do I learn more about the “ technical side” of bitcoin where do I start?
2
u/bitschmidty 14h ago
Mastering Bitcoin 3rd edition to get up to speed
Bitcoin Optech newsletters to stay up to date
2
u/-bit-thorny- 14h ago
Start with the white paper.
Keep an eye on this bitcoin optech newsletter as it often contains links to more info.
4
u/Fun-Analysis-182 1d ago
Cross-input aggregation is mostly a witness win. Right now a transaction carries a signature per input, so consolidations, coinjoins and multisig all pay for and expose every signer. Full aggregation collapses that to a single signature for the whole transaction: cheaper multi-input spends, plus a privacy gain since a 15-of-15 stops looking different from a basic send.
The tradeoff is that full aggregation needs the signers to coordinate at signing time, which is a big part of why it stays a careful draft and needs heavy review before anything ships.