# Parallel Auctions on Commit-Boost **Published by:** [Radius](https://paragraph.com/@radius/) **Published on:** 2025-08-26 **URL:** https://paragraph.com/@radius/parallel-auctions-on-commit-boost ## Content Abstract This article introduces the design for State Lock Commitment, a new blockspace commitment mechanism for Proposer-Builder Separation (PBS). Current inclusion-based commitments fail to guarantee execution consistency, leading searchers to adopt risk-averse strategies that reduce market efficiency. We propose a dual-component approach that goes beyond simple inclusion promises. First, an Exclusion Commitment is issued: a builder-agnostic, upfront reservation that guarantees a specific state will not be altered by conflicting transactions. This is followed by a standard Inclusion Commitment (preconfirmation) for the bundle that wins the subsequent auction. Together, these commitments provide strong guarantees equivalent to Execution Commitment, allowing searchers to bid with greater confidence. The architecture includes a Gateway (for proposers) and a LockEngine (for builders), enabling proposers to auction exclusive state rights, prevent conflicts, increase revenue, and foster a more robust and efficient MEV market. Read on Ethereum Research:Parallel Auctions on Commit-BoostThis article is authored by Chanyang Ju(wooju), Researcher at Radius. Thanks to Hugo for his contribution to the PoC and AJ for reviewing this post. 1. Abstract This article introduces State Lock Commitment, a new blockspace commitment mechanism for Proposer-Builder Separation (PBS).https://ethresear.ch ## Publication Information - [Radius](https://paragraph.com/@radius/): Publication homepage - [All Posts](https://paragraph.com/@radius/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@radius): Subscribe to updates - [Twitter](https://twitter.com/radius_xyz): Follow on Twitter