Skip to content

Commit

Permalink
Merge pull request #255 from dapplion/patch-1
Browse files Browse the repository at this point in the history
typo on sovereign rollups.md
  • Loading branch information
Bidon15 authored Sep 4, 2023
2 parents 0853e75 + 99ccc67 commit 5039281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ The nature of upgrading an smart contract rollup poses a difficult set of tradeo
##### Bridges
The native bridges of smart contract rollups have <a href="https://celestia.org/glossary/trust-minimized-bridge/" target="_blank" rel="noopener noreferrer" style="color:#7B2BF9;">trust-minimized security</a> because the settlement layer verifies the entire block. While the native smart contract rollup bridge has ideal trust assumptions in theory, they may still require upgradeability through a multisig. As long as the multisig exists, the trust assumptions for the bridge are weaker.

As for sovereign rollups, they can optionally have a trust-minimized bridge to the DA layer, but it does not determine the correct chain for the sovereign rollup. If the DA layer lacks execution, like Celestia, then then a bridge to the DA layer would require <a href="https://celestia.org/glossary/honest-majority-assumption/" target="_blank" rel="noopener noreferrer" style="color:#7B2BF9;">stronger trust assumptions</a> for security.
As for sovereign rollups, they can optionally have a trust-minimized bridge to the DA layer, but it does not determine the correct chain for the sovereign rollup. If the DA layer lacks execution, like Celestia, then a bridge to the DA layer would require <a href="https://celestia.org/glossary/honest-majority-assumption/" target="_blank" rel="noopener noreferrer" style="color:#7B2BF9;">stronger trust assumptions</a> for security.

For DA layers that don’t have smart contracts, bridges with sovereign rollups would mainly facilitate the movement of the DA layer token. This would let the DA layer token get used in applications (e.g. DeFi & NFTs) and moved throughout the rest of the blockchain ecosystem.

0 comments on commit 5039281

Please sign in to comment.