Rollups-as-a-Service
Supported Stacks
OP Stack

OP Stack

Conduit allows you to launch a rollup in a fraction of the time with the OP Stack.

OP Stack is the premiere open-source rollup implementation. In their Bedrock Explainer (opens in a new tab) (the latest version of OP Stack) Optimism outlines the benefits of their modular stack. You get:

  • 10-100x cheaper fees than Ethereum Mainnet
  • Interoperability with Mainnet through trustless bridging
  • Ethereum Equivalence, so you can use the same workflows and tooling
  • Improved node performance, so you can get thousands of transactions per second

Below is a great primer on how the OP Stack works to bring you more performance while maintaining security.

https://www.paradigm.xyz/2021/01/how-does-optimisms-rollup-really-work (opens in a new tab)

Supported JSON RPC Methods

op-geth implements the same methods as go-ethereum, With minimal changes compared to the upstream geth methods, The supported JSON RPC methods can be found here (opens in a new tab)

FAQ

How do I withdraw/bridge tokens?

Please see our guide of using the Conduit SDK alongside the Optimism SDK here (opens in a new tab).

Are there any public audits?

Optimism audits can be found here (opens in a new tab). Optimism has a security framework (opens in a new tab) to support the continuous development they do time by time.

For Celestia based op rollups, you can find the audit here (opens in a new tab).

Will my rollup come with any pre-deployed contracts or preinstalls?

Yes, when launching a rollup on the OP Stack, several core contracts come preinstalled, allowing you to move to production faster. These pre-deployed contracts include Safe, SafeL2, Multicall3, MultiSend, MultiSendCallOnly, create2 Proxy, create2deployer, Safe Singleton Factory, permit2, ERC-4337 Entrypoint v0.6.0. For more details, visit the official Optimism documentation (opens in a new tab).