How do you build a high-speed blockchain without letting validators steal each other's rewards?
MonadBFT from @monad solves the tail-forking problem that plagues pipelined consensus. 🧵

Pipelined BFT consensus improves throughput by processing multiple blocks simultaneously. But there's a catch: tail-forking lets malicious leaders steal rewards by abandoning blocks that already gathered enough votes.
Traditional protocols like Basic HotStuff finalize one block at a time. Pipelined protocols process several blocks concurrently. Faster, but creates vulnerability in the "tail" of unfinalized blocks.

Here's tail-forking in action: Alice proposes block b', validators vote for it, but Bob ignores those votes and reproposes the same transactions in b'', stealing Alice's rewards and MEV opportunities.
MonadBFT's solution: a reproposal mechanism. When validators timeout, they include their latest vote. Leaders must either extend the previous block or repropose the highest-voted block. No abandonment allowed.

Latest from the Informal blog:
2,06 tn
5
Innehållet på den här sidan tillhandahålls av tredje part. Om inte annat anges är OKX inte författare till den eller de artiklar som citeras och hämtar inte någon upphovsrätt till materialet. Innehållet tillhandahålls endast i informationssyfte och representerar inte OKX:s åsikter. Det är inte avsett att vara ett godkännande av något slag och bör inte betraktas som investeringsrådgivning eller en uppmaning att köpa eller sälja digitala tillgångar. I den mån generativ AI används för att tillhandahålla sammanfattningar eller annan information kan sådant AI-genererat innehåll vara felaktigt eller inkonsekvent. Läs den länkade artikeln för mer detaljer och information. OKX ansvarar inte för innehåll som finns på tredje parts webbplatser. Innehav av digitala tillgångar, inklusive stabila kryptovalutor och NFT:er, innebär en hög grad av risk och kan fluktuera kraftigt. Du bör noga överväga om handel med eller innehav av digitala tillgångar är lämpligt för dig mot bakgrund av din ekonomiska situation.

