Superbridge
Superbridge is a non-custodial, user-friendly cross-chain bridge interface that lets users move Ether (ETH) and ERC-20 tokens between Ethereum and a wide range of rollup networks. Rather than being a single bridge with its own liquidity, Superbridge functions as an intelligent aggregator that combines native (canonical) rollup bridge contracts with trusted third-party protocols, then automatically finds the most secure and cost-effective route for each transfer. It is best known as the standard bridging interface for the OP Stack and the broader Superchain, and both Optimism and Base direct their users to Superbridge for native bridging into and out of their networks.
The Superbridge app supports deposits and withdrawals across dozens of chains including Ethereum, Base, Optimism (OP Mainnet), Unichain, Zora, Mode, and many other rollups. Because it prioritizes canonical bridge routes, Superbridge inherits the security guarantees of the underlying rollups themselves, giving users a trust-minimized way to bridge without relying on wrapped tokens or custodial intermediaries. Superbridge charges no protocol fee of its own; users pay only the network gas required to execute their transactions.
Overview of Superbridge
Superbridge is a cross-chain bridge application designed to make moving assets between Ethereum and its ecosystem of Layer 2 rollups as simple, secure, and inexpensive as possible. As the number of rollups has grown, so has the friction of moving value between them. Each rollup ships its own bridge contracts, its own withdrawal timelines, and often its own bespoke frontend. For an everyday user, this fragmentation is confusing and risky. Superbridge was built to collapse that complexity into one clean, consistent interface that behaves the same way no matter which chain a user is bridging to or from.
At its heart, Superbridge is not a bridge in the traditional sense of a protocol that holds liquidity and issues wrapped assets. Instead, it is an aggregation layer and interface that sits on top of the canonical bridge contracts that rollups deploy, as well as a curated set of third-party interoperability providers. When a user wants to bridge, Superbridge evaluates the available routes and presents the option that best balances security, speed, and cost. This design is what allows the platform to support so many networks while keeping the experience uniform and trustworthy.
What Is Superbridge
Superbridge is a web-based cross-chain bridge that enables the transfer of ETH and ERC-20 tokens between Ethereum mainnet, which acts as the settlement layer, and rollup chains built on frameworks such as the OP Stack and Arbitrum Orbit. It is accessed through the Superbridge app in any standard web browser, and it connects to self-custodial wallets so that users retain full control of their funds throughout every transaction. Superbridge never takes custody of user assets; it simply constructs the transactions that the user signs and broadcasts from their own wallet.
The Superbridge protocol distinguishes itself by leaning on native bridging wherever possible. A native, or canonical, bridge is the official set of smart contracts that a rollup uses to lock assets on Ethereum and mint or release the corresponding assets on the rollup, and vice versa. Because these contracts are part of the rollup's own security model, bridging through them does not introduce a new trusted third party. Superbridge wraps this native mechanism in an intuitive interface and layers on optional faster routes for users who prioritize speed over the maximal security of the canonical path.
In practical terms, a person using Superbridge might deposit ETH from Ethereum onto Base in a few minutes, withdraw tokens from Optimism back to Ethereum, or move assets onto Unichain, all from a single application. The Superbridge app handles wallet connection, route selection, token approvals, transaction tracking, and the multi-step withdrawal lifecycle that rollups require, presenting each stage clearly so the user always knows what is happening and what to do next.
Mission and Core Philosophy
The mission of Superbridge is to make cross-chain movement of assets safe, transparent, and accessible to everyone, from first-time users to sophisticated traders and rollup teams. The project is guided by a set of principles that shape every product decision: security first, self-custody always, and radical simplicity. These principles reflect a belief that bridging, historically one of the most dangerous and error-prone activities in crypto, should not require users to understand the underlying cryptography or contract architecture to do it safely.
Security first means that Superbridge defaults to canonical routes whenever they are available. Rather than optimizing purely for speed or for the lowest headline cost, the platform treats the security assumptions of a route as a first-class consideration and makes them visible to the user. Self-custody always means that Superbridge is architected so that funds only ever move between the user's wallet and audited bridge contracts; at no point does the Superbridge team hold, pool, or control user assets. This non-custodial posture removes an entire category of counterparty risk.
Radical simplicity is the third pillar. Cross-chain transactions involve approvals, gas on multiple networks, finality windows, proving steps, and claim transactions. Superbridge abstracts these into a guided flow where each action is explained in plain language and surfaced only when it is needed. Features like Easy Mode exist precisely to remove manual steps that historically caused users to lose track of pending withdrawals or forget to claim their funds. The result is an experience that feels closer to a modern consumer app than to raw contract interaction.
How Superbridge Differs From Other Bridges
Many bridges in the market are liquidity-based protocols. They maintain pools of assets on each supported chain and swap a user's deposit on one side for liquidity on the other, often minting a wrapped representation of the asset. This model can be fast, but it introduces the risk profile of the bridge protocol itself: if the bridge's contracts or validators are compromised, user funds can be lost, and wrapped assets can de-peg. Superbridge takes a different starting point by prioritizing the rollup's own canonical bridge, which carries the same security guarantees as the rollup.
Superbridge also differs in breadth and consistency. Because it integrates directly with each rollup framework's native bridge contracts, it can offer a single interface that spans OP Stack chains, Arbitrum Orbit chains, and other ecosystems, each of which has its own finality mechanics and withdrawal lifecycle. Instead of forcing users to learn a new interface for every chain, Superbridge normalizes these differences behind one design. For rollups that want faster exits, it additionally integrates third-party routes so a user can choose the canonical path for large transfers or a quicker path for small ones.
Finally, Superbridge differs in its dual role as both a consumer product and infrastructure for rollup teams. It is simultaneously the bridge that end users interact with and a service that new rollups can adopt to get a production-ready, branded bridge frontend on the day they launch. This positions Superbridge less as a competing bridge and more as connective tissue for the entire rollup landscape, which is a meaningfully different role than a typical standalone bridge protocol occupies.
How Superbridge Works
Understanding how Superbridge works requires separating two ideas that are often conflated: the interface and the underlying bridge. Superbridge is the interface and the routing brain. The actual movement of value happens through bridge contracts, either the rollup's canonical bridge or a vetted third-party protocol. Superbridge's job is to understand the user's intent, discover every valid way to fulfill it, choose the best one, and then walk the user through each on-chain step until the assets arrive on the destination chain.
This section explains that machinery in detail: how routes are aggregated, what the native bridge architecture looks like, how a deposit differs from a withdrawal, and how convenience features such as Easy Mode and forced withdrawals fit into the picture.
Intent-Based Route Aggregation
When a user tells Superbridge what they want to do, for example move a certain amount of ETH from Ethereum to Base, they are expressing an intent rather than manually selecting a contract to call. Superbridge takes that intent and searches across the routes it supports for the origin and destination pair. These routes can include the OP Stack native bridge, the Arbitrum native bridge, and third-party interoperability providers such as Across, Hyperlane, and others, depending on which are available for the specific chains and token involved.
For each candidate route, Superbridge considers the important trade-offs: the security model of the route, the estimated time to completion, and the total cost including gas on both the origin and destination chains. Native routes typically offer the strongest security because they inherit the rollup's own guarantees, but they can be slower for withdrawals due to finality windows. Third-party routes can be dramatically faster and cheaper for small amounts, at the cost of trusting an additional protocol. Superbridge surfaces these options and defaults to the canonical native route when it is available, while letting the user override the choice.
This intent-based approach is powerful because it means users do not need to know which underlying protocol is best for a given transfer. The platform performs that analysis and presents a clear recommendation. As new routes and chains are added, the same intent, bridge from here to there, automatically benefits from the expanded set of options without any change in how the user interacts with the app.
Native Bridge Architecture
A native bridge, also called a canonical bridge, is the official bridging mechanism built into a rollup. On the OP Stack, for instance, the native bridge consists of a set of contracts deployed on Ethereum (the settlement chain) and corresponding contracts on the rollup. Depositing works by locking assets in the L1 bridge contract, after which an equivalent amount is credited to the user on the rollup. Withdrawing reverses the process but includes the additional security steps that give rollups their trust-minimized properties.
Superbridge integrates directly with these canonical contracts rather than routing through proxies or wrappers. This is a deliberate architectural choice: it means deposits and withdrawals go through the official bridge that the rollup and its community stand behind, and the assets that arrive on the destination are the canonical representations recognized natively by that chain. There is no additional smart contract risk introduced by Superbridge beyond the rollup's own bridge, because Superbridge is constructing transactions to the same contracts a user would use directly, just with a far better experience.
Because each rollup framework defines its own contract interfaces, finality mechanisms, and transaction lifecycles, supporting native bridging across many chains requires deep, protocol-specific integration. Superbridge handles the full lifecycle for each framework, including the multi-step withdrawal process on optimistic rollups, so that the user experiences a coherent flow even though the underlying mechanics differ substantially between an OP Stack chain and an Arbitrum Orbit chain.
The Deposit Bridge Flow
Depositing, sometimes called the deposit bridge, is the process of moving assets from the settlement chain, usually Ethereum, onto a rollup. It is the simpler of the two directions. When a user initiates a deposit in the Superbridge app, they select the origin chain and the destination rollup, choose the asset and amount, and review the transaction. For ERC-20 tokens, Superbridge may first request a token approval so the bridge contract can move the specified amount; notably, it requests an approval only for the exact amount being bridged, which limits exposure if a contract were ever compromised.
Once the approval, if needed, is confirmed, the user signs the deposit transaction from their wallet. The assets are locked or burned on the origin side and then credited to the user's address on the destination rollup. Deposits are fast relative to withdrawals because there is no challenge period on the way into a rollup; the destination chain can safely credit the funds once the origin transaction is included and processed. In practice, deposits on most supported chains clear within a few minutes, commonly in the range of roughly three to ten minutes depending on the specific network and its activity.
Throughout the deposit, Superbridge displays the approximate network fees for each step and an estimated bridging time, and it tracks the transaction so the user can watch its progress. Because fees depend on live network conditions, the amounts shown are approximate and can shift with congestion, which the interface makes clear so users are not surprised by variance.
The Withdrawal Bridge Flow
Withdrawing, or the withdrawal bridge, moves assets from a rollup back down to the settlement chain. On optimistic rollups such as those built with the OP Stack, this is inherently a multi-step process that involves a security waiting period, and Superbridge guides the user through each stage. The withdrawal begins with an initiating transaction on the rollup that signals the intent to exit. After the rollup's state is published and becomes available on Ethereum, the user submits a prove transaction that establishes the validity of the withdrawal against the published state.
After proving, the withdrawal enters the challenge period, a security window during which the correctness of the rollup state can be disputed. This challenge period is a core safety feature of optimistic rollups and typically lasts about seven days. Once the challenge period elapses without a successful dispute, the user submits a final claim, or finalize, transaction on Ethereum to release the funds to their address. Superbridge tracks the state of the withdrawal across all of these stages so the user knows exactly when each action is available and required.
The seven-day timeline is a property of the rollup's security design, not a limitation imposed by Superbridge. For users who need to move assets off a rollup quickly, Superbridge integrates third-party fast routes that can complete a withdrawal in minutes by having a liquidity provider front the funds on the destination while the slower canonical process settles in the background. These fast routes are especially useful for smaller amounts, where the multi-step gas costs of the canonical path might otherwise be disproportionate.
Easy Mode and Forced Withdrawals
Because the canonical withdrawal process spans several transactions over roughly a week, it is easy for users to lose track of the steps they still need to complete. Easy Mode is Superbridge's answer to this. When enabled, Easy Mode automates the multi-step withdrawal so the user does not have to return at precisely the right moments to prove and finalize. The system handles the relaying of the withdrawal back to Ethereum and refunds any leftover ETH used for the process, dramatically reducing manual intervention and the risk of a stranded, half-completed withdrawal.
Forced withdrawals address a different concern: censorship resistance. One of the guarantees of a well-designed rollup is that users can exit even if the rollup's operators become unavailable or attempt to censor them. Superbridge supports forced withdrawals, which allow a user to submit their exit directly on Ethereum mainnet, leveraging the base layer's censorship resistance to guarantee they can retrieve their assets. This path costs more in gas because it operates at the L1 level, but it exists as a crucial safety valve that upholds the trust-minimized promise of rollups.
Together, Easy Mode and forced withdrawals illustrate the Superbridge philosophy in action: sensible defaults that make the common case effortless, combined with powerful escape hatches that preserve the strong security properties users are entitled to when the situation demands them.
Superbridge and the OP Stack
Superbridge is most closely associated with the OP Stack, the open-source technology that powers Optimism, Base, and a growing family of interoperable chains known collectively as the Superchain. While Superbridge supports other frameworks too, its role within the OP Stack ecosystem is central: it is widely treated as the default, canonical bridging interface for chains built on this technology. Understanding the OP Stack helps explain why Superbridge is designed the way it is and why it has become the go-to bridge for so many rollups.
What Is the OP Stack
The OP Stack is a standardized, modular set of open-source software components for building optimistic rollups that settle to Ethereum. By providing a common blueprint for the execution environment, the bridging contracts, the sequencing, and the settlement logic, the OP Stack lets teams launch new rollups that share the same fundamental architecture. This standardization is powerful because it means a bridge that integrates the OP Stack's canonical contracts once can, in principle, support every chain built on that stack with the same core logic.
Optimistic rollups, including OP Stack chains, work by executing transactions off of Ethereum for speed and low cost, then posting data and state commitments back to Ethereum, which serves as the ultimate source of truth. They are called optimistic because withdrawals are assumed valid unless proven otherwise during a challenge period. This model is what produces the roughly seven-day exit window on native withdrawals, and it is why Superbridge builds explicit proving and finalizing steps into its withdrawal flow for OP Stack chains.
Superbridge as the Superchain Bridge
The Superchain is the vision of many OP Stack chains operating as an interoperable network that shares standards, security assumptions, and, increasingly, seamless cross-chain communication. Within this landscape, Superbridge functions as a pretty and dependable user interface for the native bridge contracts of the Superchain. Major chains including Optimism and Base direct their users to Superbridge for native bridging, which is a strong signal of the platform's role as a trusted, standard entry point into the ecosystem.
This positioning matters because it means that when a user arrives at Superbridge to bridge into an OP Stack chain, they are using the same interface and the same canonical contracts endorsed by the chains themselves. There is no ambiguity about whether they are using an unofficial or riskier bridge. Superbridge effectively provides a consistent, ecosystem-wide front door to the Superchain's native bridging, unifying what would otherwise be a patchwork of separate, chain-specific interfaces.
As the Superchain grows to include more chains, Superbridge's deep integration with the OP Stack means new members can plug into the same bridging experience. This network effect reinforces Superbridge's status: the more chains adopt it as their native bridge interface, the more valuable and comprehensive it becomes for users who move across the ecosystem.
Rollups and Settlement Chains
To use Superbridge confidently, it helps to understand two terms that appear throughout the interface: rollup and settlement chain. A rollup is a Layer 2 network that processes transactions off the main chain to achieve higher throughput and lower fees, while inheriting security from the chain it settles to. A settlement chain is the base layer, typically Ethereum, where the rollup posts its data and where the canonical bridge contracts ultimately lock and release assets. In Superbridge terminology, bridging onto a rollup from the settlement chain is a deposit, and bridging off a rollup back to the settlement chain is a withdrawal.
This relationship is the foundation of the security model. Because a rollup settles to Ethereum, the assets bridged through its canonical contracts are backed by value locked on Ethereum itself. When a user withdraws, they are unlocking that value on the settlement chain after the rollup's state has been verified. Superbridge's design faithfully mirrors this structure, which is why its deposit and withdrawal flows differ so markedly in speed and number of steps, and why the platform is careful to make the direction of each transfer explicit.
Some rollups use a settlement chain other than Ethereum, and Superbridge accommodates these arrangements as well by letting the user select the appropriate settlement chain and destination rollup pairing. Regardless of the specific pair, the mental model remains the same: deposits move value onto the rollup quickly, and withdrawals move value back to the settlement chain through the rollup's native security process or a faster third-party route.
Supported Chains and Networks
One of Superbridge's greatest strengths is the breadth of networks it supports. The platform connects Ethereum with a large and growing list of rollups and Layer 2 networks, spanning the OP Stack, Arbitrum Orbit, and other ecosystems. For each chain, Superbridge exposes the routes that are available, which may include the chain's native bridge alongside third-party protocols. The sections below cover the flagship networks in detail and then summarize the wider set of supported rollups.
Ethereum
Ethereum is the anchor of the entire Superbridge experience. As the primary settlement chain, it is where most deposits originate and where most withdrawals ultimately arrive. When users bridge into a rollup, they typically start on Ethereum; when they exit, they end on Ethereum. The canonical bridge contracts that Superbridge relies upon live on Ethereum, and the security of bridged assets is rooted in value locked on this base layer.
From Ethereum, Superbridge can route through a wide array of options depending on the destination, including the OP Stack native bridge, the Arbitrum native bridge, and various third-party interoperability providers. This makes Ethereum the hub from which users can reach essentially any supported rollup, and the destination to which they can safely return, making it the most important network in the Superbridge topology.
Base
Base is one of the most prominent OP Stack chains and a flagship destination on Superbridge. Because Base is built on the OP Stack, Superbridge integrates its canonical bridge directly, allowing users to deposit ETH and ERC-20 tokens onto Base in minutes and to withdraw them back to Ethereum through the standard optimistic rollup process. Base itself directs users to Superbridge for native bridging, underscoring the platform's role as the trusted interface for moving assets to and from the network.
For everyday users, bridging to Base with Superbridge is one of the most common workflows on the platform. Deposits are quick, and for users who want to exit Base without waiting out the full challenge period, Superbridge offers faster third-party routes for supported tokens and amounts. This combination of canonical security for large transfers and speed for smaller ones makes Base a showcase of what Superbridge does well.
Optimism (OP Mainnet)
Optimism, often referred to as OP Mainnet, is the original OP Stack chain and a core network on Superbridge. As with Base, Superbridge integrates the OP Mainnet native bridge, enabling secure deposits and the full multi-step withdrawal lifecycle of proving, waiting out the challenge period, and finalizing. Optimism directs its users to Superbridge for native bridging, and the platform's Easy Mode is particularly valuable here for automating the otherwise manual withdrawal steps.
Because Optimism and Base share the OP Stack architecture, the experience of bridging to either is consistent, which is precisely the point of Superbridge's design. Users who learn to bridge to Optimism will find bridging to Base, and to other OP Stack chains, essentially identical, lowering the learning curve across the whole ecosystem.
Unichain
Unichain is a newer OP Stack chain that Superbridge supports for both deposits and withdrawals. Users can bridge ETH and supported tokens onto Unichain from Ethereum and other chains, and move assets back out again. As an OP Stack network, Unichain benefits from the same canonical bridging integration that underpins Base and Optimism, meaning that native withdrawals include the standard proving and challenge-period steps, while faster third-party routes are available where supported.
The inclusion of Unichain demonstrates how Superbridge's OP Stack integration pays dividends as the ecosystem expands. Because the platform already understands the canonical contracts and withdrawal lifecycle of the OP Stack, onboarding a new chain like Unichain extends the same reliable, uniform bridging experience to it without reinventing the flow.
Additional Supported Rollups
Beyond the flagship chains, Superbridge supports a broad and expanding roster of networks. On the OP Stack and related ecosystems, this includes chains such as Zora, Mode, Ink, Soneium, World Chain, Lisk, Celo, Shape, Superseed, and more, each integrated through its native bridge where applicable. Superbridge also connects to major networks and ecosystems including Arbitrum One and Arbitrum Orbit chains through the Arbitrum native bridge, as well as networks reachable via third-party providers.
Across these chains, Superbridge aggregates a rich set of routing options. Depending on the specific network and token, available protocols can include the OP Stack native bridge, the Arbitrum native bridge, and third-party interoperability layers such as Across and Hyperlane, among others. This means that for a given transfer, users often have both a canonical option prioritized for security and one or more faster alternatives, all presented within the same interface.
The practical upshot is that Superbridge functions as a near-universal bridging hub for the rollup landscape. Whether a user is moving assets to an established chain like Base or to a newly launched rollup, the platform aims to offer a supported, vetted route, with the canonical path favored wherever it exists. As new rollups launch and adopt Superbridge, the list of supported networks continues to grow, further cementing the platform's position as connective infrastructure for the ecosystem.
Supported Assets and Wallets
Superbridge is built to move the assets that matter most to users of Ethereum and its rollups, and to work with the wallets those users already have. Its approach to both assets and wallets reflects the same priorities that guide the rest of the platform: security, breadth, and simplicity. This section covers what can be bridged and how users connect to do it.
ETH and ERC-20 Tokens
The core assets on Superbridge are ETH and ERC-20 tokens. ETH is the native currency of Ethereum and most rollups, and it is the most commonly bridged asset because it is needed to pay for gas on the destination chain. Superbridge makes moving ETH between Ethereum and rollups straightforward, whether a user is funding a fresh wallet on a new chain or consolidating balances back to the settlement layer.
In addition to ETH, Superbridge supports a curated set of ERC-20 tokens. Rather than exposing every token indiscriminately, the platform vets tokens and routes before making them available, so that users can bridge with confidence that the asset and the path it takes have been reviewed. This managed approach reduces the risk of users accidentally bridging an unsupported or misconfigured token representation, which is a common source of loss on less careful bridges. Which specific tokens are available depends on the chain pair, since a token must be supported on both the origin and destination for a route to exist.
When bridging an ERC-20 token, users may need to grant an approval before the first transfer so the bridge contract can move the tokens. Superbridge limits this approval to the amount being bridged, an important safety measure that minimizes the standing permissions granted to any contract. This means that even in a worst-case scenario, the exposure from a single approval is bounded to the intended transfer amount rather than the user's entire balance.
Supported Wallets
Superbridge is a non-custodial application, which means every transaction is signed and broadcast from the user's own wallet. To use the platform, a user connects a compatible Ethereum wallet through the standard connection flow in the Superbridge app. The platform is designed to work with the widely used self-custodial wallets in the ecosystem, including popular browser-extension and mobile wallets that support connecting to web applications, as well as wallets accessible through common connection standards.
Because Superbridge relies on the user's wallet for signing, the security of a user's funds ultimately rests on good wallet hygiene: safeguarding the seed phrase, verifying transaction details before signing, and confirming that they are on the correct Superbridge app before connecting. The platform never asks for a user's private keys or seed phrase, and it cannot move funds without the user explicitly signing each transaction. This self-custodial model is a foundational security property, ensuring that at no point does bridging require handing control of assets to Superbridge or any third party.
Connecting a wallet also allows Superbridge to detect the user's current network, prompt network switches when necessary, and track the status of pending deposits and withdrawals tied to the connected address. This is what enables the app to guide users through multi-step withdrawals and to show the correct next action, such as when a proof can be submitted or when a finalized withdrawal is ready to claim.
Key Features of Superbridge
Superbridge combines a set of features that together make it stand out in a crowded field of bridges. Some are user-facing conveniences, while others are infrastructure capabilities aimed at rollup teams and developers. The following features capture what the platform offers and why it has earned a reputation as a dependable, comprehensive bridging solution.
Cross-Chain Bridge Aggregation
The defining feature of Superbridge is aggregation. Instead of offering a single bridging method, Superbridge brings together native bridges, third-party protocols, and solver networks under one roof, then automatically evaluates them to find the optimal route for a given transfer. This spares users from having to research and compare bridges themselves, and it means the best available option, whether that is the most secure canonical route or the fastest third-party path, is only a click away.
Aggregation also future-proofs the user experience. As new interoperability protocols emerge and new chains launch, they can be integrated into Superbridge's routing engine, expanding the options available for every transfer without adding complexity to the interface. Users continue to express the same simple intent, and the platform quietly grows more capable behind the scenes.
Canonical and Managed Routes
Superbridge prioritizes canonical, native bridge routes because they carry the security guarantees of the underlying rollups. When a native route exists for a transfer, Superbridge selects it by default, ensuring users get the most trust-minimized path unless they deliberately choose otherwise. This default is a meaningful safety feature, because it steers users toward the safest option without requiring them to understand the differences between route types.
Complementing this is Superbridge's managed and verified approach to tokens and routes. Every token and route made available on the platform is vetted before it is offered, so users can bridge with confidence that they are not interacting with a misconfigured or malicious representation. This curation is a deliberate contrast to bridges that expose everything indiscriminately, and it reflects the security-first philosophy that runs through the entire product.
Fast Withdrawals
Native withdrawals from optimistic rollups can take up to seven days because of the challenge period. For many users, especially those moving smaller amounts, that wait is impractical. Superbridge addresses this by integrating third-party fast routes that allow users to withdraw in minutes rather than days. These routes work by having liquidity providers front the funds on the destination chain while the slower canonical process settles in the background.
Fast withdrawals dramatically improve the experience of moving assets off a chain, and Superbridge presents them alongside the canonical option so users can make an informed choice. For large transfers where security is paramount, the native route remains available; for everyday movements where speed matters more, the fast route is there. This flexibility is a major reason Superbridge appeals to such a wide range of users.
Superbridge for Rollup Teams
Superbridge is not only a consumer product; it is also infrastructure for the teams building rollups. Through its offering for rollup teams, sometimes referred to as Superbridge Rollies, a new chain can get a fully featured, branded bridge frontend without building and maintaining one from scratch. This means a rollup can launch with a production-ready bridge on day one, complete with wallet integrations, transaction tracking, and error handling, all without writing frontend code.
This capability solves a real and expensive problem. Each rollup framework has its own canonical bridge contracts with unique interfaces, finality mechanisms, and transaction lifecycles, and supporting them natively requires deep protocol-level integration that most teams do not have the resources to build. By adopting Superbridge, a rollup team offloads this burden and simultaneously gains exposure to the users already active across the many chains Superbridge supports, rather than having to bootstrap its own bridging audience.
Superbridge API
For developers and teams that want programmatic access, Superbridge offers an API that exposes bridging routes, chain data, and transaction activity. This allows builders to integrate Superbridge's routing intelligence into their own applications, agents, and services, making it possible to construct custom bridging experiences on top of the same infrastructure that powers the Superbridge app.
The API extends Superbridge's reach beyond its own interface. A wallet, a portfolio tool, or an automated agent can query available routes and chain information and incorporate bridging directly into its workflows. This positions Superbridge as a foundational layer that other products can build upon, reinforcing its role as connective infrastructure for the broader rollup ecosystem rather than a single, isolated application.
Superbridge Fees and Costs
One of the most appealing aspects of Superbridge is its transparent and minimal fee structure. Superbridge itself does not charge a protocol fee for using the app to bridge through native routes. There is no markup, no subscription, and no percentage cut taken by the platform for canonical bridging. Instead, the costs a user pays are the network gas fees required to execute the underlying transactions, which go to the networks themselves rather than to Superbridge.
These gas fees vary depending on the chains involved and on live network conditions. A deposit from Ethereum onto a rollup requires paying Ethereum gas for the deposit transaction, plus possibly a small amount of gas on the destination. A canonical withdrawal from an optimistic rollup involves multiple transactions, including the initiating transaction on the rollup and the proving and finalizing transactions on Ethereum, each of which carries its own gas cost. Because Ethereum gas can be significant during periods of congestion, the total cost of a multi-step native withdrawal can add up, which is precisely why Superbridge recommends faster third-party routes for smaller amounts where the cumulative gas of the canonical path would be disproportionate.
When a user chooses a third-party route rather than the native bridge, that route's own fee model applies. Fast-withdrawal and solver-based routes may include a service fee or a spread charged by the liquidity provider fronting the funds, in exchange for the speed they provide. Superbridge presents the estimated total cost for each route before the user commits, so the trade-off between cost and speed is clear at the point of decision. Throughout the flow, the interface displays approximate network fees for each step, and it makes clear that these estimates can change with network activity.
The practical takeaway is that bridging through Superbridge's canonical routes is as cheap as bridging can be, because the user pays only unavoidable network gas with no platform surcharge. Users seeking the absolute lowest cost for a large transfer will generally prefer the native route, while those prioritizing speed for a smaller transfer may accept a modest third-party fee in exchange for near-instant settlement. In all cases, the ability to compare options side by side helps users choose the most economical path for their specific situation.
Superbridge Security
Security is the single most important consideration for any bridge, because bridges have historically been among the most targeted and most exploited components of the crypto ecosystem. Superbridge's entire design is oriented around minimizing the trust users must place in the bridge itself. Rather than asking users to trust a novel protocol with pooled liquidity, it channels transfers through the rollups' own canonical contracts wherever possible and layers on careful curation of everything it offers.
Native Bridge Security Model
The foundation of Superbridge's security is its reliance on native, canonical bridges. When a user bridges through a native route, they are interacting with the same contracts that the rollup itself uses and stands behind. These contracts are part of the rollup's core security model, which is anchored to Ethereum. This means that bridging natively does not introduce a separate trusted third party with its own failure modes; the security of the transfer is the security of the rollup, which in turn derives from Ethereum.
This is a fundamentally different and stronger posture than that of liquidity-based bridges that mint wrapped assets and depend on their own set of validators or multisigs. By constructing transactions directly to the canonical contracts rather than routing through proxies or wrappers, Superbridge avoids adding smart-contract risk beyond the rollup's own bridge. For users, this is the crux of why Superbridge is considered a safe way to bridge: the trusted components are the ones the ecosystem already relies on.
Challenge Period and Withdrawal Safety
The challenge period on optimistic rollups is not an inconvenience to be engineered away; it is a core security feature, and Superbridge treats it as such. When a user withdraws from an OP Stack chain through the native bridge, the roughly seven-day challenge period exists so that the correctness of the rollup's published state can be disputed before funds are released on Ethereum. This window is what allows optimistic rollups to be secure while still being efficient, and it is the reason native withdrawals are deliberate, multi-step processes.
Superbridge supports withdrawal safety in several ways. It guides users through the required proving and finalizing steps so nothing is missed, and its Easy Mode can automate these steps to prevent withdrawals from being stranded. For users who worry about censorship or operator failure, forced withdrawals provide a guaranteed exit path enforced at the Ethereum level. Together, these mechanisms ensure that the strong security guarantees of the underlying rollups are actually accessible to ordinary users, not just to experts willing to interact with contracts directly.
Token and Route Vetting
Beyond the architecture of the bridges themselves, Superbridge adds a layer of curation. Every token and every route offered on the platform is vetted before it is made available. This matters because a substantial share of bridging losses come not from contract exploits but from user error: bridging the wrong token representation, using a misconfigured route, or interacting with a malicious contract disguised as a legitimate one. By managing and verifying what appears in the interface, Superbridge sharply reduces the surface area for these mistakes.
The token-approval model reinforces this protection. When an ERC-20 transfer requires an approval, Superbridge requests permission only for the exact amount being bridged, so a user never grants an open-ended allowance that could be abused later. Combined with the non-custodial architecture, in which funds only ever move between the user's wallet and audited bridge contracts, this vetting and least-privilege approach form a comprehensive, defense-in-depth security posture. The overall effect is a bridge that is safe by default, where the secure choice is also the easy one.
How to Use Superbridge
Using Superbridge is designed to be approachable even for people new to bridging. The general pattern is the same across every chain: connect a wallet, select the origin and destination, choose the asset and amount, review the route and fees, and then sign the transactions the app prepares. The guides below walk through the most common workflows step by step, starting with the general process and then covering specific destinations.
How to Bridge ETH With Superbridge
Bridging ETH is the most common action on Superbridge, and it follows a simple sequence. First, open the Superbridge app and connect your self-custodial wallet, making sure you have enough ETH to cover gas on the relevant networks. Next, select the origin chain, for example Ethereum, and the destination chain you want to move ETH to. Choose ETH as the asset and enter the amount you wish to bridge.
Superbridge will then display the available routes. By default it selects the native bridge if one is available, and it shows the approximate network fees and estimated time. Review these details carefully. When you are satisfied, tap the review button, confirm the transaction summary, and sign the transaction in your wallet. Superbridge tracks the progress, and once the transaction is processed, your ETH arrives on the destination chain, typically within a few minutes for deposits. If you selected a different route than the native one, simply choose it from the bridge-provider selector before confirming.
How to Bridge to Base With Superbridge
To bridge to Base, connect your wallet in the Superbridge app and set the origin chain to Ethereum and the destination to Base. Select the asset you want to move, whether ETH or a supported ERC-20 token, and enter the amount. If you are bridging an ERC-20 token for the first time, Superbridge may prompt you to approve the token; it will request an approval only for the amount you are bridging, which keeps your wallet safer.
After any needed approval, review the bridge details, including the approximate cost and estimated arrival time, then confirm and sign the deposit transaction. Since Base is an OP Stack chain, the native route is prioritized for security, and deposits generally clear within minutes. Your assets will appear in your wallet on Base once the transaction completes, and you can track the status directly in the app. This same flow works for moving assets from Base back to Ethereum, though withdrawals follow the multi-step process described later.
How to Bridge to Optimism With Superbridge
Bridging to Optimism, or OP Mainnet, is nearly identical to bridging to Base, because both are OP Stack chains. Connect your wallet, set Ethereum as the origin and Optimism as the destination, and choose your asset and amount. Approve the token if prompted, review the route and fees, and sign the deposit transaction. Superbridge defaults to the Optimism native bridge, giving you the strongest security guarantees, and your funds will typically arrive within minutes.
Because Optimism directs its users to Superbridge for native bridging, you can be confident you are using the endorsed, canonical interface. If at any point you prefer a faster or cheaper third-party route for a small transfer, you can select it from the provider options before confirming. The consistency between Optimism, Base, and other OP Stack chains means the skills you build bridging to one carry directly to the others.
How to Bridge to Unichain With Superbridge
To bridge to Unichain, follow the same connect-and-select pattern. Open Superbridge, connect your wallet, and choose your origin chain and Unichain as the destination. Select ETH or a supported token, enter the amount, and handle any token approval if required. Review the details Superbridge presents, including the estimated time and approximate fees, and then confirm and sign the transaction from your wallet.
As an OP Stack chain, Unichain uses the same canonical bridging integration as Base and Optimism, so deposits are quick and native withdrawals follow the standard proving and challenge-period lifecycle. If you need to move assets off Unichain quickly, check whether a faster third-party route is available for your token and amount. The uniform experience means bridging to Unichain feels exactly like bridging to any other OP Stack network on the platform.
How to Withdraw Back to Ethereum
Withdrawing from a rollup back to Ethereum through the native bridge is a multi-step process that reflects the security model of optimistic rollups. To begin, connect your wallet, set the origin to the rollup you are exiting and the destination to Ethereum, and choose your asset and amount. Sign the initiating withdrawal transaction on the rollup. After the rollup's state is published to Ethereum, return to the app to submit the prove transaction, which establishes the validity of your withdrawal.
Once proven, your withdrawal enters the challenge period, which usually lasts about seven days. After that window elapses, you submit a final claim, or finalize, transaction on Ethereum to release your funds. Superbridge tracks each stage and shows you when the next action is available, so you always know where your withdrawal stands. If waiting a week is not practical, especially for smaller amounts, you can instead choose a faster third-party route at the outset to receive your funds on Ethereum in minutes. For users who want the canonical route without the manual steps, Easy Mode can automate the proving and finalizing, handling the relaying back to Ethereum and refunding leftover ETH.
Superbridge vs Other Bridges
The bridging landscape includes many protocols, each with its own strengths. Comparing Superbridge to alternatives helps clarify where it fits and why it has become the default choice for so many users of the OP Stack ecosystem. The key distinction to keep in mind is that Superbridge is primarily an aggregator and interface built around canonical routes, whereas many competitors are standalone liquidity protocols.
Superbridge vs Across
Across is a well-known interoperability protocol that uses a network of relayers and liquidity to deliver fast, cost-effective transfers, particularly for smaller amounts. It excels at speed. Superbridge, by contrast, is not a direct competitor so much as a complementary layer: in fact, Superbridge integrates Across as one of the third-party routes it can offer. This means that when a user bridges through Superbridge, Across may be presented as the fast option for a given transfer, sitting alongside the canonical native route.
The practical difference is one of scope and default. Using Across directly gives you a single protocol optimized for speed. Using Superbridge gives you a choice between the canonical native bridge, prioritized for maximum security, and faster third-party routes such as Across when speed matters more. For a large transfer where security is paramount, Superbridge steers you to the native bridge; for a small transfer where speed is the priority, it can route you through a fast provider. In this sense, Superbridge offers the best of both worlds by aggregating options rather than locking users into one model.
The Best OP Stack Bridge
For bridging within the OP Stack ecosystem, Superbridge is widely regarded as the best option, and for good reasons rooted in its design. It integrates directly with the canonical OP Stack native bridge contracts, so users get the strongest available security by default. It provides a single, consistent interface across every OP Stack chain, from Base and Optimism to Unichain and beyond, eliminating the confusion of chain-specific bridges. And it is the interface that leading OP Stack chains themselves direct their users to, which is perhaps the strongest possible endorsement.
On top of that foundation, Superbridge adds the conveniences that make canonical bridging practical: Easy Mode to automate multi-step withdrawals, fast third-party routes for quick exits, forced withdrawals for censorship resistance, and careful vetting of tokens and routes. No other bridge combines native-security defaults, ecosystem-wide consistency, official endorsement, and these quality-of-life features as comprehensively for OP Stack chains. That combination is why Superbridge has become the standard-bearer for bridging across the Superchain and a frequent answer to the question of which OP Stack bridge to use.
Superbridge Review: Pros and Cons
Taken as a whole, Superbridge is a mature, thoughtfully designed bridging platform that has earned its place as a default choice for moving assets across Ethereum and its rollups. This review summarizes its strengths and the trade-offs users should be aware of, so they can decide when Superbridge is the right tool and when an alternative route might suit a particular need.
On the positive side, Superbridge's greatest strengths are security and simplicity. By defaulting to canonical native bridges, it gives users the strongest available security without requiring them to understand the underlying mechanics. Its non-custodial architecture ensures users never surrender control of their funds. The absence of a protocol fee for native bridging means users pay only unavoidable network gas, making it one of the most economical ways to bridge large amounts. Its breadth of supported chains, unified interface, and aggregation of both native and third-party routes make it flexible enough for almost any transfer. Quality-of-life features like Easy Mode, fast withdrawals, forced withdrawals, and careful token and route vetting round out a genuinely user-friendly package. The fact that leading chains like Optimism and Base direct users to Superbridge is a powerful vote of confidence.
On the trade-off side, the main consideration is inherent to canonical bridging rather than to Superbridge itself: native withdrawals from optimistic rollups take about seven days due to the challenge period, and the multi-step process involves several transactions and their associated gas costs. Superbridge mitigates this with Easy Mode and fast third-party routes, but users who need instant, low-cost exits for small amounts must consciously opt into a third-party route, which carries that route's own trust assumptions and fees. Additionally, because tokens and routes are curated, a very obscure or brand-new token may not yet be available, which is a reasonable price to pay for the safety that curation provides.
Overall, Superbridge is best suited to anyone who wants to bridge safely and simply across the Ethereum rollup ecosystem, and especially to users of OP Stack chains. Its defaults favor security, its interface favors clarity, and its optional routes provide speed when needed. For the vast majority of users and use cases, it represents one of the safest and most convenient bridging experiences available.
Frequently Asked Questions
What is Superbridge?
Superbridge is a non-custodial cross-chain bridge interface that lets users move ETH and ERC-20 tokens between Ethereum and rollup networks such as Base, Optimism, and Unichain. It aggregates native canonical bridges and third-party protocols to find the best route for each transfer, and it is the interface that leading OP Stack chains direct their users to for native bridging.
How does Superbridge work?
Superbridge takes a user's bridging intent and evaluates the available routes across native bridges and third-party providers, then recommends the most secure and cost-effective option. It defaults to the rollup's canonical bridge when available, constructs the necessary transactions, and guides the user through each on-chain step from deposit to arrival, or through the multi-step withdrawal lifecycle when exiting a rollup.
Is Superbridge safe?
Superbridge is designed to be safe by defaulting to canonical native bridges that inherit the security of the underlying rollups and Ethereum. It is fully non-custodial, so users always control their own funds, and it vets every token and route before offering it. Token approvals are limited to the exact amount being bridged, minimizing risk. As with any on-chain activity, users should verify they are using the correct app and review transactions before signing.
Does Superbridge charge fees?
Superbridge does not charge a protocol fee for bridging through native routes. Users pay only the network gas required for their transactions. If a user chooses a third-party fast route instead of the canonical bridge, that route may include its own service fee or spread in exchange for faster settlement, which Superbridge shows before the user confirms.
How long does bridging with Superbridge take?
Deposits onto a rollup typically clear within minutes, commonly around three to ten minutes depending on the network. Native withdrawals from optimistic rollups back to Ethereum take about seven days because of the challenge period. Users who need to withdraw faster can select a third-party fast route that completes in minutes.
Which chains does Superbridge support?
Superbridge supports Ethereum along with a large and growing set of rollups, including Base, Optimism (OP Mainnet), Unichain, Zora, Mode, Ink, Soneium, World Chain, Lisk, and many others, as well as networks reachable through the Arbitrum native bridge and third-party providers. The available route for any transfer depends on the specific chain pair and token.
What wallets can I use with Superbridge?
Superbridge works with widely used self-custodial Ethereum wallets, including popular browser-extension and mobile wallets that support connecting to web applications. Because it is non-custodial, every transaction is signed from the user's own wallet, and Superbridge never has access to private keys or seed phrases.
How do I bridge ETH to Base with Superbridge?
Connect your wallet in the Superbridge app, set Ethereum as the origin and Base as the destination, select ETH and the amount, review the route and fees, and sign the deposit transaction. Superbridge prioritizes the Base native bridge for security, and your ETH generally arrives on Base within minutes.
Why do withdrawals take seven days?
The roughly seven-day wait is the challenge period built into optimistic rollups, a security window during which the rollup's published state can be disputed before funds are released on Ethereum. It is a property of the rollup's security design, not a fee or delay imposed by Superbridge. Fast third-party routes and Easy Mode help users manage or avoid this wait.
Is Superbridge the best OP Stack bridge?
Superbridge is widely regarded as the leading bridge for OP Stack chains because it integrates the canonical native bridge contracts directly, offers a consistent interface across every OP Stack network, and is the interface that chains like Optimism and Base point their users to. Combined with features like Easy Mode, fast withdrawals, and careful vetting, this makes it a top choice for bridging across the Superchain.