Skip to content

Commit

Permalink
Merge pull request #1156 from ethereum-optimism/zainbacchus-patch-3
Browse files Browse the repository at this point in the history
Small nit
  • Loading branch information
krofax authored Dec 2, 2024
2 parents 5d521cf + b44ad1e commit e3f0614
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/stack/interop/explainer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ import { InteropCallout } from '@/components/WipCallout'

# Interoperability explainer

The Oracle problem states that a blockchain can only be certain about information generated by that chain. But what about information that happens outside that blockchain, how do you verify what happens somewhere else?

Interoperability is the ability for a blockchain to securely read the state of another blockchain.
Native OP Stack interoperability provides the ability to read messages and transfer assets across the Superchain (without having to go through L1) via low-latency, secure message passing. This results in the following benefits:
Native OP Stack interoperability provides the ability to read messages and transfer assets across chains in the Superchain (without having to go through L1) via low-latency, secure message passing. This results in the following benefits:
* 1-block latency asset movement that is both maximally capital efficient and non-fragmenting
* improved user experience for developers on the Superchain
* secure transfer of ETH and ERC-20s across L2s
Expand Down

0 comments on commit e3f0614

Please sign in to comment.