Hop Protocol is one of the older cross-chain bridges that focuses on rollups. The interesting piece is not the smart contract in isolation but the pattern behind it: liquidity pools on each chain that hold the same asset, plus a set of bonders who front the transfer while the underlying proofs settle. This page walks through the design and what it means for users and liquidity providers.
The problem Hop solves
Rollups like Arbitrum and Optimism batch transactions and post them back to Ethereum. Withdrawing straight from a rollup to Ethereum through the canonical bridge is safe but slow โ often around a week because of a challenge period built into the rollup design. That is fine for planned exits, terrible for daily use.
Cross-rollup transfers face the same problem. Moving tokens from Arbitrum to Optimism the canonical way means withdrawing to Ethereum first, then depositing on Optimism. Slow and expensive.
Hop closes the gap by using paired liquidity pools. If you want to move ETH from Arbitrum to Optimism, a pool on Optimism can send you ETH right away, while your ETH on Arbitrum is bonded to eventually cover the payment behind the scenes.
How a Hop transfer actually flows
Roughly:
- You deposit ETH into the Hop contract on Arbitrum. It receives a Hop-branded ETH token (hETH) representing your claim.
- A bonder โ a whitelisted actor with capital on the destination chain โ sees your transfer and pays you real ETH on Optimism straight away, minus a small fee.
- The bonder is reimbursed later when the underlying proof from Arbitrum settles on Optimism.
- The pools rebalance over time, and liquidity providers earn a share of the transfer fees.
The user sees a fast transfer. The plumbing is a small credit market between bonders and the pools. For a wider bridge overview, see transfer from BSC.
The role of liquidity providers
Anyone can provide liquidity to a Hop pool. You deposit the paired asset โ hETH plus canonical ETH on Optimism, for example โ and receive an LP token. When users transfer through, part of their fee goes to LP holders in proportion to their pool share.
The trade-offs:
| What LPs earn | What LPs take on |
|---|---|
| Share of transfer fees paid by users | Standard smart-contract risk on the Hop pool |
| Sometimes token emissions when the protocol wants to grow liquidity | Bonder risk if a bonder fails and the pool must cover |
| Compound gains if fees rise faster than emissions dilute | Impermanent loss between hToken and canonical token if the peg drifts |
The pools are historically well-behaved but the general lesson from cheese dip pools applies here too: read the yield source before you deposit.
Safety before you use Hop
Bridges of all kinds carry risk. A short checklist:
- Reach the Hop app only through the official URL, hop.exchange. Verify the domain.
- Confirm the token contract on each chain matches Hop's own docs; wrapped hTokens live at specific addresses.
- Check the estimated time and fees before confirming; both grow when pools are shallow or gas is high.
- Start with a small test transfer if the amount is large.
The safety habits are the same as those in how to find airdrops that aren't traps and the broader wallet routine in hot wallets vs cold wallets.
When Hop is worth it, and when it is not
Hop shines when you want a fast rollup-to-rollup transfer, especially for stablecoins and ETH on Arbitrum, Optimism, Base, Polygon, and similar chains. Fees are small, delivery is quick, and the flow is one screen.
Hop is not always the right tool. For very small transfers, fixed gas can outweigh the fee. For deposits already on a centralised exchange, a withdrawal on the destination network is often cheaper. For assets that only need to move once and can wait, the canonical bridge is free of any bonder or bridge-specific risk.
Compare fees and time estimates on Hop against alternatives before you press send. Aggregators can help โ they route through several bridges to find the best combined outcome.
The pattern behind fast bridges
Hop is a good example of the broader shape of modern cross-chain infrastructure: pooled liquidity plus a set of trusted market makers that turn slow finality into fast delivery. The user experience is a two-click transfer. Underneath sits a small economy of pools, LPs, and bonders. Understanding that economy once โ the source of the fast delivery, the source of the yield, the source of the risk โ lets you read any future bridge with the same design. Which is a good place to be, because the design keeps showing up under new brand names as new chains launch and new rollups take off. For the wallet setup that supports all of this, see add polygon to MetaMask wallet.