Core definition and technology
WETH, or Wrapped Ether, is the ERC-20 representation of Ether. It is designed to make ETH compatible with decentralized applications that use the ERC-20 token standard.
Native ETH was created before ERC-20 became the dominant token interface on Ethereum. As a result, ETH does not natively expose standard ERC-20 functions such as approve, allowance, and transferFrom. Many decentralized exchanges, lending protocols, liquidity pools, marketplaces, vaults, and payment contracts are built around those functions.
WETH solves this compatibility problem without changing ETH’s underlying economic value:
- Users deposit ETH into the WETH smart contract.
- The contract issues an equivalent amount of WETH.
- WETH can then be transferred and approved like any other ERC-20 token.
- Users redeem WETH by calling
withdraw, which returns ETH at a 1:1 ratio.
The canonical Ethereum mainnet contract is WETH9:
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
WETH is therefore not an independent blockchain, a separate monetary network, or a staking asset. It is a smart-contract-based representation of ETH.
How wrapping and unwrapping work
Wrapping ETH
A user wraps ETH by calling the contract’s payable deposit() function and sending ETH with the transaction. The contract then:
- Receives the ETH.
- Increases the sender’s WETH balance by the deposited amount.
- Emits a
Depositevent. - Increases the effective WETH supply.
The contract also supports a payable fallback mechanism, allowing ETH sent directly to the contract to be processed as a deposit under the contract’s logic.
For example, depositing 1 ETH generally creates 1 WETH, denominated to 18 decimals. Users must retain some ETH separately to pay transaction fees because WETH cannot directly pay Ethereum gas.
Unwrapping WETH
To unwrap, the holder calls withdraw(amount). The contract:
- Checks that the caller has sufficient WETH.
- Reduces the caller’s WETH balance.
- Sends the equivalent amount of ETH to the caller.
- Emits a
Withdrawalevent. - Reduces the amount of WETH in circulation.
The intended relationship is:
ETH held by the WETH contract ≈ WETH outstanding
The backing and supply can be inspected on-chain by comparing the contract’s ETH balance, token supply, balances, and deposit or withdrawal transactions.
ERC-20 behavior
Once created, WETH behaves like a conventional ERC-20 token. It supports:
balanceOftotalSupplyapproveallowancetransfertransferFromDepositandWithdrawalevents- Standard
TransferandApprovalevents - 18 decimal places
This standardization is the reason WETH is so widely used in Ethereum-based applications.
Market data snapshot
The latest CoinStats data supplied for this report shows the following figures. Market data and supply values change continuously, particularly because WETH supply expands and contracts as users wrap and unwrap ETH.
| Metric | WETH data | |
|---|---|---|
| Price | $2,470.49 | |
| Market capitalization | $4,940,000,206 | |
| 24-hour volume | $345,503,061 | |
| Circulating supply | 1,999,557 WETH | |
| Total supply | 1,999,640 WETH | |
| Fully diluted valuation | $4,944,476,236 | |
| Market ranking | #28 | |
| 24-hour change | +1.61% | |
| 1-hour change | -0.20% | |
| 7-day change | -0.50% | |
| Decimals | 18 |
These figures should be treated as a time-specific snapshot rather than permanent token characteristics. Different data providers may report different supplies depending on the chain, contract address, indexing time, and methodology. For example, another supplied research result referenced approximately 2.045 million circulating WETH and 2.046 million total WETH, while an Etherscan result showed approximately 2.282 million WETH in total supply at a different point in time.
WETH’s price is economically tied to ETH because each canonical WETH can be redeemed for one ETH. It therefore does not have an independent price discovery model in the same way as a governance or utility token. Temporary deviations can occur because of liquidity conditions, bridge risk, trading inefficiencies, or problems at third-party protocols, but the underlying design targets 1:1 redemption.
The supplied CoinStats dataset did not include a specific all-time-high figure. Because canonical WETH tracks ETH economically, its long-term price history is effectively linked to ETH’s market history.
Tokenomics
Supply model
WETH has no fixed maximum supply and no conventional token allocation schedule. Its supply is elastic and demand-driven:
| Event | Effect on WETH supply | |
|---|---|---|
| ETH deposited into the WETH contract | New WETH is minted | |
WETH redeemed through withdraw | WETH is removed from circulation | |
| Transfer between users | No change in total supply | |
| Ethereum transaction fee | Does not automatically burn WETH | |
| Staking ETH | Does not automatically create WETH yield |
There is no scheduled block emission, mining reward, staking reward, team allocation, presale allocation, treasury allocation, or vesting schedule in the canonical WETH9 contract.
The amount of WETH outstanding reflects how much ETH users currently prefer to hold in ERC-20 form. If demand for DeFi liquidity, lending, trading, or marketplace offers increases, more ETH may be wrapped. If users want native ETH again, WETH is withdrawn and supply contracts.
Inflation and deflation
WETH has no independent protocol inflation rate. Its supply changes mechanically:
- Expansion: ETH deposits mint equivalent WETH.
- Contraction: WETH withdrawals release the underlying ETH.
- No autonomous fee burn: WETH is not burned through transaction fees.
- No automatic yield: Holding WETH does not increase the balance or generate staking rewards.
The underlying ETH has its own monetary policy, including validator issuance and fee burning under Ethereum’s proof-of-stake and EIP-1559 systems. Those mechanics affect the broader ETH economy, but they do not create a separate WETH issuance policy.
Distribution
WETH distribution is user-driven rather than controlled by a foundation or issuer. WETH may be held by:
- Individual wallets
- Decentralized exchanges
- Liquidity pools
- Lending protocols
- Vaults
- NFT marketplaces
- Bridges
- Protocol treasuries
- Smart contracts and account-abstraction systems
This is materially different from tokens distributed through venture allocations, investor unlocks, foundation reserves, or emissions programs.
Blockchain architecture and deployments
The canonical WETH9 contract exists on Ethereum mainnet. Equivalent or adapted wrapped-ETH implementations also exist across Layer 2 networks, sidechains, alternative EVM chains, and cross-chain systems.
These versions should not automatically be treated as interchangeable. The same ticker can refer to different contracts with different bridge, redemption, liquidity, or implementation risks. Users should verify both the network and the contract address.
Selected and listed deployments
| Network | WETH contract or identifier | |
|---|---|---|
| Ethereum | 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 | |
| Tron | THb4CqiFdwNHsWsQCs4JhzwjMWys4aqCbF | |
| zkSync Era | 0x5aea5775959fbc2557cc8789bc1bf90a239d9a91 | |
| Arbitrum Nova | 0x722e8bdd2ce80a4422e880164f2079488e115365 | |
| Terra 2 | ibc/BC8A77AFBD872FDC32A348D3FB10CC09277C266CFE52081DE341C7EC6752E674 | |
| Stable | 0x783129e4d7ba0af0c896c239e57c06df379aae8c | |
| BNB Smart Chain | 0x2170ed0880ac9a755fd29b2688956bd959f933f8 | |
| Base | 0x4200000000000000000000000000000000000006 | |
| Mantle | 0xdeaddeaddeaddeaddeaddeaddeaddeaddead1111 | |
| Arbitrum One | 0x82af49447d8a07e3bd95bd0d56f35241523fbab1 | |
| Polygon PoS | 0x7ceb23fd6bc0add59e62ac25578270cff1b9f619 | |
| Optimism | 0x4200000000000000000000000000000000000006 | |
| Cronos | 0xe44fd7fcb2b1581822d0c862b68222998a0c299a | |
| Cube | 0x57eea49ec1087695274a9c4f341e414eb64328c2 | |
| Milkomeda Cardano | 0xe3f5a90f9cb311505cd691a46596599aa1a0ad7d | |
| zkSync | 0x5aea5775959fbc2557cc8789bc1bf90a239d9a91 | |
| Cosmos | ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5 | |
| TomoChain | 0x2eaa73bd0db20c64f53febea7b5f5e5bccc7fb8b | |
| KardiaChain | 0x1540020a94aa8bc189aa97639da213a4ca49d9a7 | |
| Aurora | 0xc9bdeed33cd01541e1eed10f90519d2c06fe3feb | |
| Meter | 0x79a61d3a28f8c8537a3df63092927cfa1150fb3c | |
| Velas | 0x85219708c49aa701871ad330a94ea0f41dff24ca | |
| Sora | 0x0200070000000000000000000000000000000000000000000000000000000000 | |
| Etherlink | 0xfc24f770f94edbca6d6f885e12d4317320bcb401 | |
| Ronin | 0xc99a6a985ed2cac1ef41640596c5a5f9f4e19ef5 | |
| Avalanche | 0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab |
On Optimism and Base, the same address, 0x4200000000000000000000000000000000000006, is used for the network’s wrapped-native asset. This illustrates why the network must always be checked alongside the address.
Consensus mechanism and security model
WETH has no independent consensus mechanism. It does not have validators, miners, or a separate blockchain. The canonical contract inherits its transaction-ordering and state-security properties from Ethereum’s proof-of-stake network.
Its security can be viewed as four layers:
- Ethereum consensus: Ethereum validators propose and attest to blocks.
- Ethereum execution: The network executes WETH deposits, withdrawals, transfers, and approvals.
- WETH9 contract: The contract maintains balances and holds the underlying ETH.
- External integrations: Wallets, bridges, exchanges, lending markets, and other protocols introduce additional risks.
Contract design
The WETH9 implementation is deliberately minimal. It is generally understood to be:
- Non-upgradeable
- Not controlled by a governance administrator
- Not dependent on an oracle
- Not dependent on an external custodian
- Not dependent on a separate reserve manager
- Not reliant on a special minting role
The contract’s ETH balance functions as the backing reserve, while user balances are recorded in a ledger. Its totalSupply() function reflects the ETH held by the contract in the original implementation.
The source code contains a DappHub copyright attribution dated 2015–2017 and uses an early Solidity compiler range. The canonical Ethereum deployment occurred in December 2017.
A Zellic formal-verification effort used the Z3 theorem prover to examine safety properties and invariants of WETH9. This supports confidence in analyzed aspects of the implementation, but it does not guarantee that every possible bug, user error, integration failure, or bridge problem is impossible.
Principal risks
Even though the canonical WETH contract is simple and has operated for many years, users can still face:
- Selecting a counterfeit token with the WETH ticker
- Sending WETH to the wrong network or contract
- Wallet or private-key compromise
- Excessive or malicious ERC-20 approvals
- Exploits in lending protocols, exchanges, vaults, or marketplaces
- Bridge failures and cross-chain insolvency
- Liquidity fragmentation between different wrapped-ETH variants
- Transaction-ordering and MEV effects
- Losses caused by collateral, oracle, or liquidation failures in DeFi
A notable 2026 example involved Aave temporarily freezing WETH markets across several deployments after an exploit involving KelpDAO’s rsETH bridge. The reported attack involved unbacked rsETH being supplied as collateral and WETH being borrowed, stressing liquidity in affected markets. The reporting stated that Aave’s own smart contracts were not compromised and that the incident originated from bridge and collateral conditions surrounding rsETH.
This event demonstrates an important distinction: WETH can remain fully backed and technically operational while an external protocol using WETH experiences a collateral or liquidity crisis.
Primary use cases and applications
Decentralized exchanges
WETH is a standard base asset for automated market makers such as Uniswap. ERC-20 pools can pair WETH with assets including USDC, DAI, WBTC, and other tokens using a consistent contract interface.
Common examples include:
- WETH/USDC pools
- WETH/DAI pools
- WETH/WBTC pools
- Concentrated-liquidity positions
- Multi-hop trade routes using WETH as an intermediary
Uniswap also provides native-ETH helper functions that wrap ETH behind the scenes. This allows users to interact with an application using ETH while the underlying pool accounting uses WETH.
Lending and borrowing
Protocols such as Aave and Compound use WETH because their reserve systems are generally built around ERC-20 assets. WETH can be:
- Supplied to earn variable interest
- Used as collateral
- Borrowed against other collateral
- Used in leveraged ETH strategies
- Repaid through ERC-20 transfers
- Liquidated when a borrowing position becomes undercollateralized
On Aave, supplied WETH is represented by an interest-bearing token such as aWETH. The aWETH balance represents a claim on supplied WETH plus accrued interest, subject to the risk parameters of the relevant Aave market.
Importantly, WETH itself does not generate yield merely by being held. Yield comes from an external activity such as lending, liquidity provision, staking-related strategies, or a vault.
Liquidity provision and yield strategies
WETH is widely used in:
- AMM liquidity pools
- Liquidity mining
- Automated market-making vaults
- ERC-4626 vaults
- Delta-neutral strategies
- Structured products
- On-chain derivatives settlement
- Protocol treasury management
Its broad support makes it a convenient base asset for strategies that need a standardized ERC-20 representation of ETH.
NFT marketplaces
NFT marketplaces, including OpenSea, use WETH for bids and offers. ERC-20 approvals allow a marketplace contract to pull the authorized amount when an offer is accepted, creating a more flexible settlement process than requiring the bidder to send native ETH at the exact moment of sale.
WETH is particularly useful for:
- Collection offers
- Marketplace bids
- Escrowed offers
- Automated settlement
- Marketplace-specific leverage and offer workflows
Smart-contract payments and infrastructure
WETH can serve as an ERC-20 payment or settlement asset in:
- Escrow systems
- Payment channels
- Protocol fee collection
- Token vesting contracts
- DAO treasuries
- Account-abstraction applications
- On-chain settlement systems
- Smart-contract wallets
Project history and development origins
WETH is not a conventional startup project. It has no CEO, token sale, formal foundation, independent validator set, or central issuer managing a roadmap.
Its origin lies in Ethereum’s early developer ecosystem. The WETH9 source code is associated with DappHub and includes a 2015–2017 copyright attribution. The canonical Ethereum mainnet deployment occurred in December 2017, when ERC-20-based decentralized exchanges and financial applications were becoming increasingly important.
The problem it addressed was architectural rather than financial: ETH was Ethereum’s native gas asset, while emerging applications were built for standardized ERC-20 tokens. WETH provided a simple adapter between those two systems.
There is no verified evidence in the supplied research establishing a single individual as the sole founder or creator. The project is better understood as an open-source ecosystem standard that emerged from collaborative Ethereum development and was subsequently adopted by wallets, DeFi protocols, exchanges, marketplaces, bridges, and Layer 2 networks.
Key ecosystem integrations
WETH’s integrations are primarily ecosystem-wide rather than formal corporate partnerships.
| Protocol or application category | Role of WETH | |
|---|---|---|
| Uniswap | Trading pairs, liquidity pools, and routing | |
| Aave | Lending, borrowing, collateral, and gateway-based ETH conversion | |
| Compound | ERC-20 lending and borrowing markets | |
| MakerDAO / Sky | Collateral and DeFi liquidity infrastructure | |
| Curve | Pool liquidity and exchange routing | |
| Balancer | Weighted pools and portfolio liquidity | |
| 1inch | Aggregated trading routes | |
| OpenSea | Bids, offers, and NFT settlement | |
| Ethereum Layer 2s | Wrapped-native asset for application compatibility | |
| Bridges | Cross-chain representation of ETH | |
| Wallets and custodians | ERC-20 asset support and transfer functionality |
WETH’s network effects are significant. Many applications display ETH to users, but convert it to WETH internally because ERC-20 accounting simplifies approvals, transfers, pool interactions, and contract composability.
Competitive alternatives
Native ETH
Native ETH is required for gas and avoids the need for a wrapping transaction. Its limitation is that it does not directly implement the ERC-20 interface. WETH is therefore not a replacement for ETH; it is an application-layer format that makes ETH easier for token-based contracts to use.
stETH and wstETH
stETH is a liquid-staking token associated with Lido. It represents ETH deposited into a staking system and is intended to reflect staking rewards, validator operations, and the protocol’s withdrawal and liquidity mechanisms.
wstETH is a non-rebasing wrapper for stETH. It is often easier to integrate into systems that prefer balances not to change through rebasing. Its value accrues through its exchange rate with stETH rather than through a continuously increasing token balance.
The distinction is fundamental:
| Asset type | Economic purpose | Native yield? | Redemption and risk profile | |
|---|---|---|---|---|
| WETH | ERC-20 representation of ETH | No | Intended for 1:1 ETH redemption through the wrapper contract | |
| stETH | Liquid-staking representation | Yes, through staking economics | Depends on Lido’s staking, validators, withdrawals, and liquidity | |
| wstETH | Non-rebasing stETH wrapper | Value accrues through exchange rate | Inherits stETH and Lido-related risks | |
| cbETH | Coinbase liquid-staking derivative | Yes, through staking rewards | Depends on Coinbase’s staking system and liquidity | |
| rETH | Rocket Pool liquid-staking token | Yes, through staking rewards | Depends on Rocket Pool’s validator and protocol design |
Other wrapped-ETH variants
Networks commonly deploy their own wrapped-native tokens. Some are canonical representations created by the network itself, while others are issued through bridges or third-party systems.
Risks can differ according to:
- Whether the deployment is canonical
- Who controls the bridge
- How reserves are verified
- Whether redemption is direct or bridge-dependent
- The quality of the chain-specific contract
- Available liquidity
- Cross-chain messaging and validation
- Bridge custody or insolvency exposure
The WETH ticker alone does not establish that two tokens are interchangeable.
Competitive advantages and limitations
Advantages
- ERC-20 compatibility: WETH can interact with the majority of token-oriented Ethereum applications.
- 1:1 ETH relationship: Canonical WETH is designed to be redeemable for an equivalent amount of ETH.
- Permissionless conversion: Users can wrap and unwrap without relying on a centralized issuer.
- Deep liquidity: WETH is widely used across trading, lending, NFT, derivatives, and treasury systems.
- Strong composability: Its standard interface makes it easy to integrate into smart contracts.
- Simple architecture: The WETH9 contract is small, non-upgradeable, and does not depend on complex governance or reserve management.
- Broad network adoption: Wrapped-ETH variants are standard infrastructure across Ethereum Layer 2s and many EVM-compatible networks.
Limitations
- Users pay an extra transaction fee when wrapping or unwrapping.
- Native ETH is still required for gas.
- ERC-20 approvals can create allowance-related risks.
- Multiple chain deployments can cause confusion.
- Bridged versions introduce additional counterparty and technical risk.
- WETH does not provide staking yield by itself.
- WETH’s value depends on ETH, so it does not offer independent exposure separate from ETH.
- External lending, liquidity, and marketplace protocols can introduce risks not present in the base wrapper.
Current development activity and roadmap
WETH itself has no conventional standalone roadmap. The WETH9 contract is mature and intentionally minimal, so development activity primarily comes from Ethereum, Layer 2s, wallet providers, bridges, and DeFi applications.
Ethereum protocol developments
The Ethereum Foundation’s February 2026 protocol-priorities update reported that the Pectra upgrade reached mainnet in May 2025. Relevant changes included:
- EIP-7702, which allows externally owned accounts to temporarily execute smart-contract code
- Doubled blob throughput
- An increase in the maximum effective validator balance to 2,048 ETH
- Shorter validator onboarding times
- Continued work on scaling, security, censorship resistance, and account abstraction
These changes did not modify the WETH9 contract directly. However, better account abstraction, transaction batching, gas sponsorship, and network capacity can improve the usability of applications that rely on WETH.
Layer 2 expansion
WETH or equivalent wrapped-native assets remain standard components of Layer 2 ecosystems. As activity expands across Base, Arbitrum, Optimism, zkSync, Mantle, and other networks, key infrastructure priorities include:
- Correct canonical bridge contracts
- Consistent network-specific addresses
- Liquidity between native ETH and WETH
- Cross-chain messaging and settlement
- Wallet support
- Clear distinction between canonical and third-party wrapped assets
No identified WETH9 migration or replacement
The supplied research found no announced migration, redenomination, new issuance program, or governance-led replacement for Ethereum mainnet WETH9. Newer wrapped-native implementations may be developed for particular EVM environments, but they are alternatives or chain-specific adaptations, not automatic replacements for the canonical Ethereum contract.
Overall assessment
WETH is best understood as Ethereum infrastructure rather than as an independent speculative asset. Its purpose is to convert native ETH into a standardized ERC-20 token that decentralized applications can easily transfer, approve, pool, lend, borrow, and settle.
Its defining characteristics are:
- One-to-one intended convertibility with ETH
- Elastic supply based on deposits and withdrawals
- No fixed cap or independent inflation schedule
- No separate blockchain or consensus mechanism
- Security inherited primarily from Ethereum and the WETH smart contract
- Extensive integration across DeFi, NFTs, bridges, wallets, and Layer 2s
- No conventional founding company or centralized roadmap
The main practical consideration is choosing the correct network and contract. Ethereum mainnet WETH9 at 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 is distinct from wrapped-ETH representations on Base, Arbitrum, Optimism, Polygon, Avalanche, and other networks. The underlying wrapper may be simple, but bridges and third-party protocols can introduce substantially more risk.