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
- Get Quote - Use
useQuoteto fetch quotes from multiple bridge providers - Compare Providers - The hook automatically selects the best quote based on retention rate
- Execute Transaction - Use
useTransactionto execute the bridge transaction - Monitor Status - Track transaction progress and completion
Architecture
User Wallet
↓
useQuote → [Relay.link, deBridge] → Best Quote Selected
↓
useTransaction → Bridge Execution → Status UpdatesUse 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
- Learn how to get quotes
- Understand transaction execution
- See a complete example