diff --git a/docs/launch-arbitrum-chain/01-a-gentle-introduction.mdx b/docs/launch-arbitrum-chain/01-a-gentle-introduction.mdx index d9b277fa07..7799b326d4 100644 --- a/docs/launch-arbitrum-chain/01-a-gentle-introduction.mdx +++ b/docs/launch-arbitrum-chain/01-a-gentle-introduction.mdx @@ -23,9 +23,9 @@ If you'd prefer to learn by doing, see the [Orbit SDK Rollup creation example](h - Arbitrum chains can be a Layer 2 (L2) chain which settles directly to Ethereum, or a Layer 3 (L3) chain which can settle to any Ethereum L2, such as Arbitrum One. ### What's an Arbitrum chain? @@ -44,16 +44,16 @@ Arbitrum's protocols address this challenge by offloading some of the Ethereum n ### What key features should I consider? | Feature | Description | -| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --- | +| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | Dedicated throughput | More info | -| EVM+ compatibility | EVM compatability + more languages like Rust programs supported | +| EVM+ compatibility | EVM compatibility + more languages like Rust programs supported | | Account abstraction | Account abstraction | | Gas & Tokens | Custom gas token or Native ETH | | Data availability | Rollup (ETH DA), AnyTrust, Alt-DA | | Fast confirmations | Fast withdrawals | | Security & validation | BoLD, Permissioned validators, Challenge period enforced on L1 | | Safety Features | Force-inclusion & customizable governance | -| MEV | Timeboost | | +| MEV | Timeboost | | Cost | Data posting costs | | Infrastructure | Hardware requirements | | Interop | TBD | diff --git a/static/img/orbit-settlement-layers.png b/static/img/orbit-settlement-layers.png index ffaf028700..7501c18f00 100644 Binary files a/static/img/orbit-settlement-layers.png and b/static/img/orbit-settlement-layers.png differ diff --git a/static/img/orbit-settlement-layers.svg b/static/img/orbit-settlement-layers.svg new file mode 100644 index 0000000000..08696e0440 --- /dev/null +++ b/static/img/orbit-settlement-layers.svg @@ -0,0 +1,4 @@ + + + +
Arbitrum chain L3
Arbitrum chain L2
Arbitrum One L2
Arbitrum chain L2
Ethereum L1
\ No newline at end of file