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,041
5
本页面内容由第三方提供。除非另有说明,欧易不是所引用文章的作者,也不对此类材料主张任何版权。该内容仅供参考,并不代表欧易观点,不作为任何形式的认可,也不应被视为投资建议或购买或出售数字资产的招揽。在使用生成式人工智能提供摘要或其他信息的情况下,此类人工智能生成的内容可能不准确或不一致。请阅读链接文章,了解更多详情和信息。欧易不对第三方网站上的内容负责。包含稳定币、NFTs 等在内的数字资产涉及较高程度的风险,其价值可能会产生较大波动。请根据自身财务状况,仔细考虑交易或持有数字资产是否适合您。

