Skip links

Our State Synchronization Research Is Now on Ethereum’s Research Forum

Oraclizer Update

Over the past two months, Oraclizer’s state synchronization research moved onto ethresear.ch, the forum where Ethereum’s core researchers and builders discuss protocol design. Two posts now stand there.

The first, Mechanized Proofs for Atomic Cross-Domain State Synchronization, presented machine-checked proofs that our atomic cross-domain synchronization behaves correctly: state on one chain cannot contradict state on another, and the synchronization cycle reliably completes under clearly stated assumptions.

What happened next is the part we consider the real milestone. An active Ethereum researcher publicly challenged one of the open questions in that post, and a six-post technical exchange followed. The exchange did not weaken the work. It sharpened it: the question raised in that thread became a dedicated scope section of the follow-up. This is open review working as intended, state synchronization research examined in public, by researchers with no stake in our project, and the work coming out stronger.

The second post, A Mechanized Functor Tower for Cross-Domain State Preservation, published this week, delivers that follow-up and carries the state synchronization research forward. It shows that our preservation guarantees compose across chains of domains, and it gives synchronization strength a formal basis: instead of living in prose and marketing language, an asset’s synchronization strength becomes something that is declared and checked. The post also states plainly what is proved, what is design interpretation, and what remains open, a discipline we believe every verification claim in this industry should follow.

For the ecosystem, the value of this state synchronization research is not ours alone. The results form a reusable verification basis, generic enough that a bridge, a rollup exit, or a settlement system can apply the same laws to its own design. Every proof is mechanized in Isabelle/HOL and reproducible from our public repository, and the underlying theory is published on arXiv.

Both threads carry open questions, and the discussion is ongoing. If your work touches cross-chain state, bridges, or regulated assets, we would welcome your read, and your challenges, where state synchronization research belongs: in the open.

Read Next

We Joined Observer Patch Holography: Proving Outside Our Own Stack
Oraclizer CPTO Jay Kim, publishing as Jinwook Kim, is credited on three public OPH repository manuscripts. This update records the formal-verification contribution and links to the r2033 snapshot; the manuscripts are not yet archived or peer-reviewed journal publications.
Oraclizer Core ⋅ Aug 18, 2026
Formalizing ERC-TRUST from Normative Rules to Executable Semantics
Discharging a proof obligation does not mean it constrains anything. If no reachable state satisfies its premise, the obligation passes vacuously and the checker stays silent. This is how ERC-TRUST lowered its normative sentences into machine-checkable state transitions, built an execution for every rule, and drew the line at legal fact.
Oraclizer Core ⋅ Aug 11, 2026
When Regulatory Actions Do Not Commute: Order, Outcome, and Sixty Normal Forms
Enforcement standards define what a freeze or a confiscation does, and say nothing about what happens when two commands overlap. Regulatory action composition closes that gap in Isabelle/HOL: twenty-one action pairs split into twelve commuting and nine not, each non-commuting pair with a witness, and exactly sixty state transformations behind unbounded sequences.
Oraclizer Core ⋅ Jul 31, 2026
Defining the Sync Unit: Oracle Usage Metering for State Synchronization
The State Subscription economy has quoted ten Sync Units for a dollar without ever fixing what one Sync Unit counts, leaving three conflicting conversion rates inside one body of work. This study anchors the unit to a single committed state binding and derives its weight from the sync degree hierarchy. Applying it inverts the existing frequency bands.
Oraclizer Core ⋅ Jul 25, 2026
Designing the ERC-TRUST Enforceability Architecture
A regulator's freeze and a court's confiscation are legally opposite, yet on today's token standards they compile to the same call. This ERC-7943 conformance extension makes each of the six regulatory actions a typed, distinct object whose legal effect is verifiable on-chain, and carries that meaning from the abstract model down to deployed bytecode as evidence.
Oraclizer Core ⋅ Jul 23, 2026