7 min left
Back to Series

Under the Hood > Article 3 | Intermediate | 7 min read

Article 3Intermediate7 min read

How Stablecoin-Backed Credit Cards Actually Work

Coinbase and Cardless just shipped a credit card secured by stablecoins. The product looks simple, but it stitches three very different systems — card networks, custodial wallets, and on-chain collateral — into one underwriting model. Here is what that actually looks like underneath.


Coinbase and Cardless announced a credit card backed by stablecoin holdings, aimed at users who cannot get a traditional unsecured card. The press release is short, but the architecture is interesting: it is the first time a mainstream card product has used on-chain dollar tokens as the collateral asset behind a card line. To understand whether this is a curiosity or a new piece of payment infrastructure, you have to look at three things at once — how credit underwriting normally works, how stablecoin custody works, and how the card networks settle. This article walks through each layer and the trade-offs that fall out when you glue them together.

What problem this product is actually solving

A standard unsecured credit card line is priced off your FICO score, your reported income, and the issuing bank's loss model. If you have no US credit history — recent immigrants, students, gig workers, anyone whose income shows up on-chain or in foreign accounts — the model has nothing to underwrite against and the application is denied. Secured cards exist for this gap. You deposit, say, $500 in cash with the issuer and they extend a $500 line. If you default, they keep the deposit. Capital One, Discover, and a handful of fintechs have run this play for decades.

The new product is a secured card with a different collateral asset. Instead of pledging cash held at a bank, you pledge USDC or another approved stablecoin held at Coinbase. The issuer (Cardless on the bank rails, Coinbase on the custody side) treats the on-chain balance as the recovery asset behind your line. Mechanically it is closer to a margin loan against a brokerage position than to a traditional secured card — your collateral keeps earning whatever yield the platform offers, and you keep custody-adjacent control of it as long as you stay current.

The product solves three concrete frictions:

  • Crypto-native users have liquid dollar-pegged assets but often no US credit footprint.
  • Selling stablecoins to fund a deposit triggers a tax event and removes them from yield.
  • Traditional secured cards report to credit bureaus but require fiat deposits.

Pledging USDC instead of converting it lets a user keep the position intact, build credit, and access traditional card acceptance on the same dollars.

The settlement plumbing

It helps to draw the path of a single $40 grocery purchase to see how many systems are involved.

When you tap your card, the merchant's terminal sends an authorization request to its acquirer, which routes it through Visa or Mastercard to the issuing bank — almost certainly the bank-as-a-service (BaaS) partner sitting behind Cardless. The issuer checks the available credit line, approves the authorization in milliseconds, and the merchant gets a green light. None of this touches the blockchain. From the network's perspective it is an ordinary card transaction.

Behind that authorization, the line itself is collateralized differently. The issuer has a contractual claim on a segregated pool of stablecoins held in custody at Coinbase. If you fail to pay the statement, the issuer can direct Coinbase to seize a portion of the pledged USDC, redeem it to USD through Circle, and post the dollars against your account. Liquidation is a back-office process, not an on-chain auction.

The card runs on traditional rails. The collateral lives on a public blockchain. The bridge between them is a custody contract, not a smart contract.

This matters because it explains why the user experience can feel like a normal Visa card while the underwriting model is novel. The merchant, the network, the BaaS bank, and the cardholder's repayment in fiat all use existing infrastructure. The only new piece is that the recovery asset behind a default is a tokenized dollar at a regulated custodian rather than a deposit in a savings account. Think of it as swapping the type of jar your collateral sits in, not the type of card you carry.

Underwriting against a stablecoin

A traditional secured card models loss as "we hold $500 in cash; if you default, we keep it." A stablecoin-backed card has to model two extra layers of risk before it can quote a credit line.

The first is peg risk. A stablecoin claiming to be worth $1 is only worth $1 as long as redemptions through the issuer hold up. USDC briefly traded at $0.87 during the Silicon Valley Bank weekend in March 2023 because a portion of Circle's reserves was stuck at a failed bank. The peg restored within days, but for a card issuer underwriting overnight risk, a 13% gap between collateral value and liability is a real haircut. Conservative loan-to-value ratios on stablecoin lines reflect this: a $1,000 USDC pledge will typically yield a $700–$900 credit line, not the full $1,000.

The second is custody risk on the collateral side. The issuer needs assurance that the USDC pledged is segregated, identifiable, and legally seizable on default. That requires a custody agreement with the platform holding the tokens, plus a pre-arranged redemption path so a seizure can be converted to USD without going through a public exchange and incurring price impact. Coinbase running both the custody and the partnership is what makes the product possible — a third-party issuer trying to underwrite against tokens held at a different exchange would face an extra layer of legal and operational uncertainty.

A simplified comparison of how the three secured card models price the same dollar of collateral:

Collateral typeStability mechanismTypical LTVRecovery latency on defaultPrimary tail risk
Cash depositHeld at issuing bank~100%Instant (set-off against deposit)Bank failure (FDIC-covered up to $250k)
Brokerage securitiesMarked to market, margin haircut50–70%Hours (sell at market)Equity drawdown, liquidity gaps
Stablecoin (USDC)Issuer reserves at multiple banks70–90%Minutes-to-hours (custody redemption)Peg break, issuer freeze, custodian failure

The stablecoin row sits between cash and securities on every dimension. It is more capital-efficient than a stock-backed line, less capital-efficient than a pure cash deposit, and faster to liquidate than either.

Where the new failure modes live

The risks are not catastrophic, but they are different from a traditional card and worth naming.

Issuer concentration. Today, USDC is effectively one balance sheet (Circle) and a handful of banking partners. A serious problem at any of those nodes propagates into the card product directly. A traditional secured card has FDIC coverage up to $250,000; a stablecoin-backed line has an attestation report and a redemption queue.

Custody freezes. Centralized stablecoins are pause-able and freezable at the contract level. Tether and Circle have both frozen addresses in response to law enforcement requests. If pledged collateral gets caught in a freeze — even mistakenly — the issuer cannot liquidate and the cardholder cannot withdraw. The product needs an explicit playbook for this scenario.

Smart-contract path risk. If the platform offers yield on the pledged stablecoins by routing them into DeFi protocols, the collateral acquires the risk profile of those protocols on top of the stablecoin's own risk. The clean version of this product holds collateral idle in custody. The fee-maximizing version uses the collateral elsewhere and reintroduces the same tail risks that have produced billion-dollar losses across DeFi over the last five years.

Regulatory recharacterization. A US regulator could decide that pledging stablecoins for credit is securities lending, or that the yield component makes the underlying token a security, or that the custody arrangement requires a trust charter the partner does not hold. Each of those rulings would reshape the product without touching the technology. The 2023–2025 enforcement actions against centralized lending products (Celsius, BlockFi, Genesis) are recent enough to take seriously.

For a cardholder, none of these are reasons to avoid the product, but they explain why the credit line is smaller than the collateral, why interest rates can be higher than a cash-secured card, and why the small print on liquidation is longer than usual.

What this means for builders

For anyone building consumer fintech, payment infrastructure, or crypto-adjacent credit products, this launch is a useful reference design rather than a finished playbook. A few takeaways:

  • The integration surface is custody, not chains. The interesting plumbing is between the BaaS bank's loan ledger and the custodian's segregation accounts. Building this product without a custody partner that can sign legally enforceable seizure instructions is not viable. If you do not own the custody layer, you are renting it from the team that does.
  • Loan-to-value is your peg-risk model. Treat LTV not as a capital-efficiency dial but as the explicit cushion you hold against a stablecoin trading below $1 for an extended period. Run the underwriting at $0.85 and see whether the unit economics still work; if they do not, the LTV is too high.
  • Separate the collateral asset from the yield strategy. A line backed by idle USDC has one risk profile. The same line backed by USDC deployed into a money-market protocol has the risk profile of that protocol, plus latency on liquidation, plus governance risk. Combining them silently in product design is the exact pattern that produced the centralized lending failures of 2022.
  • Card networks are still the moat. The card running on Visa or Mastercard is what makes this product useful at the point of sale. Any architecture that tries to disintermediate the networks ends up shipping a closed-loop wallet, which is a different product with different acceptance economics. For now, the networks remain the consumer-facing rail; the innovation is on the collateral and underwriting side.
  • Plan for regulatory motion. Build the product with the assumption that the rules around stablecoin custody, yield, and credit will tighten. Modular issuance, swappable collateral assets, and clear segregation between custody and yield make later compliance changes operationally cheap. Hard-coded yield assumptions and cross-collateralized pools make them expensive.

Conclusion

Stablecoin-backed credit cards are a small but informative step in the slow merger of crypto rails and traditional finance. The actual transaction looks identical to any other Visa swipe; the difference is one layer down, in how the issuer underwrites and recovers losses. That layer is now anchored by a tokenized dollar held in custody rather than a cash deposit at a bank, and that single substitution opens a credit channel for users the existing model cannot serve.

Whether this product becomes the dominant on-ramp for crypto-native consumers or stays a niche depends less on the technology than on regulation, peg stability, and how aggressively issuers price the collateral. The technology already works. The question, as in most of crypto's adjacency to traditional finance, is whether the institutional and legal scaffolding catches up before the next stress event tests it.


under-the-hoodstablecoinscreditpaymentscollateralfintechunderwriting

Up next in the series

Article 4Live

How GitHub uses LLMs to make secret scanning trustworthy

Pure regex secret scanning produced too many false positives. Pure LLM scanning would have been too slow and expensive. GitHub's hybrid pipeline is worth studying — the pattern generalises.

securityLLMGitHubsecret scanning