Finance

What is a wrapped token?

A wrapped token represents another asset one-for-one so it can be used on a different blockchain. Learn how wrapping works, from WETH to WBTC, and its risks.

What is a wrapped token?

Not advice. This is educational information, not financial, investment, or tax advice. Rules differ by country and change often — consult a qualified professional in your jurisdiction before acting. See our risk disclaimer.

Quick answer

A wrapped token is a blockchain token that represents another asset one-for-one, issued so that asset can be used on a network where it does not natively exist. The original is locked with a contract, custodian or bridge, and an equivalent wrapped token is minted. Its value depends entirely on that backing being real and redeemable.

Key points

  • A wrapped token represents another asset one-for-one on a different chain
  • The original is locked and an equivalent wrapped token is minted; redeeming burns it
  • WETH is contract-backed on-chain, while WBTC is backed by a custodian
  • The peg holds only if the reserve is real, verifiable and redeemable
  • Custodial, bridge, smart-contract and de-peg risks all apply

A wrapped token is a blockchain token that represents another asset one-for-one, issued so that asset can be used on a network where it does not natively exist. The classic example is Wrapped Bitcoin (WBTC), a token on Ethereum that is meant to be backed by an equal amount of real Bitcoin held in custody.

Wrapped tokens are a plumbing detail that makes much of DeFi possible, but the “one-for-one” promise depends entirely on who holds the underlying asset and how honestly they do it. Here is how wrapping works and what to watch for.

What is a wrapped token?

A wrapped token is a tokenised claim on an underlying asset, designed to trade at parity with it. You lock the original asset with a custodian or a smart contract, and an equivalent amount of the wrapped version is minted on the target blockchain. To redeem, you return the wrapped token and the original asset is released, and the wrapped token is burned. As long as every wrapped unit is backed by one unit of the real asset in reserve, the two should stay interchangeable.

The wrapped version is usually issued as a standard token — on Ethereum, an ERC-20 — so it behaves like any other token in wallets, exchanges and DeFi apps. That standardisation is the whole point: it lets an asset from one world slot neatly into the tooling of another.

Why wrapped tokens exist

Blockchains generally cannot read each other’s state, and many assets do not follow the token standard a given application expects. Wrapping solves two practical problems:

  • Moving value between chains. Bitcoin lives on its own blockchain and cannot be used directly in Ethereum smart contracts. Wrapping it as WBTC creates an Ethereum token that DeFi protocols can accept as collateral or trade in a pool.
  • Making a native coin conform to a token standard. Ether itself predates the ERC-20 standard and does not implement it. Wrapped Ether (WETH) is simply ether deposited into a contract that issues an ERC-20 version, so it can be handled by contracts that expect a standard token.

WETH is the cleanest case: you can wrap and unwrap it through a public contract at a fixed one-to-one rate, with the ether held in that same contract.

A step-by-step example: wrapping ether

Wrapped Ether is the easiest case to follow end to end. Ether is the native currency of Ethereum, but many smart contracts are written to handle standard ERC-20 tokens, and native ether does not implement that standard. To bridge the gap you send ether to the WETH contract, which locks your ether and mints you exactly the same amount of WETH. You can now use that WETH anywhere an ERC-20 is expected — in a pool, as collateral, in a trade. When you want your ether back, you send the WETH to the contract, it burns the WETH and releases your ether at the same one-to-one rate.

Two things make this example clean. First, the exchange rate is fixed by the contract, not by a market, so WETH does not drift away from ether. Second, the backing sits in the very contract you interact with, on the same chain, where anyone can inspect it. Custodian-backed wraps like Wrapped Bitcoin follow the same lock-mint-burn logic, but the lock happens off-chain with a custodian, which is a meaningfully bigger thing to trust.

Stepping back, the different wrapping models can be lined up side by side. They share one recipe and differ only in where the reserve sits and who you have to trust.

Type Example Who holds the backing Main thing to trust
Contract-backed WETH An on-chain contract The contract code
Custodian-backed WBTC An off-chain custodian The custodian and its attestations
Bridge-minted Bridged assets A cross-chain bridge The bridge’s security

The pattern is the same across all three; only the location of the reserve and the party you must trust change. That single difference drives most of the risk.

How a wrapped token stays backed

The models differ, and the difference matters:

  • Contract-backed (like WETH). The underlying asset sits in a transparent smart contract on the same chain. Anyone can verify the reserves on-chain, and there is no separate custodian to trust.
  • Custodian-backed (like WBTC). A custodian holds the real Bitcoin and mints the wrapped token against it. Here you are trusting that the custodian actually holds the reserves and will honour redemptions, usually evidenced by published proof-of-reserve or attestation data.
  • Bridge-minted. Some wrapped assets are created when you lock tokens with a cross-chain bridge that mints a representation on another chain. This adds the security of the bridge itself to the list of things that must hold up.

The common thread is that a wrapped token is only as trustworthy as the reserve behind it. If backing is incomplete, or a custodian or bridge is compromised, the wrapped token can lose its peg and trade below the asset it claims to represent.

The risks of wrapped tokens

Wrapping adds a layer, and every layer is a place something can break:

  • Custodial risk. With custodian-backed tokens, you rely on the issuer holding full reserves and processing redemptions. If they do not, the token is under-backed.
  • Smart-contract and bridge risk. The wrapping contract or the smart contract bridge can contain bugs. Cross-chain bridges have historically been a major target for large exploits.
  • De-peg risk. If confidence in the backing falls, the wrapped token can trade at a discount to the underlying asset.
  • Redemption risk. The ability to convert back to the original asset may depend on a specific issuer or process that could be paused or restricted.

A little diligence goes a long way before you treat a wrapped token as equal to the real thing. It is worth asking a few plain questions: Which model backs this token — a transparent on-chain contract, a named custodian, or a bridge? If it is custodian-backed, does the issuer publish proof-of-reserve or attestation data, and how recent is it? Can the token actually be redeemed for the underlying asset today, and by whom? Has the wrapping contract or bridge been audited, and does it have a track record? None of these checks make a wrapped token risk-free, but they turn a blind assumption of “one-for-one” into an informed judgement. The assets that hold their peg through stress are almost always the ones whose backing you can see and verify, rather than the ones you are simply asked to trust.

Wrapped tokens, tax and jurisdiction

Wrapping or unwrapping may or may not be treated as a taxable disposal depending on where you live and how your tax authority views token-for-token conversions. Do not assume a one-for-one wrap is tax-neutral.

This article is educational, not financial or tax advice. Rules differ by jurisdiction and are still developing; check the treatment in your own country and consult a qualified professional before acting.

The bottom line

A wrapped token is a stand-in that lets an asset be used on a blockchain where it does not natively live, backed one-for-one by the real asset held in a contract, with a custodian, or through a bridge. It is genuinely useful infrastructure, but the peg is a promise, not a law of nature. Before treating a wrapped token as equal to the real thing, understand who holds the backing, how you can verify it, and what happens if that party fails.

Sources

  1. Ethereum.org, Token standards
  2. WBTC, Wrapped Bitcoin

Frequently asked questions

What is the point of a wrapped token?

It lets an asset be used on a blockchain where it does not natively exist, or makes a native coin conform to a token standard, so it can work inside wallets, exchanges and DeFi applications on that chain.

Is a wrapped token the same as the original asset?

It is designed to trade one-for-one with the underlying asset, but it is a separate token whose value depends on that backing being real and redeemable. If the reserve or bridge behind it fails, it can lose its peg.

What is the difference between WBTC and WETH?

WETH is ether locked in a transparent on-chain contract that mints an ERC-20 version, so backing is verifiable on-chain. WBTC is Bitcoin held by a custodian who mints an Ethereum token against it, so you also rely on that custodian.

Last reviewed: 26 Aug 2026 Next review: 26 Feb 2027 Section: Finance
Priya Nair
Crypto finance & tax writer · Crypto tax principles, stablecoins, payments regulation

Priya Nair covers the money side of crypto — tax treatment, payments, stablecoins and regulation. She writes educational explainers only and always flags that rules differ by jurisdiction.

More by Priya Nair

Related

Finance

What counts as a taxable event

What counts as a crypto taxable event? Learn which actions - selling, swapping, spending, or earning crypto - can trigger…

Priya Nair · Aug 26, 2026 · 6 min
Finance

What is a governance token?

A governance token lets its holders vote on how a DeFi protocol is governed. Learn how on-chain voting and delegation…

Priya Nair · Aug 26, 2026 · 6 min
Finance

How stablecoins maintain their peg

How stablecoins maintain their peg explained: the reserves, arbitrage incentives and design rules that keep tokens near target, and why…

Priya Nair · Aug 26, 2026 · 6 min