Wrapped Token

DeFi Updated Feb 2026

What is a Wrapped Token?

A wrapped token is a cryptocurrency that represents another cryptocurrency on a different blockchain, backed 1:1 by the original asset locked in a vault. The most common example is WETH (Wrapped ETH) — an ERC-20 version of native ETH that can be used in DeFi protocols.

Native ETH (the base currency of Ethereum) is not ERC-20 compatible. Since most DeFi protocols (Uniswap, Aave, Compound) require ERC-20 tokens for their smart contracts, ETH must be “wrapped” into WETH to participate. The same concept applies to Bitcoin (WBTC), Avalanche (WAVAX), and many other assets.

As of 2025, over $20 billion worth of assets are wrapped across all chains, with WETH and WBTC being the most widely used.

Why Wrapped Tokens Exist

1. ERC-20 Compatibility

Native ETH predates the ERC-20 standard. ERC-20 defines a standard interface for tokens (transfer, approve, balanceOf), but ETH doesn’t implement this interface. WETH was created to solve this:

Want to swap ETH for USDC on Uniswap?
Can't — Uniswap pools require ERC-20 tokens.
Solution: Wrap ETH → WETH (ERC-20) → Swap WETH for USDC

2. Cross-Chain Representation

Bitcoin lives on its own blockchain. To use BTC in Ethereum DeFi, it must be locked on Bitcoin and represented as WBTC on Ethereum:

BTC on Bitcoin blockchain → Lock in custody → Mint WBTC on Ethereum
WBTC on Ethereum → Burn → Unlock BTC on Bitcoin blockchain

3. Yield-Bearing Tokens

Some wrapped tokens earn yield while representing the original asset:

TokenBacked ByYield Mechanism
stETHETHStaking yield (Lido)
rETHETHStaking yield (Rocket Pool)
cbETHETHStaking yield (Coinbase)
wstETHstETHWrapped stETH for DeFi composability
yvUSDCUSDCYield from Yearn vaults

How Wrapping Works

Wrapping ETH → WETH

  1. You send native ETH to the WETH contract
  2. The contract locks your ETH
  3. The contract mints an equal amount of WETH to your address
  4. WETH is now in your wallet as an ERC-20 token
  5. To unwrap: send WETH back to the contract, receive native ETH

This process is instant and costs one transaction (gas fee only). Most interfaces (Uniswap, MetaMask) wrap/unwrap automatically when needed.

WBTC (Wrapped Bitcoin) Process

  1. Custodian (BitGo) holds BTC in cold storage
  2. Merchant requests WBTC minting by sending BTC to the custodian
  3. Custodian confirms receipt and mints WBTC on Ethereum
  4. User receives WBTC, which is usable in DeFi

WBTC is managed by BitGo (custodian), Kyber Network and Ren (originally). The custody is centralized — you’re trusting BitGo to hold the BTC.

Wrapped vs Native Assets

WETH vs ETH

FeatureETHWETH
StandardNative coinERC-20 token
DeFi compatibilityLimited (some protocols accept it)Full (all ERC-20 protocols)
Can send to contractsYesYes
Approve for spendingNoYes (approve/allowance)
Wrapping costFree (it IS the base asset)Gas for wrap/unwrap tx
Value1 ETH = 1 WETH (always)1:1 peg

Native USDC vs Bridged USDC

This is a critical distinction:

TokenIssuerChainRisk
USDCCircleEthereum (native)Lowest — issued by Circle
USDCCircleArbitrum (native)Low — Circle mints natively
USDC.eWormhole bridgeVarious L2sBridge risk — if Wormhole is hacked, USDC.e could depeg
USDbCAvalanche bridgeAvalancheBridge risk

Always prefer native assets when possible. Bridged tokens carry the additional risk of the bridge being compromised.

Major Wrapped Tokens

Wrapped TokenOriginal AssetChainTVLCustodian
WETHETHEthereum + L2s$5B+Smart contract (trustless)
WBTCBTCEthereum$8B+BitGo (centralized)
stETHETHEthereum$25B+Lido protocol
wstETHstETHEthereum + L2s$5B+Lido protocol
tBTCBTCEthereum$100M+Distributed (trustless)

Trustless vs Custodial Wrapping

TypeHow It WorksExamplesRisk
TrustlessSmart contract holds the asset, no intermediaryWETH, stETH, tBTCSmart contract risk only
CustodialA company holds the asset and issues tokensWBTC (BitGo)Custodian risk + smart contract

WETH is trustless — the WETH contract simply holds your ETH and you can unwrap it anytime. WBTC requires trusting BitGo.

Risks of Wrapped Tokens

  • Custodian risk: For centrally wrapped tokens (WBTC), the custodian could be hacked, go bankrupt, or freeze withdrawals.
  • Bridge risk: For bridged tokens (USDC.e), the bridge could be exploited (as happened with Wormhole’s $326M hack).
  • Depeg risk: If the wrapped token loses its 1:1 peg (due to a hack or loss of confidence), your wrapped tokens become worth less than the original.
  • Smart contract risk: The wrapping contract itself could be exploited.

Frequently Asked Questions

Q: Should I wrap my ETH? A: Yes, if you want to use it in DeFi (Uniswap, Aave, etc.). WETH is always 1:1 with ETH and wrapping is instant and reversible. There’s no reason to hold ETH instead of WETH for DeFi purposes.

Q: Is WBTC safe? A: It carries BitGo custodian risk. If BitGo is compromised, WBTC could lose its peg. For lower-risk Bitcoin exposure on Ethereum, consider tBTC (trustless) or holding BTC natively on Bitcoin.

Q: What’s the difference between stETH and wstETH? A: stETH’s balance increases daily (rebase) as staking rewards accrue. wstETH’s balance is fixed — its value increases relative to stETH over time. wstETH is used in DeFi because a fixed-balance token is easier for protocols to handle.