Integrations
Bridges

Bridges

ℹ️

Please note that the bridges listed below are not maintained by the Superseed team. Always do your own research! Use them at your own risk.

thirdweb

Universal Bridge (opens in a new tab) is a comprehensive Web3 payment solution to help you monetize any app or game.

With Universal Bridge, your users can onramp, bridge, and swap on any EVM chain — with any EVM token or fiat — thanks to its automatic cross-chain routing.

Plus, developers can earn from day one using the fee-sharing mechanism and easy implementation.

Supported Networks

Universal Bridge Features

  • Let users pay for assets in any EVM token on Superseed right in your app
  • Automatic cross-chain routing for seamless transactions
  • Earn from day one with fee-sharing mechanism
  • Access ready-made UI component for easy implementation

Learn more in the full documentation on thirdweb’s Universal Bridge (opens in a new tab)

Get Started with thirdweb Universal Bridge

How to get started with Universal Bridge (opens in a new tab)

See Universal Bridge in Action

Want to see how Universal Bridge works? Check it out under the hood

import { createThirdwebClient } from "thirdweb";
import { PayEmbed } from "thirdweb/react";
 
import { createWallet } from "thirdweb/wallets";
import { defineChain } from "thirdweb";
 
const client = createThirdwebClient({
  clientId: "....",
});
 
function Example() {
  return (
    <PayEmbed
      client={client}
      payOptions={{
        mode: "fund_wallet",
        prefillBuy: {
          chain: defineChain(5330),
          amount: "0.01",
        },
      }}
    />
  );
}
 

See how the Buy Crypto flow works in the playground (opens in a new tab)

Hyperlane Nexus (opens in a new tab)

Hyperlane is a permissionless interoperability protocol for cross-chain communication across different blockchain environments. It enables message passing and asset transfers across different chains without relying on centralized intermediaries or requiring any permissions.

To find out more please check out the Hyperlane Documentation (opens in a new tab).

Layerswap (opens in a new tab)

Layerswap is the reliable solution for transferring crypto assets across networks in a matter of minutes.

The app enables frictionless cross-chain transfers across 35+ blockchains as well as direct transfers between chains and 15+ exchanges. See the complete list of available assets, chains and CEXes.

To find out more please check out the Layerswap Documentation (opens in a new tab).

Relay (opens in a new tab)

Relay is a cross-chain payments system that enables instant, low-cost bridging and cross-chain execution. It works by connecting users with relayers.

To find out more please check out the Relay Documentation (opens in a new tab).