Programming

Blockchain

Miscellaneous

Presentations

Fault Tolerant Frenz Meetup

Monthly online blockchain/BFT related distributed systems reading group that I host.

Understanding KZG Commitments

Video series on KZG polynomial commitments. Reading through and explaining 3 famous articles on the topic.

MEV presentation - S21 Bali

Maximum Extractable Value (MEV) refers to the extra money that block producers can profit from by reordering or censoring transactions in addition to the standard block reward and gas fees. When a user sends a transaction to the blockchain, transctions sit in a staging area called a transaction pool (txpool or sometimes mempool) where their contents are visible to everyone. Searchers and miners monitor this txpool to find opportunities to make extra profits. We explore their various strategies both for sensing and execution.