🎁 Wrapped Token Wrapped Token
A token on one blockchain that stands in for another asset — usually a coin from a different chain — and is built to hold a 1:1 value match with that original asset locked away in reserve.
🎟️ The simple version — a coat check ticket
Think of a coat check or a casino chip. You hand over the real item and get a ticket in return. The ticket is easy to carry, you can use it inside that venue, and you can swap it back for your item whenever you want. A wrapped token is that ticket. You lock up a real coin, and you receive a token that is redeemable 1:1 for it. The ticket only has value because someone is genuinely holding your coin in the back.
🔁 How wrapping and unwrapping work
The real asset gets locked with a custodian, and an equal amount of the wrapped version is minted on the target chain. Lock one BTC, mint one WBTC. That's "wrapping." Reverse it and you "unwrap": the wrapped token is burned (destroyed), and the locked original is released back to you. The supply of wrapped tokens is meant to always match the reserve behind it.
| Step | What happens |
|---|---|
| 📥 Wrap | Real coin locked in reserve → equal amount of wrapped token minted on the new chain |
| 📤 Unwrap | Wrapped token burned → the original locked coin is released back to you |
🌉 Why bother? Interoperability
Bitcoin can't run natively inside Ethereum's world. Wrapping is the workaround: it lets Bitcoin's value travel onto Ethereum as WBTC, where it can be used in DeFi — lending, trading on a DEX, earning yield. As a beginner, you'll usually first meet wrapped tokens inside DeFi apps and DEXs.
🪙 Even Ethereum's own ETH gets wrapped into WETH. ETH came before the ERC-20 standard, so it isn't itself ERC-20-compliant. WETH packages ETH to behave like a standard token so DeFi contracts can handle it cleanly.
🚨 Things beginners should know
- 🤝 Counterparty risk — You're trusting whoever holds the reserve to actually keep your coins and let you redeem
- 📄 It's a claim, not the coin — WBTC is an IOU for BTC, with extra layers that native Bitcoin doesn't have
- ⚖️ The peg can break — If the reserve is mishandled or can't be redeemed, the wrapped token can trade below the real asset
- 📜 Smart-contract risk — The wrapped token is a contract on the new chain, and contracts can have bugs
🔬 Real examples
- 🎁 WBTC (Wrapped Bitcoin) — an ERC-20 token on Ethereum, backed 1:1 by BTC in reserve. The canonical wrapped token.
- 🪙 WETH (Wrapped Ether) — ETH made ERC-20-compatible so it works smoothly across DeFi.
❓ FAQ
- Is holding WBTC the same as holding Bitcoin?
- No. WBTC is a claim on Bitcoin, not Bitcoin itself. Each WBTC is supposed to be backed by one real BTC that a custodian holds in reserve. You're trusting that custodian to actually hold the coins, stay solvent, and let you redeem — risks that native BTC doesn't carry.
- Why does ETH need to be wrapped into WETH?
- ETH came before the ERC-20 token standard, so it doesn't follow the same rules other Ethereum tokens do. WETH is ETH packaged to behave like a standard ERC-20 token, which lets it plug smoothly into DeFi apps that expect that format.
- Can a wrapped token lose its 1:1 peg?
- Yes. The 1:1 match only holds as long as the reserve is real and redeemable. If the custodian gets hacked, mishandles the reserve, or can't honor redemptions, the wrapped token can trade below the asset it's supposed to represent.