ThePathMark
Nº 14 Field notes

Bridges — the hallway between blockchains that nobody warns you about.

I thought crypto was one internet of money. Then I needed ETH on a different chain and learned bridges are a separate job — with separate risks.

The short version
  • Blockchains don't share balances — a bridge locks or swaps on one side and credits you on the other.
  • You're often holding a wrapped copy after bridging, not the 'same' coin magically teleported.
  • Official L2 bridges are slow and dull; random fast bridges are where expensive lessons happen.
  • Not every move is a bridge — Hyperliquid Core to EVM is an internal shift, not a third-party hop.

The first time someone said “bridge it to Arbitrum,” I pictured a tiny cable under the ocean. Same money, new beach. What actually happens is stranger: your coins get locked in a contract on one chain, and a different token representing them shows up on another. The hallway has doors. Some are official. Some are traps.

01

Why bridges exist at all

Ethereum mainnet is secure and expensive. Arbitrum, Base, and Optimism are cheaper to use but separate ledgers. Your 0x… address looks the same in MetaMask on every EVM chain — that visual sameness is a trap. ETH on mainnet is not automatically ETH-on-Arbitrum until something moves it.

Bridges exist because apps live on specific networks and you already have money somewhere else. Buy on Coinbase, withdraw to Ethereum, bridge to Base to try a dApp. Each hop is its own mechanism.

02

Lock on A, mint on B

The classic mental model:

  1. You send 1 ETH into a bridge contract on Ethereum.
  2. The bridge locks it (or a pool holds it).
  3. You receive bridged ETH on Arbitrum — same economic claim, different contract, different chain history.
  4. To go back, you burn the wrapped version and unlock the original (sometimes after a waiting period).

Nobody teleported atoms. A middleman — usually smart contracts, sometimes a company — kept the books on both sides.

After bridging, you often hold a receipt with a familiar name and an unfamiliar contract address. That mismatch is where people get wrecked.

03

Fast bridges vs official bridges

Official L2 bridges — from the rollup team, often slow, sometimes a seven-day withdrawal back to mainnet. Boring. That boredom is the point.

Liquidity bridges — Stargate, Across, and friends — swap you through pooled liquidity on both sides. Faster. You’re trusting different contracts and market makers.

Random websites with a slick UI and a Google ad — where I refuse to learn lessons with more than a test transaction’s worth.

I’ve waited two days for an official withdrawal and been annoyed. I’ve also watched bridge hack headlines and been glad I wasn’t in the exotic shortcut that week.

04

What is not a bridge

When I moved HYPE from Hyperliquid’s trading side to the EVM side, nothing crossed to a foreign chain. Same account, same ecosystem — more like walking from the lobby to the kitchen than flying to another country. That map matters because beginners hear “move to EVM” and assume bridge risk when there isn’t any.

CEX withdrawals can also blur the picture: the exchange updates internal books until the on-chain tx hits your wallet on one network. Still not a bridge until you’re crossing between independent blockchains yourself.

05

How I bridge now (boring on purpose)

  1. Decide source chain and destination chain before I open any site.
  2. Use the official bridge linked from the L2’s docs when one exists.
  3. Small test first — embarrassing to admit how many times this saved me from a wrong token contract.
  4. Bookmark the real URL; ignore DMs and sponsored links.
  5. Check the received token on a block explorer — contract address, not just the ticker symbol.
  6. Expect delay on the way back to mainnet; plan liquidity accordingly.
⚑ One honest flag

Bridge hacks are not ancient history. If the amount would hurt to lose, the bridge choice deserves the same paranoia as handing your seed phrase to a stranger — because functionally, you’re handing custody to code you probably haven’t read.

Bridges are not a moral failing of crypto. They’re the toll road between walled gardens. Learn the toll, pick the official lane when you can, and don’t confuse a wrapped receipt with the original coin just because the wallet labels look friendly.

If this cleared something up, you can buy me a coffee.

Buy me a coffee Set your handle in src/components/TipJar.astro
← All field notes