Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update explainer.mdx #1275

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions pages/stack/interop/explainer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ This goal requires low-latency, seamless message passing and asset bridging.
*Interoperability* is a set of protocols and services that lets OP Stack blockchains read each others' state.
Interoperability provides the following benefits:

* 1-block latency asset movement, removing the problem of capital fragmentation leading to better capital efficiency.
* Improved experience for both users and developers.
* Secure transfer of assets, such as ETH and ERC-20 tokens, across L2s.
* ETH and ERC-20 tokens to move securely between chains via native minting and burning. Asset interoperability solves the issues of liquidity fragmentation and poor user experiences caused by asset wrapping or liquidity pools.
* Apps to compose with data that exist on other chains.
* Horizontal scalability for applications that need it.

## Interoperability architecture
Expand Down