Live prices are currently unavailable — the exchange feed could not be reached and no recent cached reading is held.

Comparisons

A bitcoin and a claim on a bitcoin

A wrapped bitcoin is not a bitcoin. It is a token on another chain that a custodian has promised to redeem for one, and the difference between the two is the entire subject of this page.

What a wrapped token represents

A wrapped token is a representation of an asset on a chain that does not natively support it. The WBTC whitepaper describes the model directly: wrapped tokens follow a centralised structure but rely on a consortium of institutions performing different roles rather than on a single one, and the first wrapped token it proposes is an ERC-20 token backed by bitcoin. The token exists so that bitcoin can be used inside applications that only understand the host chain's token standard, which is why the whitepaper frames the purpose around liquidity for decentralised exchanges and applications.

The mechanics are a mint-and-burn cycle. A merchant sends bitcoin to the custodian, the custodian waits for a set number of confirmations on the Bitcoin chain, and then mints an equivalent amount of the token on the host chain. Redemption runs the reverse way: the merchant burns the token through the contract, and the custodian releases the bitcoin. The whitepaper is explicit that minting does not involve the end user, that it is a set of transactions between the merchant and the custodian, and that only merchant addresses can burn tokens. A user who wants the token therefore deals with a merchant, not with the custodian.

The important consequence is that the token and the coin are different objects with different properties. The bitcoin sits in a custodian's wallet and is subject to that custodian's operational and legal arrangements. The token sits on the host chain and is subject to that chain's rules. Holding the token gives you a claim on the bitcoin, and the strength of that claim depends entirely on the custodian honouring it.

The trust assumptions, named

The whitepaper does not hide the trust model. It states that custodians are trusted in the wrapped framework, because assets could be stolen or the custodian might not honour the one-to-one backing, and then lists the ways the design tries to minimise that trust. Those mitigations are worth reading carefully, because they describe the shape of the risk rather than removing it.

The first mitigation is that the custodian cannot mint on its own: creation of new tokens requires a merchant to initiate it, so two separate institutions are involved in every mint. The second is that the user is insulated from the custodian by the merchant layer, so an individual merchant need not be trusted but the set of merchants together must be. The third is external audit and proof of reserves, with the whitepaper describing quarterly third-party audits and reserve proofs published as signatures from the addresses holding the bitcoin. The fourth is reputational: the whitepaper notes that the existing credibility of the institutions involved is at stake.

Each of these is a real control and none of them is a guarantee. A proof of reserves shows that the custodian controls addresses holding at least the stated amount at a point in time; it does not prove that the bitcoin is unencumbered, that it will still be there tomorrow, or that redemption will be honoured on demand. The whitepaper's own framing is that the framework aims to minimise trust, not to eliminate it, and a holder should read the difference literally.

The risks that follow

Custodial risk is the first and the largest. The bitcoin backing the token is held by an institution, and the holder's claim depends on that institution's solvency, security and willingness to redeem. This is a different risk from holding bitcoin directly, where the holder controls the keys and no third party stands between them and the asset. It is also a risk that cannot be diversified away by holding more of the token, because every unit of the token carries the same claim on the same custodian.

Bridge and contract risk is the second. The token exists as a contract on the host chain, and the mint and burn functions are governed by a multisignature arrangement in which the custodian and merchant institutions hold keys. The whitepaper describes the contract as governed by a multisignature contract requiring signatures from its members to add or remove members. A flaw in that contract, or a compromise of the keys that control it, is a risk to the token that has nothing to do with the security of the Bitcoin chain underneath it.

Liquidity and redemption risk is the third. The token trades on the host chain at whatever price the market sets, which can diverge from the price of bitcoin, and redemption is not instant: it runs through a merchant and a custodian and is subject to their processes and their fees. A holder who needs the underlying bitcoin quickly may find that the token is easier to sell than to redeem, and that the two routes do not produce the same outcome.

None of this makes wrapped bitcoin illegitimate. It makes it a different instrument. A reader who wants exposure to bitcoin's price inside an application that cannot hold bitcoin natively is using the token for exactly what it was designed for. A reader who wants to hold bitcoin should understand that the token is a claim, and that the claim is only as good as the institution behind it. The layer-two and sidechain page covers the other family of approaches to moving bitcoin between chains, which make different trade-offs again.

Sources and references

The description of the wrapped-token model is taken from the WBTC whitepaper and from the custodian's own published material. No claim about backing, audit or redemption is made that those sources do not state.

  • The wrapped-token framework, roles and trust model. WBTC, Wrapped tokens whitepaper: custodians hold the asset and the keys to mint, merchants initiate minting and burning, and the framework aims to minimise rather than remove trust.
  • Minting, burning and proof of reserves. BitGo, Launching Wrapped Bitcoin on Osmosis: merchants send bitcoin and receive an equal amount of the token, redemption burns the token, and reserves are published for public verification.
  • Custody arrangements. BitGo, Multi-jurisdictional custody for WBTC: the underlying bitcoin is held in cold storage under a multi-signature arrangement, and proof of reserves is published continuously.