Hear me out, PONS: Proof Of Non-Spam for Bitcoin! I was discussing with @Luke Dashjr about various usage of ZKP for Bitcoin, and he came with this intriguing idea to use Zero Knowledge Proofs to fight spam on Bitcoin (without breaking some designs such as BitVM). Initially I was sceptical, but the more I think about it, the more I am convinced that it could be a very interesting idea to explore. Just to be concrete, here are some examples of valid / non spam materials that could be theoretically proven via a system like PONS: - Schnorr public keys: Prove knowledge of corresponding private key - Hash preimages: Prove knowledge of data hashing to claimed values - Taproot scripts: Prove leaf scripts are valid Bitcoin Script, not arbitrary bytes - Merkle roots: Prove correspondence to actual Merkle trees of valid elements As usual, I like to experiment and play with ideas, so I started to implement a proof of concept of this idea, for the minimalistic simplest example here that is: prove that a public key is "real" and not a "fake" public key. You can see in the demo video below the following flow: - Generate a Schnorr public key and its corresponding private key - Create a digital signature of an arbitrary message - Run a Cairo program that verify the signature against the public key - Generate a STARK proof of the Cairo program execution using STWO prover - Verify the STARK proof using STWO verifier Sorry Luke Dashjr I know that you consider Rust as a woke language haha, but for now we have the STWO prover and verifier only implemented in Rust, so I used it for the demo. We can easily integrate the STWO verifier in Bitcoin Core or Knots via ffi though (as we already did in another POC). So of course here it's completely overkill to use a STARK proof for this and you could do it much more efficiently without a ZKP, but it is to show how the architecture could look like end to end. There are many interesting design questions, like how to make nodes / miners play nicely and prioritise transactions with valid proofs, how to incentivise the generation of proofs, how to make it efficient and not bloated, etc. I am curious to hear your thoughts on this idea, and if you think it could be a good idea to explore further. image
Breaking news coming from El Salvador today, let me introduce you the first Starknet powered Bitcoin ATM in the world! Edgar did the first ever Bitcoin purchase from a K1 ATM where the funding is coming from a Starknet wallet via an atomic swap to Lightning!
Spending some time with the great folks at @npub17cya...4ml3 working on such an important mission: Bitcoin education in El Salvador and all over the world. As I was told here: Mi Primer Bitcoin is a MOVEMENT!
Yosh Nostriches, I am in San Salvador this week. Any recommendations for Bitcoiners to meet there or cool places for Bitcoiners in general.
I was chatting with the Alby wallet team about their Lightning MCP server using Nostr Wallet Connect. Forked it to integrate Lightning <> Starknet atomic swaps via Atomiq Labs SDK. In the demo, I fired up Claude Code (also did it with Goose) and asked it to handle an end-to-end swap: "swap 311 sats to STRK". It executed perfectly, pulling from my Primal wallet via NWC connection string and performing the swap. Fully trustless (HTLC reverse submarine swap). Exciting times for building Bitcoin apps with AI. 🧡 #Bitcoin #BitcoinAI #ClaudeCode #Goose
Bitcoin covenant toolkit: A deep dive into CTV and CSFS