Skip to content
On this page
  1. Key Takeaways
  2. What It Is
  3. The Intuition
  4. How It Works
  5. Worked Example
  6. Common Mistakes
  7. Frequently Asked Questions
  8. Sources
  9. Disclaimer
← All concepts
Crypto & DeFiIntermediate6 min read

Wrapped Tokens: How WBTC Mirrors an Asset

A wrapped token is a stand-in that represents another asset on a blockchain where the original cannot natively exist. Wrapped tokens like WBTC let Bitcoin be used inside Ethereum applications by minting an ERC-20 token backed one-to-one by real BTC in custody.

Key Takeaways

  • Wrapped tokens like WBTC mirror an underlying asset by holding it in reserve and issuing a matching on-chain token.
  • The model works like a warehouse receipt: deposit the real asset, get a redeemable claim, burn the claim to withdraw.
  • The biggest risk is custodial: the wrapped token is only as sound as the entity holding the reserves.
  • WBTC briefly became attached to a bankrupt merchant in 2022, showing counterparty risk is real, not theoretical.

Key Takeaways

  • Wrapped tokens like WBTC mirror an underlying asset by holding it in reserve and issuing a matching on-chain token.
  • The model works like a warehouse receipt: deposit the real asset, get a redeemable claim, burn the claim to withdraw.
  • The biggest risk is custodial: the wrapped token is only as sound as the entity holding the reserves.
  • WBTC briefly became attached to a bankrupt merchant in 2022, showing counterparty risk is real, not theoretical.

What It Is

A wrapped token is a tokenized claim on an asset that lives somewhere else. The classic example is Wrapped Bitcoin, or WBTC, an ERC-20 token on Ethereum that represents Bitcoin held in reserve. Each WBTC is meant to be backed by exactly one BTC.

Bitcoin's own network does not support Ethereum-style smart contracts, so native BTC cannot directly enter Ethereum lending or trading apps. Wrapping bridges that gap. The wrapped token behaves like any Ethereum token while a custodian holds the underlying Bitcoin one-to-one.

The Intuition

Think of a coat check. You hand over your coat and get a ticket. The ticket is not the coat, but it is redeemable for it, and you can hand the ticket to someone else who can then claim the coat. As long as the coat room is honest, the ticket is as good as the coat.

A wrapped token is that ticket. WBTC is a claim on Bitcoin sitting in a vault. Its whole value rests on confidence that the real BTC is there and will be released on redemption. Lose faith in the vault and the ticket loses value, even if the coat is technically still hanging there.

How It Works

The WBTC model uses three roles working together:

Custodian  -> holds the real BTC in reserve, mints and burns WBTC
Merchant   -> handles user requests, performs KYC/AML, sends BTC to custodian
DAO        -> governs which custodians and merchants are approved

Minting and burning keep the supply matched to the reserves:

Mint:  user gives BTC to merchant -> custodian receives BTC -> custodian mints WBTC
Burn:  user returns WBTC -> custodian burns it -> custodian releases the underlying BTC

Because every WBTC should correspond to one BTC in custody, the supply on Ethereum tracks the reserve on Bitcoin. To let anyone check this, the custodian publishes a proof of reserve, on-chain evidence that the held Bitcoin matches the circulating WBTC. The peg holds through this transparency plus the ability to redeem at any time, not through any trading algorithm.

Worked Example

Suppose a user wants to use their Bitcoin in an Ethereum lending app. Native BTC cannot enter that app, so they wrap it. They go to an approved merchant, complete identity checks, and send 1 BTC.

The merchant forwards the BTC to the custodian, who mints 1 WBTC and sends it to the user's Ethereum address. The user now holds 1 WBTC, usable as collateral on Ethereum, while their 1 BTC sits locked in the custodian's reserve. Anyone can verify on the proof-of-reserve page that the reserve grew by 1 BTC.

When the user is done, they reverse the flow. They send the WBTC back through a merchant, the custodian burns it, and 1 BTC is released from reserve to the user. The supply of WBTC falls by one, keeping it matched to the now-smaller reserve.

Common Mistakes

  1. Assuming wrapped equals trustless. WBTC depends on a custodian holding the real Bitcoin. That is a centralized point of trust inside an otherwise decentralized application. The token is only as reliable as that custodian.

  2. Ignoring counterparty exposure. In 2022 one of WBTC's large merchants went bankrupt, and a meaningful share of wrapping activity was tied to a failing intermediary. Wrapped tokens carry the credit risk of the firms behind them.

  3. Treating proof of reserve as a full audit. Proof of reserve shows assets exist, but it does not by itself prove there are no offsetting liabilities or that keys are secure. It is a useful signal, not a guarantee.

  4. Confusing wrapped tokens with native versions. Wrapped ETH (WETH) on Ethereum is a thin technical wrapper of the chain's own coin and carries little custodial risk. WBTC crosses chains and depends on an outside custodian. The two are not equally safe.

  5. Forgetting the peg can break. The one-to-one value holds only as long as redemption works and reserves are trusted. If confidence in the custodian collapses, the wrapped token can trade below the asset it represents.

Frequently Asked Questions

What are wrapped tokens like WBTC in simple terms? A wrapped token is a stand-in coin that represents another asset held in reserve. WBTC is an Ethereum token backed one-to-one by real Bitcoin in custody, so Bitcoin can be used in Ethereum apps.

How do wrapped tokens affect investment decisions? Wrapping opens up more uses for an asset, but it adds the credit risk of the custodian holding the reserves. You are trading some self-custody safety for access to apps on another chain.

What is a real-world example of wrapped token risk? In 2022 a major WBTC merchant went bankrupt, leaving a large amount of wrapping activity tied to a failing firm. The episode showed that the entities behind a wrapped token can fail.

How can investors use wrapped tokens safely? Check the proof of reserve, understand which custodian and merchants stand behind the token, hold only what you actively need wrapped, and remember that redemption is what ultimately backs the peg.

How are wrapped tokens different from cross-chain bridges? Wrapping is the act of issuing a backed representation of an asset, while a bridge is the broader infrastructure that moves assets between chains. Many bridges use wrapping, but a wrapped token can also exist on the same chain as a simple deposit claim.

Sources

  1. WBTC Network. "Wrapped Tokens Whitepaper." https://wbtc.network/assets/wrapped-tokens-whitepaper.pdf
  2. Gemini Cryptopedia. "What Is Wrapped Bitcoin (wBTC)?" https://www.gemini.com/cryptopedia/wbtc-what-is-wrapped-bitcoin
  3. CoinGecko. "What is Wrapped Bitcoin (wBTC) and How Does It Work?" https://www.coingecko.com/learn/what-is-wrapped-bitcoin-wbtc-and-how-does-it-work
  4. Investopedia. "Wrapped Bitcoin (WBTC)." https://www.investopedia.com/wrapped-bitcoin-wbtc-7376363

Disclaimer

This article is educational content only and is not financial advice. Nothing here is a recommendation to buy, sell, or hold any security. Consult a licensed advisor before making investment decisions.

The IWP Substack

You understand the concept. Now see it applied.

The Investing With Purpose Substack turns ideas like this into research and risk-managed trade plans on real stocks, updated every week.

Read on Substack (opens in a new tab)

Related concepts