Description
Hop is a Liquidity Network that facilitates fast withdrawals and L2-->L2 token transfer via optimistic message passing.
If you find something wrong on this page you can submit an issue or edit the information.
Risk summary
Funds can be stolen if
Users can be censored if
Technology
Principle of operation
Hop is a Liquidity Network with ability to facilitate fast transfers using Ethereum as a settlement layer. It uses a technical hToken and AMM between hToken and canonical token on a destination chain to facilitate token transfers. Users are isolated from individual risks related to destination chains.
Optimistic Validation with fallback to native bridge
Messages announcing token withdrawals are sent from the source to the destination chain using native AMB (Arbitrary Messaging Bridge) to Ethereum for a given chain source chain. Depending on a chain, these can be slow, e.g. 7-days for Optimistic Rollups. Designated actors called Bonders "pre-announce" the incoming transfer of a message bundle to the destination chain. For 24 hours anyone can challenge the validity of the message bundle. If left unchallenged, the bundle is assumed to be valid and Bonder can remove the collateral which make all withdrawals from this bundle to settle against bridge funds. If challenged, the Bonder's collateral is locked in a bridge until the native message arrives and challenge is resolved.
Users can be censored if AMB of the destination chain censors the message.
Funds can be stolen if Bonder submits invalid message bundle and is left unchallenged for 24 hours.
Destination tokens are upgradeable
Tokens transferred end up as "representation tokens" some of them may be upgradable.
Funds can be stolen if destination token contract is maliciously upgraded (CRITICAL).
Permissioned Addresses
The system uses the following set of permissioned addresses:
Sets bridge parameters including bond size, challenge period length, etc... Manages whitelist of Bonders.
Participants of the 2/3 Hop MultiSig.
Smart Contracts
The system consists of the following smart contracts:
USDC Bridge. This contract stores the following tokens: USDC.
DAI Bridge. This contract stores the following tokens: DAI.
USDT Bridge. This contract stores the following tokens: USDT.
MATIC Bridge. This contract stores the following tokens: MATIC.
ETH Bridge. This contract stores the following tokens: ETH.
HOP Bridge. This contract stores the following tokens: HOP.
SNX Bridge. This contract stores the following tokens: SNX.
Website | hop.exchange |
---|---|
Social media | @HopProtocolhop-protocol |
Source code | github.com/hop-protocol |