The hottest Substack posts of Cryptocurrency and Friends

And their main takeaways
275 implied HN points 11 Jun 23
  1. A blockchain serves the purpose of allowing users to compute a copy of the same database with confidence.
  2. For worldwide agreement on a blockchain, a consensus protocol is needed to enable all parties to agree on new data blocks.
  3. Implementing rules for parsing data blobs on blockchains requires operational enforcement and governance to ensure consistency and security.
255 implied HN points 02 Mar 23
  1. Rollups on Ethereum help scale for mass adoption by utilizing trusted third parties like the bridge smart contract.
  2. Deploying off-chain systems on top of rollups can offer cost-effective execution and access to shared infrastructure.
  3. Projects deploying off-chain systems can choose between re-using the rollup's executors or appointing independent executors based on their needs.
Get a weekly roundup of the best Substack posts, by hacker news affinity:
58 implied HN points 21 Feb 23
  1. In rollup transactions, finality occurs in three stages: Sequencer's Promise, Order Finality, and Execution Settlement.
  2. The Sequencer promises correct transaction execution, the bridge determines final transaction order, and Executors verify and enforce execution.
  3. Separating transaction ordering from execution allows for quick order finality and potential delays in execution settlement in rollup transactions.
58 implied HN points 15 Mar 23
  1. Development community is focused on defining a rollup through the lens of a validating bridge.
  2. Care must be taken with rollup projects to avoid constraining their capabilities, like Optimism's experience with OVM V1.0.
  3. Rollups should prioritize building rules enforced by a community first, and then focus on a validating bridge.