On this page
Back to: L2 Developer Path
0
Objective: move assets between Ethereum and Base without becoming a bridge-hack statistic.
Bridges lock assets on one chain and mint representations on the other. The official Base bridge is the safest path; third-party bridges trade speed for extra trust assumptions.
Concept: what the bridge actually does
Your ETH locks in an Ethereum contract; an equal amount appears on Base. Coming back reverses it (with the ~7-day optimistic challenge window for withdrawals to L1). Every step is verifiable on both explorers — the bridge has no magic, only contracts you should read.
Hands-on lab (testnet, free)
- On Sepolia, open the official Base testnet bridge (verify domain twice).
- Bridge 0.01 test ETH → Base Sepolia. Record both transaction hashes.
- On Base Sepolia, confirm balance, then bridge 0.005 back. Watch the challenge timer start.
- Look up the bridge contracts on Etherscan: find the lock contract and your deposit event.
Safety checklist
- Official bridge only for size; third-party bridges only for small, urgent amounts.
- Never bridge during active exploit rumors — pause and verify on official channels.
- Keep a record of every crossing (hashes both sides) for taxes and recovery.
- Remember: bridged assets inherit the *bridge’s* security, not just the chains’.
Related glossary
Next lesson: Optimism vs Arbitrum vs Base — choosing your L2.
Course: L2 Developer Path Lesson 2 of 10