DeFiPunk'd

Coinbase Bridge

Bridge

TVL $6.2B
Type Bridge
Chains Bitcoin, Ripple, Doge, Cardano, Litecoin
View on DeFiLlama ↗
Control criteria
Upgradeability Upgradeable Bug bounty cantina.xyz Governance forum Docs coinbase.com
About

Coinbase Bridge issues wrapped tokens (cbBTC, cbXRP, cbDOGE, cbADA, cbLTC) backed 1:1 by reserves held by Coinbase. Users deposit native assets to Coinbase and receive ERC20 wrapped tokens on Ethereum or Base. Redemption occurs by sending wrapped tokens to Coinbase addresses, triggering automatic conversion back to the underlying asset in the user's Coinbase account. The system uses a custodial mint/burn model with Coinbase-controlled admin roles for pausing, blacklisting, minting, and upgrading.

Risk analysis

One card per dimension, sorted by severity. Only Verifiability and Autonomy carry automated signals in Phase 0. See methodology for scope.

Audit a dimension yourself · DEFI@home Contribute an LLM-run assessment — any model, any dimension. Three agreeing runs merge automatically into the public record.

DEFI@home is a distributed audit network modeled on SETI@home: instead of CPU cycles, it crowdsources LLM reasoning. Paste a slice prompt into Claude, ChatGPT, Gemini, or any browsing-capable model, and submit the JSON output as a pull request. The quorum bot merges it once ≥3 independent runs (from different models) reach the same grade — no single model, and no single contributor, can move the needle alone. How it works →

  • Address discovery 9 addresses on file · 1 run Submit run ↗
  • Verifiability Unverified Submit run ↗
  • Control Unverified Submit run ↗
  • Ability to exit 1/3 submitted Submit run ↗
  • Autonomy Unverified Submit run ↗
  • Open Access Unverified Submit run ↗
  • Audit all 5 dimensions · one prompt Submit run ↗
  1. Verifiability tentative
    Open source + 9 audits

    Protocol publishes a GitHub repository and has at least one audit on record. This is a coarse Phase-0 signal only: auditor reputation, scope, and post-audit review coverage are not yet weighted.

    Run your own prompt Submit run ↗
  2. Ability to exit 1/3 model submitted
    Exit requires Coinbase cooperation; pause and blacklist powers are indefinite with no user escape mechanism
    Tentative grades
    • claude-sonnet-4-5 (autorun) red

    No quorum yet — verdict and steelman hidden until ≥3 models agree.

    Evidence (7)
    E1
    Primary exit functions are transfer(address to, uint256 value) and transferFrom(address from, address to, uint256 value). Users exit by transferring cbBTC to their Coinbase account address, triggering automatic 1:1 redemption for the underlying BTC/XRP/DOGE/ADA/LTC.
    E2
    Both transfer and transferFrom have whenNotPaused modifiers and notBlacklisted checks for both sender and recipient. The ABI shows these are nonpayable state-changing functions subject to pause and blacklist guards.
    E3
    The pause mechanism has no time cap. The tokendesign.md documentation states that pause() sets a paused flag to true, blocking all transfers, minting, and burning. Only the pauser role (controlled by Coinbase) can call unpause(). No automatic expiry or maximum duration is specified.
    E4
    No distinction between emergency and governance pause exists in this implementation. A single pauser role (Coinbase-controlled) can invoke pause() with indefinite duration. The documentation notes that during pause, only administrative functions (blacklist management, role changes, upgrades) remain operational.
    E5
    No queued redemption system exists. The mint/burn model is custodial: users send cbBTC to Coinbase addresses to redeem. If paused or blacklisted, no redemption path is available.
    E6
    No forced-exit, escape-hatch, or permissionless emergency-exit mechanism exists. If Coinbase pauses the contract or blacklists a user address, that user has no on-chain recourse to recover their funds.
    E7
    Exit functions are directly callable on-chain via standard ERC20 methods (transfer, transferFrom). No frontend dependency for the transfer itself, but the redemption flow (converting cbBTC back to BTC) requires depositing to a Coinbase-controlled address, making Coinbase cooperation essential.
    Why is this slice uncertain?
    • only 1 of 3 model submissions on record — quorum requires ≥3 agreeing models

    A fresh independent run can establish (or overturn) a verdict.

    Run your own prompt Submit run ↗
    Sources claude-sonnet-4-5 (autorun) no url View raw submissions ↗
  3. Autonomy tentative
    External message validators reduce autonomy

    Bridges rely on an external validator set, guardian signatures, or light-client proofs — a category-level autonomy risk independent of any specific implementation.

    Run your own prompt Submit run ↗
2 dimensions not yet assessed (Control, Open Access)
  1. Control unknown Unverified
    Not yet assessed

    Who holds admin privileges, how contracts can be upgraded, and how quickly. No automated heuristic grades this at Phase 0; a real assessment arrives when onchain discovery reads roles, owners, and timelocks.

    No model has graded this dimension yet. Run the slice prompt through any LLM and submit the JSON — once ≥3 independent runs agree, the quorum bot merges the verdict here.

    Submit run ↗
  2. Open Access unknown Unverified
    Not yet assessed

    Whether the protocol depends on privileged operators, whitelists, geo-restrictions, or off-chain infrastructure. This is not a signal DeFiLlama carries in a usable form; crawler-based detection lands in a later phase.

    No model has graded this dimension yet. Run the slice prompt through any LLM and submit the JSON — once ≥3 independent runs agree, the quorum bot merges the verdict here.

    Submit run ↗

Stage

Preview of the Phase-3 maturity framework. DeFiPunk'd will adopt DeFiScan v2's stages verbatim; the section is rendered below in its intended shape so the structure is visible today.

Coinbase Bridge has not yet been assessed under the DeFiScan v2 stage framework.
The walkaway test is the central criterion. Once stages land, protocols reach Stage 1 only if users can exit in the presence of malicious operators even when the emergency council disappears.
Scope of assessment
Stages are assessed per-protocol against DeFiScan v2's criteria: governance structure, upgradeability path, timelock durations, emergency-council scope, and the walkaway test. The analysis depends on onchain discovery (roles, owners, timelocks) and deeper review of deployed contracts — neither of which DeFiPunk'd automates at Phase 0.
Stage 0 requirements pending
Governance is largely off-chain, contracts are upgradeable with short or no timelock, and the protocol depends on a multisig or team with full discretion. At Phase 0 DeFiPunk'd does not automatically evaluate these; the assessment lands with crawler-based onchain discovery.
Stage 1 requirements pending
Users can exit or opt out on their own terms even if the team disappears. Upgrades run through a meaningful timelock with an emergency security council clearly scoped. The walkaway test is the headline criterion.
Stage 2 requirements pending
Protocol is fully permissionless and immutable, or upgrades require a supermajority of token holders with a long timelock and no emergency override. This is the terminal stage of the DeFiScan v2 framework.
Learn more about DeFiScan v2 stages →
Stages are an opinionated assessment of maturity, not a rating of security or safety. A protocol can sit at Stage 2 and still carry substantial technical or economic risk; the framework exists to incentivize decentralization, not to rank protocols.

Contract surface

Every contract in scope for this protocol — pooled from DeFiLlama's TVL adapter (mechanical) and DEFI@home discovery submissions (LLM-curated). Verified-source flags come from Etherscan + Sourcify; owner / multisig metadata is read on-chain when available. Reviewer audit context, not a slice score. A lending protocol's adapter set will list third-party collateral tokens alongside its own contracts; attribution is the grader's job.

  • 7addresses
  • 0verified source
  • 0proxies

TVL adapter pinned at 683d369. Sourcecode fetched 2026-05-06. Control fetched 2026-05-07.

Arbitrumtoken (cbBTC - Coinbase Wrapped BTC)0xcbb7…33bfdiscoverytoken
Basetoken (cbADA - Coinbase Wrapped ADA)0xcbad…7b8cdiscoverytoken
Basetoken (cbBTC - Coinbase Wrapped BTC)0xcbb7…33bfdiscoverytoken
Basetoken (cbDOGE - Coinbase Wrapped DOGE)0xcbd0…b510discoverytoken
Basetoken (cbLTC - Coinbase Wrapped LTC)0xcb17…445fdiscoverytoken
Basetoken (cbXRP - Coinbase Wrapped XRP)0xcb58…a4afdiscoverytoken
Ethereumtoken (cbBTC - Coinbase Wrapped BTC)0xcbb7…33bfdiscoverytoken

Protocol Info

Links

[defillama] Source: DeFiLlama [:] Source: DEFI@home quorum
Twitter
@coinbase
GitHub
philogy

Security

[curated] Source: curated human overlay [:] Source: DEFI@home quorum
Audits
8 audits
Security contact
unknown

Technical

[:] Source: DEFI@home quorum
Upgradeability
Upgradeable

Provenance

[defillama] Source: DeFiLlama
Review status
listed
Updated
2026-06-01 11:27 UTC