Kydo
0 followers · 2 following · 292 views
on the atlas — 44
- What is the difference between PBFT, Tendermint, HotStuff, and HotStuff-2?2 savers
- Exploring Protocol-Enforced Proposer Commitments(PEPC) — YQ1 savers
- Process | Uniswap1 savers
- Addendum: Endgame Perils of Restaking - by Tripoli1 savers
- Zero-knowledge Fraud Proofs | Layer N1 savers
- SocialFi: A Blank Canvas for Web3 Social Apps – Variant1 savers
- The Block: Solana scaling protocol Layer N comes out of stealth mode1 savers
- Paradigms for On-Chain Credit2 savers
- Smart Transactions by Vlad Zamfir | Devcon Bogotá - YouTube1 savers
- Why we invested: FalconX - B Capital Group1 savers
- You Could Have Invented Account Abstraction: Part 11 savers
- Optimistic relays and where to find them2 savers
- The Definitive Guide to Sequencing - by James Prestwich2 savers
- Time, slots, and the ordering of events in Ethereum Proof-of-Stake - Paradigm2 savers
- Based rollups—superpowers from L1 sequencing - Layer 2 - Ethereum Research3 savers
- The Impact of Optimistic Relaying on Builders | by bloXroute Team | Apr, 2023 | Medium1 savers
- The Next Generation of dApps: Native cross-chain applications | by LongHash Ventures | Medium1 savers
- Announcing Interchain Accounts and Queries | by Yorke Rhodes IV | Hyperlane | Medium1 savers
- Hunting the Hunters: How to Find Airdrop Hunters1 savers
- [2210.00264] zkBridge: Trustless Cross-chain Bridges Made Practical1 savers
- How to mine Aleo | f2pool1 savers
- SushiXSwap - A Crosschain DEX to rule All the Pools | Sushi1 savers
- Pyth Data is Live on TradingView. We’re delighted to announce that Pyth… | by Pyth Network | Mar, 2023 | Medium1 savers
- Casinos & Marketplaces in DeFi. Some protocols look like Casinos, and… | by Jacob Phillips | Apr, 2023 | Medium1 savers
- Wallets must be invisible — Sylve1 savers
- Shared Sequencing: Defragmenting the L2 Rollup Ecosystem - HackMD1 savers
- Notes on Proposer-Builder Separation (PBS)2 savers
- curious - Google Search4 savers
- Reverie3 savers
- Home / Twitter22 savers
- Measuring SNARK performance: Frontends, backends, and the future - a16z crypto3 savers
- Pay Attention To Celestia - Delphi Digital3 savers
- Lightspeed Democracy: What web3 organizations can learn from the history of governance - a16z crypto2 savers
- Go Fork Yourself - Not Boring by Packy McCormick3 savers
- Curius / Bookmarks for the extremely curious182 savers
- The Tyranny of Stuctureless16 savers
- Why does DARPA work?16 savers
- How Life Sciences Actually Work: Findings of a Year-Long Investigation - Alexey Guzey12 savers
- A Vision of Metascience8 savers
- What do I think about network states?7 savers
- The Hitchhiker's Guide to Ethereum - Delphi Digital5 savers
- Notes on Blockchain Governance5 savers
- Magna Carta Scientiae5 savers
- MEV-Boost using EigenLayer - HackMD3 savers
highlights — 241
Use feedback from the Temperature Check post and create a new Snapshot poll which covers the options which have gained support. This poll can either be binary or multiple choice but you are required to include the option "Make no change" or its equivalent. Set the poll duration to 5 da
Process | UniswapAlthough ZKFPs don’t completely solve this, they are able to drastically reduce withdrawal times due to their “one-shot” methodology. Rather than a lengthy back-and-forth bi-section protocol on ETH, ZKFPs allow for a single back-and-forth transaction to prove/disprove fraud.
Zero-knowledge Fraud Proofs | Layer Ncompetition to build social capital and convert it into actual capital.
SocialFi: A Blank Canvas for Web3 Social Apps – VariantWe have estimated the institutional digital asset prime brokerage TAM today to be approximately $30B, which is expected to grow roughly in line with the 32% CAGR that’s expected for the broader cryptocurrency market.
Why we invested: FalconX - B Capital GroupWhile mainstream consumer adoption is evident, it may not be apparent that institutions are also lining up to allocate capital to digital assets. Marquee names like Tudor Group ($38.4Bn in AUM) and Guggenheim Investments ($233Bn in AUM) have championed Bitcoin as an asset, and other large traditional players are expected to allocate as well.
Why we invested: FalconX - B Capital GroupWe can do this now that we’ve split validation and execution, because the entry point can require that the wallet sends ETH to the entry point as part of the validation step or the op gets rejected.
You Could Have Invented Account Abstraction: Part 1handleOp will do the following: Check to see if the wallet has enough funds to pay the maximum amount of gas it might possibly use (based on the gas field in the user op). If not, reject. Call the wallet’s executeOp method (with the appropriate gas), keeping track of how much gas it actually uses. Send some of the wallet’s ETH to the executor to pay for the gas.
You Could Have Invented Account Abstraction: Part 1As the wallet’s executeOp can contain arbitrary code and we can’t reasonably restrict it to stop it from fooling a simulation, this problem is insurmountable with the current interface. executeOp is just too much of a black box.
You Could Have Invented Account Abstraction: Part 1A problem here is that simulation doesn’t perfectly predict the future. It’s entirely possible that the wallet pays for gas during simulation and fails to do so when the transaction is actually added to a block. A dishonest wallet could do this intentionally, getting its operations executed for free and racking up a huge gas bill for the executor.
You Could Have Invented Account Abstraction: Part 1For simplicity, we will assume that these partially synchronous protocols with n≥3t+1 � ≥ 3 � + 1 are committing a single value, though the idea directly extends to multiple values. At the core, all of PBFT, Tendermint, HotStuff, and HotStuff-2 use (roughly) the same approach to obtain the safety property.
What is the difference between PBFT, Tendermint, HotStuff, and HotStuff-2?After all, Ethereum devs changed the VM many times, the consensus mechanism several times, but the state only once.
The Definitive Guide to Sequencing - by James PrestwichIn order to help push rational behavior (delaying the block publication) towards honest behavior (on-time publishing), “honest reorgs” were implemented.
Time, slots, and the ordering of events in Ethereum Proof-of-Stake - ParadigmFairBlock send shares for each block
ReverieFor example, an application specific DEX chain can batch all trading orders within the same market and execute them at a uniform clearing price.
ReverieThe sequencer cannot exclude or censor transactions, but they are given complete control over transaction ordering over this period.
ReverieLessens the risk of collusion between validators and block builders by reducing the amount of trust required between them.
ReverieReduces congestion and gas fees at the protocol level by removing MEV transactions from the public mempool.
ReverieThe MessageDispatcher lives on the origin chain and dispatches messages to the MessageExecutor for execution. The MessageExecutor lives on the destination chain and executes dispatched messages.
ERC-5164: Cross-Chain Executioncommon specification will increase code re-use and allow us to use common bridge implementations.
ERC-5164: Cross-Chain ExecutionMBS rates will converge to the 1-year rate as banks arb the Fed.
Kaiseki. (Any views expressed in the below are… | by Arthur Hayes | Mar, 2023 | MediumThen, shit really hit the fan with the failed SVB rights issue.
Kaiseki. (Any views expressed in the below are… | by Arthur Hayes | Mar, 2023 | MediumThat meant he could keep raising interest rates and dispel the notion that the Fed only cares about juicing financial asset prices to help rich people. What a fucking hero!!!!
Kaiseki. (Any views expressed in the below are… | by Arthur Hayes | Mar, 2023 | MediumWe caught up on personal matters, and then spent the majority of the dinner talking about the implications of the Fed’s new Bank Term Funding Program (BTFP). BTFP also stands for Buy The Fucking Pivot!
Kaiseki. (Any views expressed in the below are… | by Arthur Hayes | Mar, 2023 | MediumWhen you sit down for a kaiseki meal, the destination is known, but the path is not. This brought to mind the current situation vis-à-vis the world’s major central banks, and in particular, the Federal Reserve (Fed).
Kaiseki. (Any views expressed in the below are… | by Arthur Hayes | Mar, 2023 | Mediumthese intermediaries may benefit from the investment fees and have an incentive to keep the scheme going.
Email Subject Line ExamplesSimilarly, 401(k) plans, especially those that invest heavily in stocks, depend on the continual growth of the market and new investors entering the market to maintain their value
Email Subject Line ExamplesSimilarly, many 401(k) participants may not fully understand the investments within their plan
Email Subject Line Examplesthey are often marketed as a surefire way to build retirement wealth
Email Subject Line ExamplesBoth the ABCI++ capabilities included in CometBFT 0.34, and the Vote Extension feature coming in a future release, open a new design space for protocol-owned mempools and block building.
Protocol-Owned Builders, The Future of Sovereign Cosmos MEV — Osmosis BlogCentralization of builders: as soon as block-building is outsourced out-of-protocol, the best builders are determined by access to private orderflow, and have a flywheel effect once they attain it to further entrench dominance.
Protocol-Owned Builders, The Future of Sovereign Cosmos MEV — Osmosis BlogEthereum has moved to the PBS model, where validators can choose from a wide variety of builders. However, PBS still has multiple problems:
Protocol-Owned Builders, The Future of Sovereign Cosmos MEV — Osmosis BlogIn our view, how a chain creates blocks is no different. We call this sovereign MEV.
Protocol-Owned Builders, The Future of Sovereign Cosmos MEV — Osmosis BlogIn order to achieve a scalable SGX infrastructure, we’ll publicly explore architectures for end-to-end SGX designs that can deal with outside requests in a scalable fashion, and prevent spam through pre-simulation.
Block Building inside SGX | Flashbotswhich would simplify TLS termination, rate-limiting, spam prevention, load-balancing and reputation management.
Block Building inside SGX | FlashbotsPublic users want to connect directly to the code inside the enclave (via TLS), to be able to verify the system is running inside SGX and the code is exactly what they expect.
Block Building inside SGX | FlashbotsA likely culprit for this degradation is the way Golang handles syscalls. Instead of using the libc syscall interface, Golang calls directly into the kernel. This produces additional execution overhead when running inside an SGX enclave.
Block Building inside SGX | FlashbotsThe SGX builder currently performs at around ~150 mgasps, which is about half the performance of a non-SGX builder.
Block Building inside SGX | FlashbotsGramine is crashing at 1TB of state in the enclave (we’ve opened a bug report)
Block Building inside SGX | FlashbotsLooking to the future, builders inside SGX can make blocks that are provably valid and truthfully report their bid size, possibly obviating the need for mev-boost relays.
Block Building inside SGX | FlashbotsOur previous work on running Geth inside SGX demonstrated the technical feasibility of this approach.
Block Building inside SGX | FlashbotsInformally, In the first stage every non-byzantine validator on the committee sends a signed special bundle of transactions, to the leader. In order to construct a valid block, the leader must include at least 2/3 (stake weighted) of these bundles. Therefore the leader cannot construct a valid block that omits a transaction which was included in >1/3 (stake weighted) of the special bundles.
Introducing MultiplicityMultiplicity: A Practical Gadget for Multiple Concurrent Proposers:
Introducing Multiplicitymultiple concurrent block proposers (MCBP)
Introducing MultiplicitySome proposers collude with MEV-searchers to maximize the rents that they can extract from this temporary monopoly (e.g. MEV boost).
Introducing MultiplicityTo instantiate a permissionless set of sequencers in place of a centralized party, the minimum requirement is some form of Sybil resistance and a leader election mechanism.
Decentralized sequencers: where do we go next?decentralizing the sequencer.
Optimism’s Path to Technical DecentralizationWe call these parallelized upgrades baseline decentralization milestones.
Optimism’s Path to Technical DecentralizationWe expect that there will be many rollups with significant activity, serving as “hubs” for different ecosystems. They will gradually increase their interoperability until they form a “mesh” or “Superchain” that jointly scales Ethereum.
Decentralizing Base with the OP Stack and Optimism — BaseHowever, in this case, the rollup system would only alleviate computational bottlenecks of the L1. Its throughput would still be limited by the data sequencing rate of the L1.
Decentralizing Rollups: Announcing the Espresso Sequencer | Espresso SystemsAn external sequencer is not always necessary.
Decentralizing Rollups: Announcing the Espresso Sequencer | Espresso Systems