Orange Bridge
Orange Bridge is a cross-chain bridge that enables interoperability across the Bitcoin ecosystem and other blockchain networks. It effortlessly bridges tokens back and forth between the Bitcoin BRC20 and Ethereum ERC20 protocols.
Supported Tokens
Bitcoin
Bitcoin BRC20
Bitcoin RUNES
Any Ethereum ERC20
Any Binance Smart Chain BSC20
Any Base ERC20
Any Polygon ERC20
Any XLayer ERC20
Any Linea ERC20
Supported Blockchains
Bitcoin
Ethereum
Binance Smart Chain
Base
Polygon
XLayer
Linea
Components
Orange Bridge Web DApp - The user interface that facilitates user interactions and blockchain services.
Smart Contract - Manages the burning and minting of ERC20 tokens.
EVM Event Listener - Listens for events on the Ethereum Virtual Machine (EVM) chain.
Bitcoin BRC20 Event Listener - Listens for events on the Bitcoin chain related to BRC20 tokens.
ERC20 Token Sending Service - Handles the sending of ERC20 tokens.
BRC20 Token Sending Service - Manages the sending of BRC20 tokens.
Workflow
From ERC20 to BRC20
Initiation
The user initiates an ERC20 to BRC20 transaction from the DApp.
The DApp calls the
burn
function of the smart contract.
Event Handling
The EVM Event Listener captures a confirmed
Burn
event from the EVM chain.The system verifies the event's correctness and extracts the BTC address and amount from the event.
Token Transfer
The system calls the BRC20 Token Sending Service to send the BRC20 tokens to the BTC address extracted from the event.
From BRC20 to ERC20
Initiation
The user initiates a BRC20 to ERC20 transaction from the DApp.
The DApp invokes the Orange wallet to send BRC20 tokens.
Event Handling
The Bitcoin BRC20 Event Listener captures the BRC20 transfer data from the Bitcoin chain.
The system verifies the transfer data's correctness and the destination EVM address.
Token Transfer
The system calls the ERC20 Token Sending Service.
The ERC20 Token Sending Service calls the
mint
method in the smart contract to mint ERC20 tokens to the destination address.
Security
Orange Bridge has successfully completed a thorough security audit conducted by the reputable firm, Three Sigma. Throughout the process, both teams worked closely to identify and resolve any security vulnerabilities. You can review the full audit report here: Orange Bridge Audit Report.
Last updated