For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Company
Open App
Introduction Chains RPC NodesChangelog
Introduction Chains RPC NodesChangelog
    • Overview
  • Getting Started
    • Deploy a Testnet
  • Supported Stacks
    • OP Stack
    • Arbitrum Orbit
    • Agglayer CDK
  • Guides
    • Customize Branding
    • Customize Domains
    • Get Testnet ETH
    • Get a Bridge UI
    • Bridge CGT (Arbitrum)
    • Trace Transactions
    • Share Chain Info
    • Permission your Rollup
    • Indexing your Chain
  • Explorer
    • Verify Contracts
  • Integrations
    • Bridged USDC
    • Bundler
LogoLogo
Company
Open App
On this page
  • Supported JSON RPC Methods
  • FAQ
  • How do I withdraw/bridge tokens?
  • Are there any public audits?
  • Will my rollup come with any pre-deployed contracts or preinstalls?
Supported Stacks

OP Stack

Was this page helpful?
Previous

Arbitrum Orbit

Next
Built with

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. 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: (Almost) Everything you need to know about Optimistic Rollup

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

FAQ

How do I withdraw/bridge tokens?

Please see our guide of using the Conduit SDK alongside the Optimism SDK here.

Are there any public audits?

Optimism audits can be found here. Optimism has a security model to support the continuous development they do time by time.

For Celestia based op rollups, you can find the audit here.

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.