Mechanism guide

How Does Wrapped Bitcoin Work?

Wrapped Bitcoin works by keeping BTC in a reserve or custody arrangement and issuing a separate token that represents that BTC on a compatible smart-contract network. In the classic WBTC model, minting creates the representation after BTC is committed to custody; redemption burns WBTC and allows corresponding BTC to be released.

Reviewed: July 27, 2026Mechanism focusNot a transaction tutorial

The three roles to understand first

The mechanism is easier to follow if you separate the user-facing conversion, the Bitcoin reserve, and the token contract. These jobs can be coordinated by several organizations and contracts, but conceptually they solve different problems.

Merchant or providerHandles access to minting, redemption, or exchange routes and may perform identity or compliance checks where required.
Custody layerControls the BTC that economically backs the wrapped supply. This is where reserve and key-management questions matter.
Token layerIssues and burns WBTC on the host blockchain and makes the representation usable by compatible wallets and smart contracts.

The official WBTC site describes the current system as one in which WBTC is backed 1:1 by Bitcoin in custody. Because network and provider details can change, use the official site to verify supported chains and current contract information rather than relying on an old wallet screenshot or tutorial.

Hardware wallet, Bitcoin token, and notebook arranged on a desk as a custody concept
Custody is a separate layer in a wrapped-asset system. The photograph is conceptual; it does not depict an official WBTC device, interface, or custody setup.

Step 1: BTC is committed before new WBTC is issued

A wrapped token should not be created merely because someone wants more supply. The issuance process is tied to backing assets. In the traditional WBTC flow, a merchant initiates a mint request and the custody side verifies receipt of the corresponding Bitcoin before new wrapped units are issued.

This order is important. If wrapped supply could expand independently of reserves, the one-to-one representation would be weakened. The reserve therefore acts as the accounting anchor between the native asset and the token representation.

Step 2: WBTC is minted on a host network

Once the minting conditions are satisfied, the system creates WBTC on the supported host network. On Ethereum, WBTC uses the ERC-20 token interface. The ERC-20 specification standardizes functions such as transfers, balances, approvals, and total supply, which is why compatible applications can interact with a token through a common interface.

At this point the holder does not have native BTC on Ethereum. They have an Ethereum token whose economic design points back to BTC held elsewhere. The distinction can sound semantic until something goes wrong: network fees, contract behavior, custody, and redemption are all governed by systems outside native Bitcoin settlement.

Step 3: WBTC circulates like a compatible token

After issuance, WBTC can be transferred between compatible addresses or deposited into applications that support its contract. This is where the wrapper creates utility: an application that cannot consume native Bitcoin transactions may still be able to work with an ERC-20 token representing BTC value.

Every additional application introduces another layer. A holder who keeps WBTC in a wallet is exposed to the wrapped asset and host network. A holder who deposits it into a lending protocol also accepts the lending protocol’s contracts, oracle design, liquidation rules, governance, and liquidity conditions.

Step 4: redemption reverses the process

To return from the representation to native BTC, the wrapped supply must be reduced. Burning permanently removes the redeemed WBTC from circulation. Once the burn is recognized by the custody process, corresponding BTC can be released through the redemption route.

The economic logic is symmetrical: minting should add wrapped supply when backing BTC is added, while redemption should remove wrapped supply when backing BTC leaves. Observers can compare token supply with disclosed reserves, but that comparison does not by itself prove that every participant can redeem instantly under every circumstance.

What does proof of reserves prove?

Proof of reserves can show that identified blockchain addresses contain assets. BitGo’s general proof-of-reserves documentation explains the basic idea of sharing balances and public addresses so others can confirm balances on the relevant blockchains.

For a wrapped asset, reserve verification is useful because it tests whether the backing side is visible. It does not prove every other property users care about. It cannot, on its own, guarantee that private keys are safe, contracts contain no bugs, redemptions will always be available, legal controls will never interfere, or a market will stay liquid.

Do not collapse the whole system into one ratio.“100% backed” answers a reserve question. It does not erase smart-contract, custody, governance, host-network, liquidity, or operational risk.

Where do fees and delays come from?

There is no single universal “WBTC fee.” Costs depend on how the user obtains or redeems the token, the provider’s pricing, the Bitcoin transaction required on the native side, the host network’s gas or transaction fees, and any application used afterward. A decentralized exchange can add swap fees and price impact; a bridge or exchange route can add its own charges.

Timing is similarly layered. Bitcoin confirmations, provider processing, host-network finality, exchange withdrawals, and application-specific checks can all affect how long a route takes. That is why a current provider page is a better source for transaction-specific timing than a generic explainer.

The useful mental model

Think of WBTC as a claim-like tokenized representation backed by native BTC rather than as BTC that physically migrated to another blockchain. The representation can be composable and convenient, but its safety depends on more than the Bitcoin network itself.

That model also clarifies the comparison with native Bitcoin. If you need Bitcoin-native settlement, hold and transact in BTC. If you need a compatible token inside a smart-contract application, WBTC may solve that specific compatibility problem. The dedicated WBTC vs Bitcoin comparison separates those trade-offs, while the risk guide focuses on the additional failure modes introduced by wrapping.