Skip to content

Commit b44ad1e

Browse files
authored
Small nit
Adding context around oracle problem before explaining what interop does
1 parent 5d521cf commit b44ad1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/stack/interop/explainer.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ import { InteropCallout } from '@/components/WipCallout'
1313

1414
# Interoperability explainer
1515

16+
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?
17+
1618
Interoperability is the ability for a blockchain to securely read the state of another blockchain.
17-
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:
19+
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:
1820
* 1-block latency asset movement that is both maximally capital efficient and non-fragmenting
1921
* improved user experience for developers on the Superchain
2022
* secure transfer of ETH and ERC-20s across L2s

0 commit comments

Comments
 (0)