What Is a Wrapped Token: Complete Crypto Guide (2026)

— By Tony Rabbit in Tutorials

What Is a Wrapped Token: Complete Crypto Guide (2026)

What is a wrapped token? Complete 2026 guide: WBTC vs cbBTC vs tBTC vs BTCB, WETH on multiple chains, wstETH yield wrapper, custodial vs decentralized wrapping, historic depegs.

If you have ever held Bitcoin and wanted to use it on Ethereum, lent ETH on Aave, or earned staking yield from Lido while still trading the position, you have already touched a wrapped token. Wrapped tokens are the silent plumbing that lets value flow between otherwise incompatible blockchains, and in 2026 they account for tens of billions of dollars in total value locked across DeFi.

A wrapped token is a one-to-one representation of an underlying asset, issued on a different blockchain or in a different token standard. Behind every WBTC, cbBTC, WETH, or wstETH, there is either a custodian holding the native asset in reserve or a smart contract escrow guaranteed by code. Without these wrappers, DeFi simply could not exist at its current scale, because most lending markets, DEXs, and yield protocols are built on a single token standard.

This guide explains exactly how wrapped tokens work, the difference between custodial and decentralized wrapping, the full 2026 wrapped Bitcoin ecosystem (WBTC, cbBTC, tBTC, BTCB, lBTC), why WETH exists on every chain, how yield-bearing wrappers like wstETH compound returns, the difference between wrapped and bridged tokens, and the historic depegs that destroyed billions in value. By the end, you will know which wrappers to trust, which to avoid, and how to wrap or unwrap any asset yourself.

Wrapped Bitcoin WBTC contract on Etherscan showing total supply and ERC-20 token standard
Wrapped Bitcoin (WBTC) is the original and largest wrapped token by market cap.

What Is a Wrapped Token?

A wrapped token is a cryptocurrency that represents another asset on a different blockchain or in a different token format, with its value pegged 1:1 to the underlying asset. The original asset is locked in reserves (either with a custodian or in a smart contract), and an equivalent amount of the wrapped version is minted on the destination chain. When the holder wants to redeem the original, the wrapped token is burned and the underlying is released.

Think of it like a coat check at a restaurant. You hand over your coat and receive a ticket. The ticket is not the coat, but it represents your claim to the coat. You can give the ticket to anyone, and whoever holds the ticket can redeem it for the coat. Wrapped tokens work the same way. The native asset (Bitcoin, ETH, or anything else) is the coat. The wrapped token (WBTC, WETH) is the ticket. The system only works if the issuer of the ticket actually has the coat in storage.

The most common wrapping is from a native chain to the Ethereum ERC-20 standard, because ERC-20 is the language that virtually all DeFi protocols speak. Bitcoin gets wrapped to ERC-20 as WBTC. Native ETH gets wrapped to ERC-20 as WETH. But wrapping also happens in the other direction (Ethereum assets wrapped on Solana, BNB Chain, or Cosmos) and within the same chain (ETH to WETH on Ethereum itself, because native ETH is not technically ERC-20 compatible).

Why Wrapping Exists

Wrapping solves three fundamental problems in crypto: interoperability between chains, composability inside DeFi, and standardization for smart contract interactions. Each of these is non-negotiable for the modern DeFi stack, and each requires a different design choice in how wrapping is implemented.

Interoperability. Bitcoin and Ethereum are completely separate networks. They cannot talk to each other directly. There is no message-passing protocol, no shared state, no atomic swap between native BTC and native ETH outside of complicated multi-step setups. If you hold BTC and want to use it as collateral on Aave, the only realistic path is to wrap it into an ERC-20 token that lives on Ethereum. Wrapping bridges the chains by creating a synthetic representation backed by reserves.

Composability. DeFi protocols are built on top of each other in deep stacks. Uniswap, Aave, Curve, Pendle, and Morpho all expect ERC-20 tokens with the standard transfer, approve, and balanceOf functions. Native ETH does not implement these functions. To use ETH in any DeFi protocol, you must wrap it into WETH first. This standardization is what allows protocols to be combined like Lego blocks.

Yield bearing. A newer category of wrappers (like wstETH) goes beyond simple representation and actually accrues yield over time. The wrapped token's value relative to the underlying grows continuously because the underlying is staked and earning rewards. This turns a wrapper into a yield-bearing instrument while preserving full DeFi composability.

The Wrapping Flow Step by Step

Every wrapping system, regardless of whether it is custodial or decentralized, follows the same fundamental four-step lifecycle: lock the native asset, mint the wrapped version, use it in DeFi, and unwrap when ready. The differences are in who controls each step and what guarantees back the peg.

STEP 1
Lock Native
BTC or ETH escrow
STEP 2
Mint Wrapped
1:1 ERC-20 issued
STEP 3
Use in DeFi
Lend, LP, trade
STEP 4
Burn Wrapped
Unwrap to native
STEP 5
Native Released
Back to wallet
⚡ The wrapped supply must always equal the locked native supply, or the peg breaks.

The critical invariant is that for every wrapped token in circulation, there must be exactly one unit of the underlying asset locked in reserves. If a custodian issues 100,000 WBTC, there must be 100,000 BTC sitting in their vaults. If a smart contract escrow holds 50,000 ETH, there must be 50,000 WETH in circulation. The moment this 1:1 ratio breaks (through theft, mismanagement, or fraud), the wrapped token loses its peg and becomes worthless or trades at a discount. This is why understanding who holds the reserves is the single most important risk question with any wrapped token.

Custodial vs Decentralized Wrappers

Wrapped tokens split into two fundamentally different trust models: custodial and decentralized. Both end up producing an ERC-20 token pegged to an underlying asset, but the security assumptions are night and day.

Custodial wrappers rely on a centralized entity (a company, an exchange, or a trust) to hold the underlying asset in reserves. WBTC is the classic example. BitGo Trust Company holds the actual Bitcoin in cold storage and issues WBTC on Ethereum. If BitGo is hacked, mismanages funds, or freezes withdrawals, WBTC holders are exposed to all of that risk. The advantage is that the system is simple, well-understood, audited, and currently backs over $10 billion in wrapped value. The disadvantage is that the entire system depends on trusting a single counterparty, and that counterparty must comply with regulators in its jurisdiction.

Decentralized wrappers use a smart contract or a network of independent signers to hold the underlying asset. There is no single company that can run away with the funds. The trade-off is that the system is more complex, slower to wrap and unwrap, often more expensive, and historically has had lower liquidity than custodial alternatives. tBTC by Threshold Network is the leading decentralized wrapped Bitcoin. It uses a system of randomly selected signers who hold the BTC in a multi-party computation wallet, with on-chain bonds that get slashed if signers misbehave.

Within Ethereum itself, WETH is a special case. It is decentralized because the wrapping happens entirely inside a smart contract. There is no custodian. You send ETH to the WETH contract, it mints WETH to your address. You burn WETH, it sends ETH back. The contract code is the entire trust model, and it has been battle-tested with hundreds of billions in volume since 2017.

Wrapped Bitcoin Ecosystem in 2026

Bitcoin is the largest cryptocurrency by market cap but cannot natively participate in smart contract DeFi. Every dollar of BTC used in Ethereum, Solana, or BNB Chain DeFi is some form of wrapped Bitcoin. By 2026 the wrapped BTC market has fragmented into five major variants, each with a different custody model and risk profile.

WBTC
BitGo Custody

The original. $10B+ TVL. Centralized custodian, multi-merchant minting, longest track record.

Custodial ● ERC-20 ● 2019
cbBTC
Coinbase Custody

Coinbase-issued. Fast growth on Base and Ethereum. Regulated US custodian, instant minting.

Custodial ● ERC-20 ● 2024
tBTC
Threshold Network

Fully decentralized. Threshold signatures, slashable bonds, no single custodian. Smaller TVL.

Decentralized ● ERC-20 ● 2020
BTCB
Binance Pegged

BNB Chain native. Binance reserves. Massive on PancakeSwap, Venus, and BNB Chain DeFi.

Custodial ● BEP-20 ● 2020
lBTC
Lombard Staked BTC

Yield-bearing. Backed by BTC staked via Babylon. Earns native Bitcoin staking rewards.

Yield Bearing ● ERC-20 ● 2024

WBTC: BitGo and the Original Wrapped Bitcoin

WBTC launched in January 2019 and is the original wrapped Bitcoin token. It was created by a consortium of DeFi projects (including Kyber, Ren, and BitGo) to solve the basic problem of bringing Bitcoin liquidity to Ethereum. As of 2026, WBTC remains the largest wrapped Bitcoin by total supply, with over 150,000 BTC locked in custody at any given time.

The technical design is straightforward. BitGo Trust Company holds the BTC. Authorized merchants (Wintermute, Alameda historically, various market makers) request mints by sending BTC to BitGo and receiving WBTC on Ethereum. When users want to redeem, the process runs in reverse. Each mint and burn is verifiable on-chain through a proof-of-reserves dashboard that anyone can query.

The trust assumption is BitGo. If BitGo's cold storage is compromised, if BitGo's signers go rogue, or if regulators force BitGo to freeze redemptions, WBTC holders face direct exposure. To date, BitGo has had zero security incidents in its custody operations. In 2024, the planned move of WBTC custody to a multi-jurisdictional setup involving BiT Global caused significant controversy in the DeFi community, with MakerDAO and others temporarily reducing WBTC exposure. This event highlighted the inherent fragility of relying on a single custodian even for a token that has worked flawlessly for years. For a deeper look, see our complete WBTC guide.

cbBTC: Coinbase Enters the Wrapped BTC Market

Coinbase launched cbBTC in September 2024 on Base and Ethereum, immediately becoming a major player in the wrapped Bitcoin market. cbBTC is fully backed 1:1 by Bitcoin held by Coinbase Custody, a regulated trust company that already custodies BTC for ETFs and institutional clients. Within months of launch, cbBTC supply crossed billions of dollars in value, reflecting how much trust the market places in Coinbase as a US-regulated counterparty.

The minting flow is integrated directly into the Coinbase exchange. If you hold BTC on Coinbase, you can convert it to cbBTC and withdraw to an on-chain wallet in a single click, with no separate merchant flow. The same applies to redemption. This is a major UX advantage over WBTC, where minting requires going through an authorized merchant.

The trade-off, again, is custody. cbBTC depends on Coinbase. If Coinbase faces regulatory action, a cyber incident, or an internal failure, cbBTC redemption could be impaired. Many DeFi participants split their wrapped BTC exposure between WBTC and cbBTC to diversify custodian risk. Aave, Morpho, and most major lending protocols now list both as collateral options. cbBTC also has the advantage of native deployment on Base, which has become a leading low-cost L2 venue for wrapped BTC activity.

tBTC: Threshold Network and Decentralized Custody

tBTC is the answer to the central question with WBTC and cbBTC: can wrapped Bitcoin exist without trusting a central custodian? Threshold Network's tBTC uses a system of randomly selected signers who collectively control the BTC in a multi-party computation wallet via threshold signatures. No single signer can move the BTC alone. The signers post on-chain bonds that get slashed if they misbehave, providing economic security on top of the cryptographic security.

Threshold Network tBTC interface showing decentralized Bitcoin wrapping with threshold signatures
tBTC is the leading decentralized wrapped Bitcoin, using threshold signatures instead of a central custodian.

The trust model is fundamentally different from custodial wrappers. There is no company to subpoena, no cold storage to hack, no single point of failure. Instead, an attacker would need to compromise the threshold majority of signers simultaneously, which is economically irrational given the slashing penalties. This makes tBTC the most censorship-resistant wrapped Bitcoin available.

The downside is liquidity and speed. tBTC has lower total supply than WBTC or cbBTC (typically in the hundreds of millions rather than billions), which means thinner markets and higher slippage on large trades. Minting and redemption also take longer because the threshold signing protocol requires multiple parties to coordinate. For users who prioritize decentralization over liquidity, tBTC is the obvious choice. For traders moving large size, the deeper liquidity of WBTC often wins.

BTCB: Binance Pegged Bitcoin on BNB Chain

BTCB is Binance's pegged Bitcoin token on BNB Chain. It is functionally similar to WBTC but lives on BNB Smart Chain as a BEP-20 token instead of an ERC-20 on Ethereum. Binance holds the underlying BTC in reserve and publishes proof-of-reserves regularly. BTCB powers most of the Bitcoin-denominated activity on PancakeSwap, Venus, Thena, and other BNB Chain DeFi protocols.

The advantage of BTCB is cost. BNB Chain has dramatically lower gas fees than Ethereum mainnet, meaning that activities like swapping wrapped BTC for stablecoins or providing liquidity can be done for cents instead of dollars. This makes BTCB attractive for retail users who want exposure to BTC inside DeFi without paying $50 transaction fees.

The trust model is straightforward and concentrated: you trust Binance. The exchange has faced regulatory scrutiny in multiple jurisdictions, has had executive turnover, and operates in a more opaque structure than US-regulated counterparts. The proof-of-reserves system gives some transparency, but ultimately BTCB holders depend on Binance honoring 1:1 backing and processing redemptions. For users already in the Binance ecosystem, BTCB is the path of least resistance.

lBTC and Babylon Bitcoin Liquid Staking

lBTC is one of a new category of wrapped Bitcoin tokens that goes beyond simple custody and adds native Bitcoin yield. Lombard's lBTC is backed by BTC that has been staked through Babylon, the Bitcoin staking protocol. The staked BTC earns yield from securing other proof-of-stake chains, and that yield accrues to lBTC holders automatically. lBTC is to Bitcoin what wstETH is to ETH: a wrapped token that compounds underlying yield while remaining DeFi composable.

The mechanics are sophisticated. When a user deposits BTC into Lombard, the BTC is staked via Babylon, an LRT (Liquid Restaking Token) representation is minted, and that representation is what circulates as lBTC. Holders can use lBTC as collateral on Aave, swap it on Uniswap, or LP it on Curve, all while their underlying BTC earns staking rewards in the background.

The risk profile combines custody risk (the Lombard infrastructure holding the staked BTC), smart contract risk (the Babylon protocol itself), and slashing risk (if the chains secured by staked BTC penalize validators, lBTC value could decline). The trade-off is yield: lBTC offers something WBTC and cbBTC cannot, which is positive expected return on top of BTC price exposure. Several competitors (uniBTC, solvBTC, pumpBTC) have emerged in this space, each with slightly different staking and yield-routing designs.

WETH: The Standard ETH Wrapper for DeFi

Native ETH is the original cryptocurrency on Ethereum, but ironically it is not an ERC-20 token. ETH predates the ERC-20 standard, so it does not implement the standard transfer, approve, and balanceOf interface that ERC-20 tokens have. This creates a problem: any DeFi protocol that wants to handle ETH must either build custom logic for native ETH or require users to wrap it into the ERC-20 compatible WETH first.

WETH solves this by wrapping ETH inside a smart contract. You send ETH to the WETH contract, the contract mints an equivalent amount of WETH to your address. You burn WETH, the contract returns the equivalent ETH. The wrapping is purely smart contract based, with no custodian, no merchant, and no human in the loop. The WETH contract is one of the most battle-tested pieces of code on Ethereum, having processed hundreds of billions in volume since 2017.

WETH exists on every EVM-compatible chain, and the contract address differs on each. The wrapper logic is functionally identical, but each chain has its own deployment. Liquid Staking Tokens like wstETH and the various LRT variants build on top of WETH and require WETH as their wrapping currency in many integrations.

WETH ACROSS EVM CHAINS
Ethereum
Canonical WETH9
Arbitrum
Native gas + WETH
Optimism
Native gas + WETH
Polygon
Bridged WETH
Base
Native gas + WETH
BNB Chain
Bridged ETH
Each WETH deployment is a separate contract. Always verify the address before interacting.

One subtle but critical point: WETH on Polygon is not the same as WETH on Ethereum. They are different tokens, on different chains, held in different smart contracts. They are pegged 1:1 because Polygon's WETH is backed by ETH locked in Polygon's bridge, but they are not interchangeable without going through that bridge. This is true for every cross-chain wrapped token, and confusion between chains is a leading cause of lost funds in DeFi.

wstETH: The Yield-Bearing Wrapped Lido Token

wstETH is one of the most elegant uses of the wrapping concept in DeFi. Lido issues stETH when you deposit ETH for staking. stETH is a rebasing token: your balance increases automatically each day as staking rewards accrue. While elegant, rebasing breaks composability in many DeFi protocols because the balance changes are tricky for AMMs and lending markets to handle correctly.

wstETH solves this. It is a non-rebasing wrapper around stETH. Your wstETH balance stays constant, but the conversion rate from wstETH to stETH (and therefore to ETH) increases over time. If you held 1 wstETH at launch, it might convert to 1.1 stETH today, reflecting the staking yield that has accumulated. This is functionally the same as earning staking rewards, but expressed in a way that DeFi protocols can handle natively.

By 2026, wstETH is the dominant form of staked ETH in DeFi. It is the most-used collateral on Aave, the most-traded LST on Curve and Balancer, and the base asset for countless yield strategies on Pendle. Holding wstETH gives you ETH price exposure, native staking yield, and full DeFi composability all at once. The primary risks are Lido's validator set centralization concerns and the smart contract risk of the Lido staking contracts themselves. For a deeper dive, see our liquid staking guide.

Bridge Tokens as Wrappers

The line between wrapped tokens and bridged tokens is blurry, and in many cases the two terms describe the same thing from different angles. A bridged token is what you get when you move an asset from its native chain to another chain via a bridge protocol. The bridge locks the asset on the source chain and mints a representation on the destination chain. This is structurally identical to wrapping.

The distinction tends to be: wrapped tokens are usually issued by a single trusted entity for a specific purpose (BitGo issuing WBTC), while bridge tokens are issued automatically by a bridge protocol that handles many assets generically. LayerZero, Wormhole, Across, Stargate, and similar protocols all create wrapped representations of native assets as part of their bridge mechanics.

Wrapped Token
  • Issued by a dedicated entity (BitGo, Coinbase, Lido)
  • Often the canonical version on the destination chain
  • Deep liquidity, well-known contract address
  • Examples: WBTC, cbBTC, wstETH
Bridged Token
  • Issued by a bridge protocol (LayerZero, Wormhole)
  • Often one of many versions of the same asset
  • Liquidity can fragment across bridge variants
  • Examples: USDC.e, AVAX.b, multichain BTC

The most dangerous moments in DeFi happen when bridge tokens are confused with canonical wrapped tokens. USDC on Arbitrum is canonical, issued directly by Circle. USDC.e on Arbitrum is the bridged version that came over from Ethereum before Circle deployed native USDC. They look almost identical, but their liquidity, redemption paths, and risk profiles are different. The same dynamic plays out for every wrapped asset across every chain. For more context, read our guide on bridged tokens in crypto.

Historic Depeg Events and Risks

Wrapped tokens depend on the integrity of their backing reserves. When that integrity breaks, the peg breaks, and holders can lose significant or total value. Several historic events show how this happens in practice.

Multichain Collapse (July 2023). Multichain (formerly Anyswap) was one of the most-used cross-chain bridges, wrapping dozens of assets across dozens of chains. In July 2023, Multichain's CEO was reportedly arrested in China, control over the bridge's hot wallets was lost, and approximately $1.5 billion in wrapped assets across the multichain network were stranded or stolen. Tokens like multichainBTC, multichainUSDC, and many others lost their peg overnight and have not recovered. This event triggered a market-wide reassessment of bridge token risk and accelerated the move toward canonical issuance.

renBTC Wind-Down (December 2022). renBTC was a major wrapped Bitcoin alternative to WBTC, run by the Ren Protocol. When Ren's parent company Alameda Research collapsed in late 2022, the Ren team was unable to continue operating the protocol. renBTC briefly traded at a discount to BTC before being fully wound down. Most renBTC holders were eventually able to redeem, but the experience showed how single-counterparty wrapped tokens can fail when their sponsor fails.

Various Bridge Hacks. The Ronin Bridge ($625M, March 2022), Wormhole ($325M, February 2022), Nomad Bridge ($190M, August 2022), Harmony Horizon ($100M, June 2022), and Poly Network ($611M, August 2021) collectively account for billions in stolen wrapped assets. In each case, the bridge's wrapped tokens lost some or all of their backing, and holders had to wait for protocol-level reimbursements or absorb permanent losses. Bridge security remains the largest single category of exploit in DeFi history.

stETH Discount (June 2022). During the Terra Luna collapse and the subsequent Celsius and 3AC contagion, stETH (and by extension wstETH) briefly traded at a discount of up to 7% to ETH. Technically this was not a peg break, because stETH's value is determined by future redemption from the Beacon Chain, not by spot trading. But the market discount caused cascading liquidations and showed that even economically sound wrapped tokens can decouple under stress.

How to Wrap and Unwrap Step-by-Step

Wrapping is one of the most common operations in DeFi, but the exact steps depend on which token you are wrapping. Here are the standard flows for the two most common cases.

Uniswap interface showing the WETH wrap function converting native ETH to wrapped ETH ERC-20
Uniswap automatically wraps ETH to WETH as part of standard swap flows.

Wrapping ETH to WETH

Method 1: Through Uniswap. Open Uniswap, select ETH in the "from" field and WETH in the "to" field. Uniswap will recognize this as a wrap operation rather than a normal swap, and will route the transaction directly to the WETH contract. Approve the transaction in your wallet. The result is that you spend gas, your ETH balance decreases, and your WETH balance increases by the same amount.

Method 2: Direct contract interaction. On Etherscan, navigate to the WETH9 contract address (0xC02a...6Cc2 on Ethereum mainnet), open the "Write Contract" tab, connect your wallet, and call the deposit() function with the amount of ETH you want to wrap. To unwrap, call withdraw(amount).

Method 3: Wallet integration. Most modern wallets (Rabby, MetaMask, Coinbase Wallet) have built-in wrap and unwrap functions. The wallet handles the contract call for you, and you just need to confirm the amount.

Wrapping BTC to WBTC

The simplest path is through a centralized exchange. Most major exchanges (Coinbase, Binance, Kraken) let you deposit BTC and withdraw as WBTC directly. The exchange handles the wrapping behind the scenes through their merchant relationship with BitGo. The downside is the exchange spread and withdrawal fees.

For direct minting, you would need to go through an authorized merchant like Wintermute or one of the other approved entities listed on the WBTC dashboard. This is intended for institutional flow and typically requires significant minimum amounts. Retail users almost always go through exchanges.

To unwrap WBTC back to BTC, send your WBTC to a CEX that supports it, and withdraw as native BTC. Again, the exchange handles the burn and redemption through their merchant relationship. There is no way for a regular user to call WBTC's burn function directly because BitGo only accepts redemption requests from authorized merchants.

Risks of Using Wrapped Tokens

Wrapped tokens introduce a category of risks that do not exist when holding the underlying asset natively. Understanding these risks is essential before allocating significant capital to any wrapped position.

Custody risk. For custodial wrappers (WBTC, cbBTC, BTCB), you are exposed to the custodian's security, regulatory standing, and operational integrity. A hack, freeze, or seizure event at the custodian directly impacts the wrapped token's redemption guarantee. This is the largest single risk for centralized wrapped tokens.

Smart contract risk. Decentralized wrappers (tBTC, WETH, wstETH) replace custody risk with smart contract risk. The wrapping logic lives in code, and bugs in that code can drain reserves. WETH has been audited and battle-tested for years, but newer wrapping contracts are higher risk. Always check for recent audits and economic security guarantees before using a new wrapper.

Bridge hack risk. Wrapped tokens that move across chains through bridges inherit the security model of the bridge. Bridge hacks have stolen billions in wrapped assets, and the affected tokens often lose their peg permanently. Stick to canonical wrappers (issued by the native chain's designated party) rather than bridged variants when possible.

Depeg risk. Even when the underlying reserves are intact, market stress can temporarily decouple the wrapped token's market price from its 1:1 peg. This happened to stETH in June 2022 and to many bridge wrappers during the Multichain collapse. Wrapped tokens used as collateral in lending markets can trigger cascading liquidations during depeg events.

Regulatory risk. Custodial wrappers operate under specific regulatory regimes. Changes in those regimes (a new sanctions list, a new licensing requirement, a new tax treatment) can force the custodian to freeze certain addresses or pause redemptions. This risk has grown significantly as regulatory clarity has expanded in major jurisdictions.

Liquidity fragmentation. The same underlying asset can be wrapped multiple times across multiple chains, fragmenting liquidity. Trading WBTC on Optimism might face higher slippage than trading WBTC on Ethereum simply because the bulk of liquidity sits on mainnet. Understanding where the deepest liquidity sits is critical for executing large trades.

Wrapped Tokens vs Stablecoins

Stablecoins and wrapped tokens share structural similarities but solve different problems. Both maintain a peg to an underlying asset. Both can be custodial (USDC, USDT) or decentralized (DAI). Both are core building blocks of DeFi. The difference is what they peg to: stablecoins peg to fiat (typically USD), while wrapped tokens peg to a cryptocurrency.

USDC is technically a wrapped representation of US dollars held by Circle. WBTC is a wrapped representation of BTC held by BitGo. The mechanics are identical: lock the underlying, mint a token. The only difference is the underlying. Many DeFi participants don't think of stablecoins this way, but the analogy is exact. For more on stable assets, see our stablecoin guide.

This framing matters because the same risk analysis applies. A stablecoin issuer that mismanages reserves is no different from a wrapped token custodian that mismanages reserves. Both can cause depegs. Both can fail. The lessons from one category apply directly to the other. The question of coins versus tokens also has clear implications here: wrapped tokens are tokens, not native coins, and inherit all the security characteristics of the standard they implement.

The Future of Wrapped Tokens

The wrapped token landscape is evolving rapidly. Several trends are shaping where the technology is headed.

Native cross-chain assets. LayerZero's OFT (Omnichain Fungible Token) standard, Circle's CCTP for native USDC across chains, and Chainlink's CCIP all aim to make assets natively cross-chain without traditional wrapping. In this model, the same asset can move freely between chains without going through a separate wrapped token contract on each chain. This reduces fragmentation and trust assumptions.

Yield-bearing wrappers. The success of wstETH has spawned countless imitators. Every staking and restaking protocol now issues some form of wrapped, yield-bearing token. This category is likely to grow as more assets become productive while still circulating in DeFi.

Bitcoin DeFi maturity. The wrapped Bitcoin ecosystem is becoming more sophisticated, with not just simple custodial wrappers but yield-bearing variants tied to Babylon and other Bitcoin staking protocols. As Bitcoin Layer 2 networks like Rootstock, Stacks, and BOB mature, native Bitcoin DeFi could reduce reliance on wrapped representations.

Regulatory clarity. Custodial wrappers are increasingly being treated as regulated financial products in major jurisdictions. This brings both legitimacy (clearer rules for issuers) and constraints (KYC requirements, sanctions enforcement). The next generation of wrapped tokens will need to balance compliance with the censorship-resistance ethos that originally drove DeFi.

Frequently Asked Questions

What is a wrapped token in simple terms?

A wrapped token is a 1:1 representation of another cryptocurrency that can be used on a different blockchain or in DeFi protocols that require a specific token standard. The original asset is locked in reserve, and the wrapped version is minted as a stand-in. Common examples are WBTC (wrapped Bitcoin on Ethereum), WETH (wrapped ETH for ERC-20 compatibility), and wstETH (wrapped staked ETH that earns yield).

Why do I need to wrap ETH if I already have ETH?

Native ETH predates the ERC-20 standard and does not implement the standard transfer and approve functions that DeFi protocols expect. Wrapping ETH into WETH gives you an ERC-20 compatible version that can be used in lending markets, AMMs, and other protocols. Most DEXs handle the wrapping automatically as part of a swap, so you may never need to wrap manually.

Is WBTC safe to hold?

WBTC has operated for years without security incidents, and its reserves are verifiable on-chain through a proof-of-reserves dashboard. However, you are trusting BitGo as the custodian. If BitGo is compromised, mismanaged, or freezes redemptions, WBTC holders are exposed. Many DeFi participants split their wrapped BTC exposure between WBTC, cbBTC, and tBTC to diversify custody risk.

What is the difference between cbBTC and WBTC?

Both are custodial wrapped Bitcoin tokens. WBTC is issued by BitGo and has been around since 2019 with the largest liquidity. cbBTC is issued by Coinbase Custody starting in 2024, grew rapidly thanks to easy minting from the Coinbase exchange, and is natively deployed on Base. The trust models differ in who is the custodian: BitGo for WBTC, Coinbase Custody for cbBTC.

How does wstETH earn yield without changing balance?

wstETH is a non-rebasing wrapper around Lido's stETH. Your wstETH balance stays constant, but the conversion rate from wstETH to stETH increases over time as staking rewards accrue. If you hold 1 wstETH and the conversion rate moves from 1.00 to 1.10 over a year, you can redeem your 1 wstETH for 1.10 stETH (and ultimately 1.10 ETH worth of value). The yield is captured in the exchange rate rather than in the balance.

Can wrapped tokens lose their peg?

Yes. Wrapped tokens have lost their peg multiple times in history. The Multichain collapse in July 2023 caused permanent depegs across many bridge wrappers. stETH briefly traded at a 7% discount in June 2022 during market stress. Bridge hacks have caused wrapped assets to lose backing. The peg depends on the integrity of the underlying reserves and the redemption mechanism, both of which can fail.

Are wrapped tokens the same as bridged tokens?

They are closely related and often overlap. Wrapped tokens are typically issued by a dedicated entity for a specific purpose (BitGo issuing WBTC, Lido issuing wstETH). Bridged tokens are usually issued automatically by a bridge protocol that handles many assets. Both involve locking an underlying asset and minting a representation, but bridged tokens often have higher fragmentation risk because the same asset can be bridged by multiple competing protocols.

Conclusion

Wrapped tokens are the connective tissue of modern crypto. Without WBTC, Bitcoin liquidity would never reach Ethereum DeFi. Without WETH, ETH could not be used in any standard ERC-20 protocol. Without wstETH, billions in staked ETH would sit idle outside DeFi. The wrapped token category accounts for some of the most important infrastructure in the entire ecosystem.

The trade-off is trust. Every wrapped token requires you to trust something: a custodian, a smart contract, a network of signers, or a bridge protocol. The custodial wrappers (WBTC, cbBTC, BTCB) trade decentralization for liquidity and simplicity. The decentralized wrappers (tBTC, WETH) trade liquidity and convenience for stronger security guarantees. The yield-bearing wrappers (wstETH, lBTC) layer additional complexity for additional returns. There is no perfect wrapper, only the right wrapper for a given risk tolerance and use case.

The historic depegs from Multichain, renBTC, and bridge hacks show that this risk is not theoretical. Billions have been lost when wrapped token systems failed. Diversifying across multiple wrappers, sticking to canonical issuers, understanding the underlying custody model, and avoiding obscure bridge variants are the basic risk hygiene practices for anyone holding significant wrapped exposure. Used carefully, wrapped tokens unlock the full power of cross-chain DeFi. Used carelessly, they are one of the most efficient ways to lose money in crypto.

Related Guides