So Sovereign roll up handles the actual settlement on the chain itself - this means that only DA and Consensus are posted to Celestia. In an OP roll up, the actual settlement is done on Ethereum but often times fast bridges such as Axelar or Layerzero would trust the sequencer and bridge away user assets before data blob is actually posted - taking on the risk themselves. This shows that most of the asset bridging are done before the actual transactions (the one sending assets to the bridge smart contract on L2) are settled. This weakens the security as in the event of a re-org, bridges might lose assets.
Now onto Sovereign roll up - because the settlement is done on the chain itself, and only DA and Consensus are done with Celestia - what is the actual benefit here?
Several questions:
-
what is the actual difference between OP stack integrated with Celestia vs Sovereign roll ups? They seem to be the same to me as when OP stack is integrated with Celestia, only DA and Consensus are handled by Celestia, and the OP stack performs settlement itself.
-
For a Sovereign roll up - aside saving $ posting data to Celestia, what other benefits there are? I do not see much. from a security perspective, because the roll up itself is handling settlement, i would argue it actually weakens the security - some insight would be helpful here.
Ultimately, I would like to understand why anyone would choose to build a sovereign roll up when they can just use OP stack to integrate with Celestia (assuming EVM roll up). In a sense, I am very confused by the the word “modular settlement layer” as in EVM, the moment you execute the transactions, the states are settled and modified, posting the altered states to Celestia for DA is part of settlement, so what part of that settlement is being broken out?