Bitcoin does not run on Base. Base is built on the Ethereum Virtual Machine, and Bitcoin has its own separate blockchain with its own rules. If you want to use Bitcoin's value inside a Base wallet, a DEX, or a lending app, you need a token on Base that represents Bitcoin. cbBTC, short for Coinbase Wrapped BTC, is one option for doing that.
What cbBTC Is
cbBTC is an ERC20 token issued by Coinbase. Each cbBTC token is backed 1:1 by Bitcoin that Coinbase holds in reserve. It launched on September 12, 2024, initially on Base and Ethereum, with support later added on additional chains including Solana and Arbitrum.
On Base, the official cbBTC contract address is:
0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf
Always confirm a token's contract address on a block explorer like Basescan rather than trusting a name or logo alone. Anyone can create a token called "cbBTC" that has nothing to do with Coinbase's real one. See our guide on how to use a block explorer and spotting scam tokens on Base for more on this.
How Minting and Redemption Work
cbBTC is created and destroyed through Coinbase, not through a smart contract bridge or a decentralized set of validators. When an eligible Coinbase user sends BTC to their Coinbase account and moves it to a supported chain like Base, Coinbase converts that BTC to cbBTC at a 1:1 rate. The reverse also works: sending cbBTC back to Coinbase and converting it back to native BTC.
This matters because it means cbBTC's backing depends on Coinbase as a custodian. It is not a trustless, code-only bridge the way some cross-chain systems aim to be. You are relying on Coinbase to hold real Bitcoin reserves matching the cbBTC in circulation. That is a different trust model than holding BTC directly in a Bitcoin wallet you control.
An Important Technical Detail: Decimals
Most ERC20 tokens on Base use 18 decimal places, matching ETH. cbBTC uses 8 decimals instead, matching Bitcoin's own convention (1 BTC equals 100,000,000 satoshis). If you are reading raw contract data, writing a script, or double checking an amount before confirming a transaction, this is worth knowing. A swap interface should display cbBTC amounts correctly on its own, but if you ever inspect a transaction manually on a block explorer, the raw integer value will be scaled by 10^8, not 10^18. For more background on why this matters, see our guide on understanding token decimals on Base.
cbBTC vs Other Wrapped Bitcoin Tokens
cbBTC is not the only wrapped Bitcoin token you will encounter on EVM chains. WBTC (Wrapped Bitcoin) is an older, widely used alternative that uses a different custodian and governance structure. Other wrapped Bitcoin tokens exist too, issued by different exchanges or protocols.
These tokens are not interchangeable just because they all represent Bitcoin. Each one has its own contract address, its own custodian, and its own redemption process. A DEX or lending app that lists "wrapped Bitcoin" as collateral may only recognize one specific version. Before swapping into or using any wrapped Bitcoin token, confirm which one you actually have and whether the app you are using supports that exact contract.
Why Someone Would Use cbBTC Instead of Holding BTC Directly
Native Bitcoin cannot interact with smart contracts. You cannot supply BTC directly to a lending protocol, provide it to a liquidity pool, or swap it on a DEX, because none of those things exist on the Bitcoin network itself. Wrapping BTC into an ERC20 token like cbBTC lets you bring Bitcoin's value into DeFi applications on Base while, in principle, retaining a claim on real Bitcoin behind the token.
The tradeoff is custodial and technical risk layered on top of Bitcoin's own price risk. You are trusting Coinbase's custody and the correctness of the cbBTC smart contract, and you are trusting Base itself as the network the token lives on.
Things Worth Checking Before You Use It
A few habits reduce risk when handling any wrapped asset, cbBTC included:
- Verify the contract address against Basescan or another trusted source rather than a search result or a link someone sent you.
- Understand the custodian. cbBTC's backing depends on Coinbase. Know what you are trusting before you rely on it.
- Check what an app actually accepts. If a protocol lists Bitcoin as a supported asset, confirm it means cbBTC specifically, and confirm the contract address matches.
- Watch for decimal mismatches if you are ever reading raw transaction data instead of an app's display value.
The Bottom Line
cbBTC gives you a way to hold and use Bitcoin's value on Base without leaving the EVM ecosystem, backed 1:1 by BTC that Coinbase holds in custody. It is a convenience token, not a replacement for self-custodied Bitcoin, and it comes with the same basic rule that applies to every token: know the contract address, know who backs it, and confirm both before you trust it with meaningful value.