WETH
Wrapped Ether / ERC-20 / 1:1 Peg

What the Heck is WETH?

WETH (Wrapped Ether) is ETH locked in a smart contract and reissued as an ERC-20 token, pegged 1:1. Same value, just dressed for DeFi. No weird tricks — just a wrapper your dApps can actually read.

ETHEREUM dApp dApp 1 ETH = 1 WETH ETH UNI TKN LP / YIELD LEND SWAP
The terminal

Wrap it. Then put it to work.

Five things you can do with WETH, on one screen.

ETH $2,249.93 / Gas 6 gwei
You depositAmount
ΞETH
≈ $2,249.93
You receive1:1
WWETH
≈ $2,249.93
Rate1 ETH = 1 WETH
Protocol fee0.00% — none, ever
Gas estimate45,000 · ~$0.94
You get1.0000 WETH
Transaction receipt✓ Confirmed
Methoddeposit()
Amount1.0000 ETH
Received1.0000 WETH
Gas paid0.00042 ETH
Tx hash0x…

Why bother?

ETH shipped before the ERC-20 standard did, so it has no approve or transferFrom. A contract built for tokens literally cannot handle raw ETH. WETH gives it the interface every dApp already speaks — and the contract has no fee, no admin key and no way to be paused.

ContractWETH9 · 0xC02a…6Cc2
Live since2017 · immutable
WETH locked3.37M ETH
Value locked$7.58B
24h volume$648.0M
Holders1.24M addresses
FAQ

Questions people actually ask

What the heck is WETH?

Wrapped Ether. You deposit ETH into a smart contract; it mints an ERC-20 token backed 1:1 by that deposit. Burn the token, get the ETH back. That's the entire mechanism — no yield, no rebase, no governance, no fee.

Why does it need to exist?

ETH shipped before the ERC-20 standard, so it doesn't implement approve or transferFrom. Rather than every protocol special-casing raw ETH, the ecosystem agreed on one wrapper. Now a DEX treats ETH exactly like USDC.

What does wrapping cost?

Gas and nothing else. A wrap is about 45,000 gas, an unwrap about 30,000 — roughly $0.94 and $0.63 at 6 gwei. The contract takes no fee and no spread.

Can I unwrap whenever?

Yes. withdraw burns your WETH and returns the ETH in the same transaction. No lock, no queue, no whitelist. If you can pay gas, you can exit.

Is the contract safe?

WETH9 has been live since 2017, has held millions of ETH continuously, and is immutable with no admin key — nobody can pause it, upgrade it or drain it. The real risk is whichever protocol you deploy WETH into, not the wrapper.

Does holding WETH earn anything?

No. WETH in a wallet is inert. Every rate on this page comes from lending it, pooling it or handing it to a vault strategy — each adding risk that plain WETH doesn't have.