Bridge In to Mezo
From Bitcoin to Mezo
From Ethereum to Mezo
Lock ERC-20
Lock the ERC-20 on Ethereum via the Mezo Bridge contract, emitting an
AssetLocked event with Mezo recipient.Bridge Out of Mezo
From Mezo to Bitcoin
From Mezo to Ethereum
Architecture
The Mezo Bridge architecture consists of three key components:
- Lock/Burn on Source: Assets are locked on Bitcoin/Ethereum (or burned on Mezo) with data that identifies the intended recipient and target chain.
- Attestation & Relay: Offchain clients produce attestations over source-chain events and relay proofs to the destination chain.
- Mint/Release on Destination: Upon valid attestation and proof verification, destination contracts mint wrapped assets or release locked funds.
Core Flow
Emit Event
Source-chain contract/event is emitted after lock/burn; event includes unique sequence ID and parameters.
Submit Proof
Offchain client collects confirmations/finality per RFC thresholds and submit proof+attestation to destination contract.