You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/stack/interop/explainer.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,10 @@ import { InteropCallout } from '@/components/WipCallout'
13
13
14
14
# Interoperability explainer
15
15
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
+
16
18
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:
18
20
* 1-block latency asset movement that is both maximally capital efficient and non-fragmenting
19
21
* improved user experience for developers on the Superchain
0 commit comments