What Is WETH? Wrapped Ether Explained for Beginners
WETH (Wrapped Ether) is an ERC-20 token worth exactly one ETH. Here is why it exists, how wrapping works, and when you actually need it.
What Is WETH?
WETH stands for Wrapped Ether. It is an ERC-20 token that always equals exactly one ETH. One WETH is worth one ETH, and you can swap between them at any time at a 1:1 rate.
Think of WETH as ETH in a different wrapper. The value never changes. You are only changing the format so that ETH can be used in places that expect a standard token.
If you have spent time in DeFi apps or NFT marketplaces, you have probably seen WETH appear and wondered whether it is a different coin. It is not. It is the same money in a form that more of the Ethereum ecosystem can read.
Why Does WETH Exist?
This part surprises most people. ETH itself is not an ERC-20 token.
ETH is the native currency of Ethereum, and it launched in 2015, before the ERC-20 standard was finalized. So ETH does not follow the same rules that every other token on Ethereum follows. The thousands of tokens built after it, like USDC, LINK, and UNI, all speak the ERC-20 language. ETH does not.
That creates a problem. Many smart contracts are written to handle ERC-20 tokens in one uniform way. When those contracts want to work with ETH, they have to write special-case code just for it. Wrapping solves this by turning ETH into a token that behaves like every other ERC-20.
The Ethereum Foundation explains it directly on its Wrapped Ether page: WETH lets you deposit ETH and receive the same amount as a token that conforms to the ERC-20 standard.
WETH vs ETH
| Feature | ETH | WETH |
|---|---|---|
| What it is | Native currency of Ethereum | ERC-20 token version of ETH |
| Value | The reference price | Always 1:1 with ETH |
| Pays gas fees | Yes | No (you need ETH for gas) |
| Works in most DeFi contracts directly | Not always | Yes |
| Backed by | Nothing, it is the base asset | One real ETH locked per WETH |
The most important row is gas. You cannot pay Ethereum gas fees with WETH. Gas is always paid in ETH. So even when you hold WETH, you still need to keep a little ETH in your wallet to move anything.
How Wrapping Works
Wrapping is handled by a single smart contract, often called WETH9, that has run on Ethereum mainnet for years. Its address is 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, and you can view its full history on Etherscan.
The mechanism is simple:
- Wrapping: You send ETH to the contract. It locks your ETH and mints you the exact same amount of WETH.
- Unwrapping: You send WETH back to the contract. It burns your WETH and returns the same amount of ETH.
Because every WETH is backed by one real ETH held in the contract, the peg cannot drift. There is no algorithm and no trust required. The supply of WETH always matches the ETH locked inside, which is why one WETH reliably equals one ETH.
You pay a small gas fee each time you wrap or unwrap, since both actions are transactions on the network.
Where You Will Use WETH
Most beginners first run into WETH in three places.
Decentralized exchanges. Trading pools on platforms like Uniswap are built around ERC-20 tokens. Many ETH pairs are actually WETH pairs under the hood, though modern interfaces usually wrap and unwrap automatically so you may never notice.
NFT marketplaces. This is the classic case. On marketplaces like OpenSea, live auction bids are placed in WETH, not ETH. A WETH bid can be accepted automatically by a smart contract the moment it wins, which plain ETH cannot do. If you plan to bid on NFTs, you will need WETH.
DeFi lending and yield. Lending markets and other DeFi protocols often want a standard token they can move on your behalf, so they accept WETH rather than native ETH.
How to Wrap and Unwrap ETH
You can wrap ETH in a few ways. The easiest is to let an app do it for you. When you place a WETH bid on OpenSea or trade on a DEX, the interface usually offers to wrap your ETH as part of the same flow.
To do it manually:
- Open a wallet like MetaMask that holds your ETH.
- Go to a trusted interface such as Uniswap or the WETH contract on Etherscan.
- Choose to swap ETH for WETH, or call the deposit function on the contract.
- Confirm the transaction and pay the gas fee in ETH.
- To convert back later, swap WETH for ETH or call the withdraw function.
Always confirm the contract address before interacting with it. Scam tokens often copy the WETH name, so check that you are dealing with the real 0xC02aaA39...756Cc2 contract on Etherscan.
Is WETH Safe?
The core WETH9 contract is one of the most used and most audited contracts on Ethereum, and it has held its 1:1 backing for years. The wrapping mechanism itself carries very little risk.
The real risks are the same ones that apply to any token interaction:
- Token approvals. When you wrap or trade WETH through a DeFi app, you may grant that app permission to move your tokens. Review your active approvals at revoke.cash every few months.
- Fake WETH tokens. Anyone can create a token and call it WETH. Only the canonical contract address is the real one.
- Gas, not value. Remember you still need ETH for gas. Wrapping every last bit of ETH into WETH can leave you stuck, unable to pay for the unwrap.
For more on protecting yourself from token scams, see our guide on whether Ethereum is a scam.
Do You Actually Need WETH?
If you are simply holding ETH or sending it to a friend, you do not need WETH at all. Native ETH is fine for buying, holding, and transferring.
You only need to wrap ETH when an application asks for it, almost always a DeFi protocol or an NFT marketplace bid. When that happens, wrapping takes one transaction, and you can unwrap back to ETH whenever you want.
WETH is plumbing, not an investment. It tracks ETH exactly, so there is no upside or downside to holding it versus holding ETH. As of June 2026, WETH traded at the same price as ETH with a market cap of roughly $4.3 billion, per MetaMask price data, reflecting the ETH locked in the contract.
This is general education, not financial advice. Wrapping does not change the value of your holdings, but every transaction costs gas, so wrap only when you have a reason to.
Related Reading
- What Are ERC-20 Tokens? the standard WETH conforms to
- What Is DeFi? where WETH is used most
- NFTs for Beginners why marketplace bids use WETH
- Ethereum Gas Fees Explained why you still need ETH
- What Is Etherscan? how to verify the real WETH contract