To make a counter argument to mine, and assuming Bitcoin soft forks are not impossible, FlyClient has an advantage that is impossible to replicate with ZK proofs; they are simple enough that one can reason about and implement from scratch similar to implementing an SPV, whereas formally proving ZK Starks end to end is very unlikely to happen any time soon, and reviewing all of its complexity is impossible for any single mortal.
The same argument applies for validating Sidechains by the way, you can use a ZK proof, but I am increasingly thinking that a FlyClient verifier native in Bitcoin as an opcode, is orders of magnitude safer and easier to implement.
So I encourage you and everyone to not give up on FlyClient in Bitcoin yet.
Ok, Let's keep this thread about Flyclient on Bitcoin. The challenges related to actually getting a soft-fork into bitcoin are best discussed elsewhere.If anyone has information related to progress on this, or implementation ideas please help by posting here or DMing me. I will try to aggregate.On Mon, May 4, 2026 at 12:26 PM Tom Harding <to...@thinlink.com> wrote:Zac,
That's probably because the question, and my post, are off-topic. They are not about FlyClient, which is not interesting to me because bitcoin's header chain is tiny.
Instead they touch on two techniques which would improve on most historical implementations of SPV clients by adding protocol support for them.
Sorry for the distraction.
Tom
On 5/3/26 12:26, Zac Mitton wrote:
Tom I can’t seem to grok the question or your explanation of it. Could you spell it out for us in detail?
Thanks, Zac
On Sun, May 3, 2026 at 12:58 PM Tom Harding <to...@thinlink.com> wrote:
In the linked presentation by Benedict Bünz, it's worth listening to the first audience question/answer. Questioner is spot on that an SPV client polling the network to gain probabilistic confidence of unspentness could easily subsume the task of gaining input inclusion proofs from the network, with no forking change necessary.
On Wednesday, April 29, 2026 at 2:03:36 PM UTC-7 Zac Mitton wrote:
Hi, Ive been looking into FlyClient first described here. I don't see any BIPs, or previous discussion in this forum about it either.
On bitcoin It could allow a light-client to verify the entire work of the heaviest chain with a single ~100KB proof.
It can theoretically be done as a soft-fork by injecting a single hash into the coinbase tx (similar to how segwit is committed to).
What do you guy's think?