Skip to content

Simple Bridge

Simple Bridge provides a straightforward way to bridge assets across different blockchain networks without requiring user authentication. It's perfect for applications that need transparent, public cross-chain transfers.

Features

  • No Authentication Required - Works immediately after wallet connection
  • Multi-Provider Quotes - Automatically compares quotes from Relay.link and deBridge
  • Best Price Selection - Chooses the provider with the best retention rate
  • Automatic Chain Switching - Handles chain switching automatically
  • Transaction Status Tracking - Monitor bridge progress in real-time

How It Works

  1. Get Quote - Use useQuote to fetch quotes from multiple bridge providers
  2. Compare Providers - The hook automatically selects the best quote based on retention rate
  3. Execute Transaction - Use useTransaction to execute the bridge transaction
  4. Monitor Status - Track transaction progress and completion

Architecture

User Wallet

useQuote → [Relay.link, deBridge] → Best Quote Selected

useTransaction → Bridge Execution → Status Updates

Use Cases

  • DEX Integration - Add cross-chain swaps to your DEX
  • Portfolio Management - Allow users to move assets between chains
  • Payment Processing - Enable cross-chain payments
  • Liquidity Provision - Bridge assets for liquidity pools

Supported Chains

Simple Bridge supports all EVM-compatible chains that are supported by Relay.link and deBridge, including:

  • Ethereum
  • Avalanche
  • Base
  • Polygon
  • And more...

Next Steps