Clarity logoClarity logoClarity
ProductDemoComparePricing
View DemoSign In
Sign In
ClarityClarityClarity

See the full picture. Decide what’s next.

ClarityClarityClarity

See the full picture. Decide what’s next.

Product

  • Demo
  • Pricing
  • Compare
  • Integrations

Company

  • About
  • Contact
  • Press

Trust

  • Security
  • Disclosures
  • Privacy
  • Legal

Resources

  • Atlas
  • Blog
  • Learn
  • Calculators

© 2026 Clarity

·Privacy·Terms
Encrypted connectionsRead-only connections

Learn

What Are Wrapped Tokens? Cross-Chain Crypto Explained

Clarity TeamLearnPublished Feb 22, 2026

Wrapped tokens represent assets from one blockchain on another — like Wrapped Bitcoin (WBTC) on Ethereum. Here's how they work and the trust assumptions.

Start with the core idea

This guide is built for first-pass understanding. Start with the key terms, then use the framework in your own money workflow.

Blockchains can't natively talk to each other. Wrapped tokens bridge that gap, letting you use assets like Bitcoin inside Ethereum's DeFi ecosystem. They're one of the most important pieces of infrastructure in crypto.

What Are Wrapped Tokens in Simple Terms?

A wrapped token is a cryptocurrency that represents an asset from one blockchain made compatible with another blockchain, backed 1:1 by the original asset locked in a smart contract or custodial reserve. For example, Wrapped Bitcoin (WBTC) is an ERC-20 token on Ethereum backed by real BTC, allowing Bitcoin holders to participate in Ethereum DeFi without selling their Bitcoin. Wrapped ETH (WETH) makes native ETH compatible with the ERC-20 standard used by most DeFi protocols.

Why Wrapped Tokens Exist

Each blockchain is its own isolated world. Ethereum doesn't know what's happening on Bitcoin. Solana doesn't know what's happening on Ethereum. They have different rules, different token standards, and different virtual machines. A Bitcoin is a UTXO on the Bitcoin network; it simply cannot exist as an ERC-20 token on Ethereum.

But the DeFi ecosystem on Ethereum is enormous; lending, borrowing, trading, yield farming — and Bitcoin holders want access to it without selling their BTC. Similarly, developers want liquidity from other chains to flow into their protocols.

A wrapped token is a representation of an asset from one blockchain that's been made compatible with another blockchain. It's backed 1:1 by the original asset, which is locked up somewhere, and the wrapped version follows the token standard of its new home chain (like ERC-20 on Ethereum or SPL on Solana).

WBTC: Bitcoin on Ethereum

Wrapped Bitcoin (WBTC) is the most well-known wrapped token. Here's how it works:

  1. You send real BTC to a custodian; historically BitGo, though the custody model has evolved and become more controversial.
  2. The custodian locks your BTC and mints an equivalent amount of WBTC (an ERC-20 token on Ethereum).
  3. You can now use WBTC in any Ethereum DeFi protocol; lend it on Aave, provide liquidity on Uniswap, or use it as collateral on Maker.
  4. When you want your BTC back, you burn the WBTC and the custodian releases your original Bitcoin.

At its peak, over 150,000 BTC (billions of dollars) were wrapped as WBTC. It became the primary way Bitcoin holders participated in DeFi. But the model has a fundamental weakness: you're trusting a custodian. If the custodian mismanages the reserves, gets hacked, or goes out of business, your WBTC could become worthless.

In 2024, BitGo's decision to share WBTC custody with Justin Sun's entities sparked a controversy that led major DeFi protocols to reconsider their WBTC exposure. This episode highlighted exactly why custodian risk matters.

WETH: Why ETH Needs Wrapping

Here's a weird one: ETH needs to be wrapped to work in many Ethereum DeFi protocols, even though it's Ethereum's native currency. Why?

The ERC-20 token standard was created after Ethereum launched. ETH itself predates ERC-20 and doesn't conform to it. DeFi smart contracts are built to interact with ERC-20 tokens — they expect standard functions like transfer(), approve(), and transferFrom(). Native ETH doesn't have these functions.

Wrapped ETH (WETH) solves this by wrapping native ETH into an ERC-20 compatible token. You deposit ETH into the WETH smart contract and receive WETH in return, 1:1. Unlike WBTC, there's no custodian; it's a simple, audited smart contract. You can unwrap back to ETH at any time.

Modern DeFi interfaces often handle wrapping and unwrapping automatically. When you trade on Uniswap, you might be swapping WETH behind the scenes even though the UI shows ETH. But it's useful to understand what's happening under the hood, especially when you see WETH in your wallet and wonder why it's not just ETH.

How Wrapping Works Under the Hood

There are two primary models for wrapping tokens:

  • Custodial wrapping: A centralized entity (or a group of entities) holds the original asset and issues the wrapped version. WBTC uses this model. The trust assumption is significant; you're trusting that the custodian actually holds the reserves and will honor redemptions. Proof of reserves and audits help, but they're not bulletproof.
  • Smart contract wrapping: A smart contract on-chain handles the locking and minting. WETH uses this model. There's no custodian; just code. The risk shifts from custodial trust to smart contract risk: is the code correct and secure? For well-audited contracts like WETH, this is generally considered safer than custodial wrapping.

A hybrid approach exists too. Some bridge protocols use multisig wallets (requiring multiple parties to approve transactions) or decentralized validator sets to custody assets. These reduce the trust placed in any single party but introduce their own complexity.

Wrapped vs Native Tokens

Using wrapped tokens involves tradeoffs compared to native tokens:

  • Trust: A native token (BTC on Bitcoin, ETH on Ethereum) is secured by the full weight of its blockchain. A wrapped token adds an additional layer of trust; either a custodian or a smart contract that could fail.
  • Peg stability: Wrapped tokens should trade 1:1 with their underlying asset, but this peg can break under stress. When the FTX collapse rattled markets, solWBTC (Solana's wrapped Bitcoin) briefly depegged because people lost confidence in the bridge that backed it.
  • Composability: The whole point of wrapping is composability; making tokens usable in DeFi. A wrapped token can be used in lending protocols, DEXs, yield farms, and other smart contracts on its destination chain. The native version can't.
  • Liquidity: Wrapped versions usually have less liquidity than native versions. WBTC on Ethereum will never be as liquid as BTC on Bitcoin. This means higher slippage on large trades.

Custodian Risk for WBTC

WBTC deserves special attention because it's the largest wrapped asset and its custody model has real implications. The original WBTC system relied on a DAO and BitGo as the primary custodian. In 2024, custody was restructured to include entities associated with Justin Sun, a controversial figure in crypto.

This led to immediate concerns:

  • MakerDAO (now Sky) voted to reduce WBTC collateral exposure.
  • Aave community members proposed limiting WBTC borrowing caps.
  • Coinbase launched cbBTC as an alternative wrapped Bitcoin with Coinbase as custodian.
  • Threshold Network's tBTC (a more decentralized alternative using a distributed validator set) gained attention.

The WBTC situation illustrates a fundamental tension in wrapped tokens: the more centralized the custodian, the simpler the system, but the greater the single point of failure. For holders, it's important to understand who is custodying the underlying assets and what safeguards exist.

Alternatives to Wrapping

The crypto industry is actively working on alternatives that reduce or eliminate the trust assumptions of wrapped tokens:

  • Cross-chain bridges: Bridges like Across and Stargate move assets between chains without always requiring traditional wrapping. Some use liquidity pools on both chains to enable near-instant transfers.
  • Native cross-chain protocols: Cosmos IBC (Inter-Blockchain Communication) enables native token transfers between Cosmos chains without wrapping. Polkadot's XCM does something similar within its parachain ecosystem.
  • Layer 2 rollups: When you bridge ETH to Arbitrum or Optimism, you're technically using a wrapped version, but the "wrapping" is secured by Ethereum's own security through fraud proofs or validity proofs. This is much stronger than custodial wrapping.
  • Chain abstraction: Emerging projects aim to make cross-chain interactions simple enough that users don't need to think about wrapping at all. The complexity gets handled behind the scenes.

Tracking Wrapped Tokens in Your Portfolio

From a portfolio perspective, wrapped tokens add complexity. Your WBTC on Ethereum is economically equivalent to BTC, but it shows up as a separate token in your wallet. If you have BTC on a hardware wallet, WBTC in a DeFi lending protocol, and cbBTC in another position, you actually have three different representations of the same underlying asset.

Good portfolio tracking tools understand this. Clarity aggregates your holdings across wallets and exchanges, recognizing that WBTC, cbBTC, and native BTC all represent Bitcoin exposure. This gives you an accurate picture of your true allocation rather than a fragmented view of a dozen different token names.

Common Mistakes with Wrapped Tokens

A few pitfalls to watch out for:

  • Sending wrapped tokens to the wrong chain: Sending WBTC (an ERC-20 token) to a Bitcoin address will result in permanent loss. They're different networks despite representing the same underlying asset.
  • Ignoring custodian changes: If the entity custodying the underlying assets changes (as happened with WBTC), reevaluate your exposure. The safety of a wrapped token is only as good as its custodian.
  • Assuming 1:1 peg is guaranteed: Wrapped tokens can depeg under extreme market conditions. If the bridge or custodian backing the token loses credibility, the wrapped version can trade at a discount.
  • Forgetting tax implications: Wrapping and unwrapping may be considered taxable events depending on your jurisdiction. Converting BTC to WBTC could trigger a disposal for tax purposes. Consult a crypto-savvy tax professional.

What to Do Next

If you're holding wrapped tokens, take a few minutes to understand what's backing them. For WETH, the risk is minimal — it's just a smart contract wrapper. For WBTC and other custodially-backed wrapped tokens, research the custodian and consider whether alternatives like tBTC or cbBTC better match your risk tolerance.

Keep track of all your wrapped and native token positions in one place. Clarity connects to your wallets and exchanges to show you exactly what you hold, where it lives, and what it's worth — cutting through the complexity of wrapped tokens, multi-chain positions, and DeFi protocols. Understanding your true exposure across all forms of an asset is the first step to managing risk effectively.

Cryptocurrency investments are volatile and carry significant risk. This article is educational and does not constitute financial advice. Do your own research before investing.

Core Clarity paths

If this page solved part of the problem, these are the main category pages that connect the rest of the product and knowledge system.

Money tracking

Start here if the reader needs one place for spending, net worth, investing, and crypto.

For investors

Use this when the real job is portfolio visibility, tax workflow, and all-account context.

Track everything

Best fit when the pain is scattered accounts across banks, brokerages, exchanges, and wallets.

Net worth tracker

Route readers here when they care most about net worth, allocation, and portfolio visibility.

Spending tracker

Route readers here when they need transaction visibility, recurring charges, and cash-flow control.

Frequently Asked Questions

How do wrapped tokens work across blockchains?

A wrapped token is a cryptocurrency token pegged to the value of another asset, allowing it to be used on a different blockchain. Wrapped Bitcoin (WBTC) is an ERC-20 token on Ethereum backed 1:1 by real Bitcoin held in custody. It lets you use Bitcoin in Ethereum DeFi protocols.

Why would I wrap Bitcoin?

Bitcoin's blockchain has limited programmability — you can't use BTC directly in Ethereum DeFi protocols. Wrapping BTC into WBTC lets you lend it on Aave, provide liquidity on Uniswap, or use it as collateral — things Bitcoin's native chain doesn't support.

What are the risks of wrapped tokens?

The main risk is custodial trust — you're trusting that the custodian (like BitGo for WBTC) actually holds the underlying asset. If the custodian is compromised or insolvent, the wrapped token could lose its peg. Smart contract bugs in the wrapping mechanism are another risk.

Try this workflow

Use this with your real data

Apply this concept with live balances, transactions, and portfolio data — not a static spreadsheet.

Start Free TrialView Demo

Next best pages

Graph: 3 outgoing / 2 incoming

blog · explains · 84%

Staking Yields Are Falling. Here's What Real APYs Look Like in 2026.

Ethereum staking yields dropped from 5-6% to under 3.2%. Institutional adoption and liquid staking growth are compressing returns across all proof-of-stake networks.

blog · explains · 84%

Voice Input for AI Financial Chat: Ask AI Out Loud

How Clarity's voice input works in AI chat, why speech lowers friction for financial questions, and how audio is handled securely.

learn · related-concept · 76%

What Is a Crypto Bridge? Moving Assets Between Blockchains

Crypto bridges transfer tokens between different blockchains. Here's how they work, the biggest bridge hacks in history, and how to bridge safely.

learn · related-concept · 76%

What Is Bitcoin? Digital Scarcity, Mining, and Halving Explained

Bitcoin is a decentralized digital currency with a fixed supply of 21 million coins. Here's how mining works, what halving means, and whether Bitcoin.

learn · related-concept · 76%

What Is Ethereum? Smart Contracts, Gas, and the Merge

Ethereum is a programmable blockchain that powers DeFi, NFTs, and thousands of tokens. Here's how smart contracts work, what gas fees are.

learn · related-concept · 65%

Best Crypto Portfolio Tracker in 2026

Compare crypto portfolio tracking tools and learn how to monitor exchanges, wallets, and DeFi positions in one workflow.