Crypto Debit Card Infrastructure
BIN Sponsorship, Card Networks
& Programme Management
Every crypto card tap at a merchant travels through a stack most crypto firms never fully understand — BIN sponsors, card networks, processors, and settlement rails that predate blockchain by fifty years. This is what actually happens in the 400 milliseconds between tap and approval, and what it costs to get it right.
There is a persistent belief in the crypto industry that building a debit card is a product problem — a UX challenge solved by a good app, a slick card design, and an API integration with a card-issuing platform. Firms that ship on that assumption routinely discover, at the worst possible moment, that what they built is a front-end for a regulatory and financial infrastructure that they do not control and do not fully understand.
Crypto debit card infrastructure is, beneath the surface, the card industry's 50-year-old stack with a crypto liquidation engine bolted onto the front. The card rails — Visa, Mastercard, and their network of processors, BIN sponsors, and settlement banks — operate according to rules that were not designed with digital assets in mind. Every crypto-specific problem (real-time FX conversion, stablecoin liquidation, multi-asset spending, cross-border regulatory compliance) must be solved by building on top of, or fitting within, this pre-existing stack. Understanding that stack completely is not optional for anyone building a serious card programme.
This analysis covers the full architecture: what a BIN is and who controls access to it, how the four-party card network model works at the protocol level, what a programme manager actually does, the precise sequence of an authorisation transaction from tap to approval, how FX conversion and settlement work in practice, and what the compliance engineering looks like when crypto assets meet card network rules.
BIN Sponsorship: The Gateway to Card Rails
A Bank Identification Number (BIN) — formally called an Issuer Identification Number (IIN) since 2017, when the standard expanded from 6 to 8 digits — is the first 6–8 digits of any card number. The BIN identifies the card network (Visa, Mastercard, Amex), the issuing bank, the card type (debit, credit, prepaid), and the product programme. Every card in existence traces back to a BIN, and every BIN is owned by a licensed bank that is a principal member of the relevant card network.
Non-bank entities — including crypto firms — cannot directly own a BIN. To issue cards under a Visa or Mastercard BIN, a crypto firm must partner with a bank that holds principal membership and is willing to sponsor the programme. This sponsoring bank is the BIN sponsor.
What a BIN Sponsor Actually Does
The BIN sponsor bank is legally the card issuer. It holds the e-money licence, payment institution licence, or bank charter required to issue cards in each jurisdiction. When a card programme is accused of enabling fraud, money laundering, or regulatory violations, the BIN sponsor faces regulatory action — not only the crypto firm. This is why BIN sponsors conduct extensive due diligence on programme managers before onboarding and maintain ongoing oversight of programme conduct.
The BIN sponsor maintains principal membership in Visa and/or Mastercard, paying annual membership fees, meeting capital requirements, and complying with network operating rules. This membership is what gives the cards their network acceptance. The crypto PM programme transacts under the BIN sponsor's membership, meaning the PM is subject to all the network rules the BIN sponsor has agreed to.
Card settlement occurs through the BIN sponsor's settlement accounts at the card networks. When a cardholder spends, the BIN sponsor's settlement account is debited by the network; when settlement is complete, the BIN sponsor debits the programme manager's prefunded account held at the sponsor bank. The crypto firm must maintain adequate prefunded balances to cover expected spend — insufficient prefunding triggers authorisation declines or, in the worst case, programme suspension.
The BIN sponsor sets and enforces the programme's regulatory boundaries: maximum card limits, geographic restrictions, supported merchant categories (MCC restrictions), transaction velocity limits, and KYC requirements. These parameters flow from the BIN sponsor's own regulatory licence conditions and risk appetite. A BIN sponsor with a UK e-money licence cannot sponsor a card programme with unlimited spending in jurisdictions where it is not licensed — regardless of what the crypto PM wants to offer.
BIN sponsors charge programme-level fees for their services: typically a monthly fixed fee plus per-transaction and per-card fees. They also capture a portion of interchange revenue generated by the programme. This fee structure must be modelled into programme unit economics before launch — the margin between interchange earned and BIN sponsor fees charged is a primary determinant of whether the programme is financially viable at scale.
Major BIN Sponsors in the Crypto Card Market
| BIN Sponsor | Jurisdiction | Network(s) | Known Crypto PMs | Notes |
|---|---|---|---|---|
| Sutton Bank | USA (Ohio) | Visa, Mastercard | Coinbase Card, Various | High crypto appetite; strong DDA/prepaid rails |
| Cross River Bank | USA (New Jersey) | Visa, Mastercard | Gemini, Others | Broad fintech BaaS platform; regulatory focus |
| Evolve Bank & Trust | USA (Tennessee) | Visa | Multiple crypto PMs | Developer-friendly; API-first approach |
| Moorwand / Paynetics | UK / EU | Visa, Mastercard | European crypto programmes | E-money licence; post-Brexit EU passporting |
| Railsbank / Railsr | UK / EU / Asia | Visa | Crypto.com (historic), others | Global reach; faced financial difficulties 2022 |
| Griffin Bank | UK | Mastercard | Web3 / DeFi startups | UK banking licence; crypto-native focus |
| Nuvei / SafeCharge | Canada / EU | Visa, MC | Various EU programmes | Broader payments platform; acquiring + issuing |
BIN sponsor concentration risk is underappreciated by crypto firms. When a BIN sponsor exits the market, faces regulatory action, or revokes a programme — as happened when Wirecard collapsed in 2020, taking down dozens of prepaid card programmes overnight — cards stop working immediately. Firms with a single BIN sponsor have no fallback. Multi-BIN sponsor strategies (with programme failover) are the resilience pattern used by mature card programmes, but require significantly more compliance and operational investment to maintain.
Four-Party Network Architecture: How Card Rails Actually Work
Visa and Mastercard operate four-party network models. Understanding this model is non-negotiable for anyone running a card programme because it defines who bears risk, who captures value, who sets rules, and what the contractual obligations are at each node.
| Party | Role | Revenue Stream | Risk Held |
|---|---|---|---|
| Cardholder | Initiates transaction by presenting card or credentials | None (receives rewards/cashback) | None at point of sale; potential for fraud losses |
| Issuer (BIN Sponsor) | Issues the card; approves/declines authorisations; fronts funds to network | Interchange fee (largest share, ~1.5–2% on credit) | Credit risk, fraud losses, chargeback liability |
| Card Network (Visa/MC) | Routes transaction messages; sets rules; manages clearing/settlement | Network assessment fees (~0.14% of volume) | Systemic risk; settlement guarantee in some programmes |
| Acquirer | Accepts card payments on behalf of merchant; routes to network | Acquirer margin (discount rate minus interchange) | Merchant fraud and chargeback risk |
| Merchant | Sells goods/services; receives settlement minus all fees | None; pays total discount rate (interchange + acquirer + scheme) | Fraud, chargebacks, card data security |
Interchange: The Economics of Card Acceptance
Interchange is the fee paid by the acquirer to the issuer for each card transaction. It is set by the card network (not negotiated between the parties) and varies by card type, merchant category code (MCC), geography, and transaction method. In the US, Visa consumer debit interchange is regulated at a maximum of ~$0.21 + 0.05% plus a $0.01 fraud-prevention adjustment (Durbin Amendment). In the EU, interchange is capped at 0.2% for debit and 0.3% for credit (Interchange Fee Regulation). In markets without fee regulation — including most of Southeast Asia, UAE, and parts of Latin America — interchange can reach 1.5–2.5%.
// Per-transaction P&L for a crypto debit card programme (illustrative) // Assumptions: USD100 transaction, unregulated market, Visa debit Revenue: Interchange_earned = $100 × 1.50% = $1.50 FX_spread_revenue = $100 × 0.50% = $0.50 ← crypto→fiat spread Total_revenue = $2.00 Costs: Scheme_fees = $100 × 0.14% = $0.14 ← Visa assessment BIN_sponsor_fee = $0.15 (fixed per txn) = $0.15 Processor_fee = $0.08 (fixed per txn) = $0.08 Network_access_fee = $0.02 = $0.02 Crypto_liquidation = $100 × 0.10% = $0.10 ← DEX/OTC slippage Fraud_reserve = $100 × 0.08% = $0.08 Total_cost = $0.57 Gross_margin = $2.00 − $0.57 = $1.43 (71.5%) // Gross margin before: overhead, customer support, disputes, rewards // Margin compression factors: // → Regulated markets (EU/US): interchange cap → margin ~$0.50–0.70/txn // → Rewards programmes: cashback typically 0.5–1.5% → can wipe entire margin // → High chargeback rates: each dispute costs $15–35 in processing fees
Crypto card firms that launch cashback rewards without modelling interchange against chargeback rates and processor fees routinely discover their reward liability exceeds their gross margin. The card is a customer acquisition cost, not a revenue line — until it scales.
— Card Programme Economics, First PrinciplesProgramme Manager: The Invisible Orchestrator
The Programme Manager (PM) is the entity that designs, operates, and is commercially accountable for the card programme. In most crypto card deployments, the crypto firm is the PM — or uses a third-party PM platform (Marqeta, Galileo, i2c) that abstracts the BIN sponsor relationship while still requiring the crypto firm to operate as an agent of the programme. The PM role is simultaneously the most powerful and most constrained position in the card stack: maximum flexibility over the user experience, minimum control over the underlying rails.
- →Card design, product name, and branding (within network guidelines)
- →Spending controls: daily limits, merchant category restrictions, geographic blocks
- →Customer experience: app, notifications, freeze/unfreeze, dispute filing
- →Rewards and incentives: cashback rates, crypto rewards, loyalty points
- →KYC/KYB policy and procedures (within BIN sponsor's minimum requirements)
- →Crypto asset management: which assets are spendable, conversion logic
- →Customer service tiers: dispute resolution, account management
- →Product pricing: subscription fees, foreign transaction fees, ATM fees
- →Interchange rates: set by card network, not negotiable by PM
- →Scheme fees: Visa/Mastercard assessment fees are fixed by network rules
- →Network acceptance rules: merchant category restrictions set by card networks
- →BIN sponsor regulatory limits: licence conditions cap what the programme can offer
- →Settlement timing: network settlement cycles are fixed (typically T+1 or T+2)
- →Chargeback timelines and rules: card network dispute rules govern all disputes
- →Fraud screening at network level: network-level fraud controls apply universally
- →Geographic acceptance: card network acceptance is not the PM's to determine
PM Platform APIs: The Technical Interface
Modern PM platforms expose REST APIs for the core card management operations. The crypto firm integrates against these APIs to issue cards, configure spending controls, and receive real-time transaction webhooks. The critical integration point for crypto-specific behaviour is the Just-In-Time (JIT) funding API — a webhook fired at authorisation time that allows the crypto firm to approve or reject the transaction and provide the exact fiat amount needed for settlement. JIT funding is the mechanism that enables real-time crypto liquidation on card spend.
// JIT Funding webhook fires when cardholder taps card at POS
// Crypto PM has ~1500ms to respond before network timeout
// INCOMING REQUEST from PM Platform (webhook):
POST /jit-funding
{
"token": "txn_9f3a2b...",
"user_token": "usr_kk82...",
"amount": 87.50,
"currency_code": "USD",
"merchant": {
"name": "Whole Foods Market",
"mcc": "5411", // Grocery stores
"city": "Singapore",
"country": "SGD"
},
"type": "authorization",
"card_token": "card_mn71..."
}
// CRYPTO PM INTERNAL PROCESSING (~200-400ms budget):
async function processJIT(request) {
const user = await getUser(request.user_token);
const balance = await getCryptoBalance(user.id); // USDC balance
const fxRate = await getFXRate("USDC", "USD"); // ~1.0 for USDC
const usdcNeeded = request.amount / fxRate;
const available = balance.usdc_balance * fxRate;
// Spending controls check
if (request.mcc in user.blocked_categories) {
return { result: "DECLINED", memo: "Merchant category blocked" };
}
if (request.amount > user.daily_limit_remaining) {
return { result: "DECLINED", memo: "Daily limit exceeded" };
}
if (available < request.amount) {
return { result: "DECLINED", memo: "Insufficient balance" };
}
// Reserve the funds (do NOT liquidate yet — wait for capture)
await reserveBalance(user.id, usdcNeeded);
return { result: "APPROVED", amount: request.amount };
}
// OUTGOING RESPONSE to PM Platform:
{ "result": "APPROVED", "amount": 87.50, "memo": "JIT funded" }
// Response must arrive within 1500ms or the transaction auto-declinesThe JIT funding SLA is unforgiving. The card network typically allows 1,500–2,000ms for the full round-trip from authorisation request to response. A JIT webhook that times out causes an automatic decline — visible to the cardholder as a declined card. This means the crypto PM's JIT endpoint must have sub-200ms p99 response times, with balance checks and spending control evaluations cached or pre-computed. Teams that underestimate this latency requirement build products that embarrass their users at the point of sale.
FX Mechanics & Settlement: Pre-Fund vs Real-Time Conversion
The FX conversion architecture is where crypto card programmes diverge most significantly from traditional debit card programmes. Traditional debit draws from a fiat bank account — no conversion required. Crypto debit must convert digital assets to fiat in a window that is either tightly constrained (real-time conversion at authorisation) or designed to absorb conversion timing risk (pre-funding). Each approach has distinct trade-offs in latency, cost, complexity, and user experience.
| Conversion Model | When Conversion Occurs | FX Risk | Latency Impact | User Experience | Used By |
|---|---|---|---|---|---|
| Real-Time Conversion | JIT webhook (authorisation) | Low — conversion matches spend | High — adds 50–200ms to JIT | Exact crypto deducted per spend | Crypto.com (USDC mode) |
| Pre-Fund Stablecoin | User-initiated top-up | Minimal — stablecoin pegged to fiat | None at auth — check balance only | Fiat balance shown, crypto in background | Coinbase Card (USDC) |
| Pre-Fund Fiat | User explicitly converts before spend | None — fiat already held | None — pure fiat debit | Traditional debit UX | Wirex, Revolut crypto |
| End-of-Day Batch | Nightly batch liquidation | High — hours of exposure on volatile assets | None at auth | Visible crypto balance until batch | Legacy programmes only |
| Hybrid (Stable + Volatile) | Stable: auth; Volatile: batch | Moderate — volatile bucket batched | Low — stable checks fast | UX varies by asset type | Nexo Card, Crypto.com |
Settlement Pre-Funding: The Liquidity Mechanics
// Pre-funding requirement at BIN sponsor settlement account // Must maintain sufficient fiat to cover T+1 and T+2 settlement batches daily_spend_avg = Σ(authorised_amounts_per_day) settlement_window = 2 days // T+2 settlement lag base_prefund = daily_spend_avg × settlement_window volatility_buffer = daily_spend_avg × 0.30 // 30% buffer for spend spikes dispute_reserve = total_outstanding × 0.008 // 0.8% chargeback reserve min_prefund_balance = base_prefund + volatility_buffer + dispute_reserve // Example: $500k daily spend average // base_prefund = $500k × 2 = $1,000,000 // volatility_buffer = $500k × 0.30 = $150,000 // dispute_reserve = $30m × 0.008 = $240,000 // min_prefund ≈ $1,390,000 // This capital is idle — a direct cost of capital for the programme // Programmes at $100M+ daily volume maintain $200M+ in prefunded fiat // This is why large crypto card programmes require significant balance sheets
Cross-Border FX: Currency Conversion at the Card Network Layer
When a cardholder spends in a currency different from the card's base currency (e.g., a USD-denominated card used at a EUR-priced merchant), a second layer of FX occurs at the card network level. Visa and Mastercard apply their own currency conversion rates — typically benchmarked to wholesale FX with a 1–3% margin added — and pass the converted amount to the issuer for settlement. The crypto PM must account for both the crypto-to-fiat conversion spread and the card-network FX markup when quoting foreign transaction fees to cardholders.
Some programmes offer “no foreign transaction fee” by absorbing the network FX markup (monetising via wider crypto conversion spreads). Others charge explicit foreign transaction fees of 1–3%. The choice affects customer acquisition (no-FTF is a strong marketing claim) and programme economics (absorbing network FX markup compresses margin on every international transaction).
Compliance Engineering: Where Card Rules Meet Crypto Rules
Crypto debit card programmes operate at the intersection of two regulatory regimes that were not designed to interact: traditional card network compliance requirements (PCI DSS, network operating rules, chargeback rules, anti-money laundering for card issuers) and crypto-specific regulatory requirements (VASP registration, travel rule compliance, DeFi exposure policies, on-chain transaction monitoring). Engineering both simultaneously — without violating either — is the most underestimated challenge in building a crypto card programme.
The Five Compliance Layers
Card issuance requires full identity verification before the first transaction. The BIN sponsor sets minimum KYC requirements based on their regulatory licence conditions. For EU e-money licence programmes, this typically means: government ID verification, liveness check, PEP/sanctions screening, and adverse media check. For US programmes, CIP-compliant identity verification plus OFAC screening. Tiered KYC (lower limits before full verification) is possible in some jurisdictions but requires explicit BIN sponsor approval. Crypto-specific: on-chain wallet address verification and source-of-funds documentation may be required for users depositing large amounts of crypto.
All card transactions must be screened for AML red flags: unusual spend patterns, transaction velocity anomalies, geographic inconsistencies, high-risk MCC usage. The card processor typically provides baseline transaction monitoring; the crypto PM must implement supplementary monitoring calibrated to crypto-specific risks (e.g., cash-equivalent MCCs like money service businesses, casino MCCs, peer-to-peer payment services). Suspicious activity must be reported through standard SAR/STR mechanisms to the BIN sponsor's compliance function.
For programmes that accept crypto deposits from external wallets, on-chain monitoring is mandatory. This means screening incoming TXID and sending address against VASP databases (Chainalysis, Elliptic, TRM Labs), identifying funds that have transited mixers, darknet markets, or sanctioned addresses, and blocking or flagging deposits accordingly. The Travel Rule (FATF Recommendation 16) applies to crypto transfers above applicable thresholds, requiring originator and beneficiary information to travel with the transfer — creating additional data collection obligations.
Card network rules and regulatory requirements mandate certain spending controls: blocking of gambling MCCs in some jurisdictions (UK, Australia), blocking ATM withdrawals above daily limits, geographic blocks on sanctioned countries (OFAC SDN list countries cannot receive card services from US-regulated programmes), and MCC-level restrictions tied to the programme's licence scope. These controls must be implemented at the JIT funding layer (real-time, per transaction) and cannot rely on post-transaction correction.
Handling cardholder data — card numbers, CVV, PINs, authorisation data — triggers PCI DSS obligations. The PM must certify at the appropriate PCI DSS level (1–4, determined by annual card transaction volume) and submit to annual QSA assessments or self-assessment questionnaires. For most crypto PM platforms, this means not storing PAN data directly — tokenising card numbers via the card processor's vault — and maintaining compliant API communication channels. PCI DSS non-compliance is a contract violation with the BIN sponsor and can result in programme termination.
The MiCA framework (Markets in Crypto-Assets Regulation), effective from 2024 in the EU, directly impacts crypto card programmes by classifying significant crypto-asset service providers as entities subject to enhanced regulatory obligations, including capital requirements and operational resilience standards. MAS in Singapore has published guidelines specifically addressing digital payment token service providers issuing cards. As card programmes mature, the regulatory surface area only expands — licensing requirements, travel rule obligations, and consumer protection rules are tightening in every major jurisdiction. Programmes that treat compliance as a launch checklist rather than an ongoing engineering discipline will fail regulatory examinations.
Vendor Landscape & Build vs Buy Decision Framework
The card infrastructure market has consolidated significantly since 2018. A handful of platform providers now handle the BIN sponsorship, processing, and programme management layer for the majority of new fintech card programmes — including crypto programmes. The build vs buy decision at each layer is consequential: building too much creates regulatory exposure and operational overhead; buying too much creates vendor dependency that can constrain the programme at scale.
| Layer | Key Vendors | Build Case | Buy Case | Typical Cost |
|---|---|---|---|---|
| BIN Sponsorship | Sutton Bank, Cross River, Evolve, Griffin | Only if you obtain a bank charter (3–7 years, $50M+ capital) | Always — unless licensed bank | $0.10–0.25/txn + monthly programme fee |
| Card Processing | Marqeta, Galileo, i2c, Lithic, Moov | At $5B+ annual volume where custom processing unlocks margin | Early/mid stage — Marqeta offers best JIT SDK | $0.05–0.12/txn + setup fee |
| Card Personalisation | Valid Systems, CPI Card Group, Perfect Plastic | Only if issuing >5M cards/year | Always — physical production | $2–8/card (materials + shipping) |
| KYC/Identity | Jumio, Onfido, Persona, Veriff | Rarely — high specialization required | Almost always — provider switching via abstraction layer | $0.50–2.50/verification |
| On-Chain Monitoring | Chainalysis, Elliptic, TRM Labs | Never — network effects require scale they have | Always — critical compliance dependency | $0.01–0.05/TXID screened |
| Card Management App | Custom UI on PM platform APIs | Always — core product differentiation | Partial — use PM platform APIs, build the UX | Engineering cost (3–9 months) |
| FX/Crypto Conversion | Internal OTC desk, 1inch, Uniswap, Fireblocks | At scale — internalising spread is high-margin | Early stage — use aggregators | 0.1–0.5% per conversion |
Programme Launch Phases: A Realistic Timeline
Engage BIN sponsor prospects; negotiate programme agreement terms; establish legal entity structure (the PM entity must satisfy BIN sponsor due diligence); draft card programme agreement, data processing agreement, and BIN sponsor oversight framework; obtain any required regulatory registrations (e-money agent, VASP registration, MSB registration). This phase takes longer than firms expect because BIN sponsor due diligence on crypto PMs is intensive — expect 3–6 months for full legal and compliance onboarding.
Integrate with card processor platform (Marqeta/Galileo) APIs for card issuance, JIT funding, and transaction webhooks; build crypto asset management backend (balance tracking, spending controls, on-chain monitoring integration); implement KYC/identity verification pipeline; integrate on-chain transaction monitoring; develop card management mobile/web app against processor APIs. This phase is engineering-intensive and should not be underestimated — JIT SLA requirements are demanding.
Conduct BIN sponsor programme review and sign-off; complete card network programme registration (Visa Commercial Ready / Mastercard Card Programme Registration); perform end-to-end payment testing across all supported transaction types (chip, contactless, CNP, ATM); complete PCI DSS SAQ or QSA assessment; conduct fraud and dispute simulation exercises; load test JIT endpoint against p99 SLA targets; conduct regulatory-mandated penetration testing on card platform.
Beta launch to controlled cohort (employees, waitlist users); monitor JIT decline rates, authorisation success rates, and fraud rates; tune spending controls and fraud models based on production data; ramp card printing and fulfilment pipeline; launch public programme; begin reporting cadence to BIN sponsor; establish SAR/STR filing pipeline with BIN sponsor compliance team. Most programmes take 12–18 months from BIN sponsor selection to public launch.
The firms that launch crypto card programmes in 18 months are not moving faster than the firms that take 24 months. They are starting the BIN sponsor legal process six months before they finish the product spec.
— Practitioner Observation, Card Programme Launch SequencingCards Are Infrastructure. Treat Them That Way.
Crypto debit card programmes look like product launches. They feel like marketing exercises — slick apps, metal cards, cashback in Bitcoin. Beneath the surface, they are infrastructure projects that require multi-year regulatory relationships, capital-intensive prefunding operations, sub-200ms JIT endpoints, and compliance programs that simultaneously satisfy card network rules, VASP regulations, and on-chain transaction monitoring obligations.
The BIN sponsor relationship is not a vendor contract — it is a regulated partnership where the sponsor takes on genuine regulatory liability for every card transaction the PM enables. The card network is not an API — it is a fifty-year-old infrastructure with operating rules, fee structures, and dispute mechanisms that predate the internet. The JIT funding webhook is not a webhook — it is a hard real-time system with a 1,500ms SLA that, if violated, declines a real cardholder at a real point of sale.
Firms that build crypto card programmes with this level of understanding — who plan the BIN sponsor negotiation before they hire the design agency, who model unit economics before they design the rewards programme, who instrument the JIT endpoint before they print the first card — build programmes that work. Those that treat the card as a marketing asset and the infrastructure as a vendor problem discover the hard way that in card payments, every failure mode is public, irreversible, and measured in microseconds.
Crypto Debit Card Infrastructure
What is a BIN sponsor and why do crypto companies need one?
A BIN (Bank Identification Number) sponsor is a licensed bank that holds principal membership in a card network (Visa, Mastercard) and sponsors non-bank entities to issue cards under its BIN. Crypto companies cannot directly own a BIN without a bank charter. The BIN sponsor provides the regulatory licence for card issuance, maintains card network membership, and manages settlement accounts. In exchange, the sponsor conducts due diligence on the crypto programme manager, sets programme parameters based on its own regulatory licence conditions, and collects sponsorship fees and a share of interchange revenue. Without a BIN sponsor, there is no card programme.
What is JIT (Just-In-Time) funding and why does it matter for crypto cards?
JIT funding is a webhook mechanism used by card processor platforms (Marqeta, Galileo) that fires a real-time API call to the programme manager at the moment of card authorisation. The PM receives the transaction details and must respond within approximately 1,500ms with an APPROVE or DECLINE decision and the exact fiat amount to fund. For crypto cards, this is the mechanism that enables real-time balance checking, spending control enforcement, and (in some models) real-time crypto liquidation. JIT timing constraints are strict — sub-200ms p99 response times at the PM's JIT endpoint are required. Systems that miss the SLA cause declined transactions at the point of sale, which is the worst user experience in consumer payments.
What is the difference between card authorisation, clearing, and settlement?
These are three distinct events in a card transaction lifecycle. Authorisation occurs in real time (milliseconds) at the point of sale — the card network routes a request to the issuer, who approves or declines. Funds are reserved but not moved. Clearing occurs hours later, when the merchant submits completed transaction data to their acquirer. Settlement occurs T+1 or T+2 business days after the transaction, when actual funds move between the issuer's settlement account and the acquirer's account via the card network. The crypto PM must maintain sufficient pre-funded fiat at the BIN sponsor's settlement account to cover the T+2 rolling settlement window — a significant capital requirement at scale.
What is the unit economics of a crypto card programme?
The primary revenue line is interchange — the fee (typically 1–2% of transaction value in unregulated markets, capped at 0.2% in the EU and ~$0.21+0.05% in the US for debit) that flows from the merchant's acquirer to the card issuer on each transaction. The crypto PM captures a portion of this interchange (after the BIN sponsor takes its fee). Additional revenue comes from FX spread on crypto-to-fiat conversion and explicit foreign transaction fees. Costs include scheme fees (Visa/Mastercard assessment fees ~0.14% of volume), BIN sponsor fees, card processor fees, fraud reserves, and chargeback costs. Programmes offering cashback rewards must model reward liability against gross margin carefully — generous cashback on capped-interchange (EU) programmes typically produces negative unit economics.
What are the main compliance obligations for a crypto debit card programme?
Crypto card programmes sit at the intersection of two regulatory regimes. From the card side: KYC/AML at onboarding (CIP for US, e-money AML for EU), ongoing transaction monitoring for suspicious activity, PCI DSS certification for cardholder data handling, and compliance with card network operating rules including MCC restrictions and spending limits. From the crypto side: VASP registration in applicable jurisdictions, Travel Rule compliance for crypto transfers above threshold amounts, on-chain transaction monitoring using blockchain analytics providers (Chainalysis, TRM Labs), and source-of-funds documentation for large crypto deposits. In jurisdictions covered by MiCA (EU from 2024) or equivalent frameworks, additional capital and operational resilience requirements apply.
How does cross-border FX work on a crypto debit card?
Two layers of FX apply when a crypto cardholder spends in a foreign currency. First, the crypto-to-base-currency conversion (e.g., BTC to USD) — this is handled by the crypto PM's liquidation engine at or before authorisation, with the PM capturing a spread of typically 0.1–0.5%. Second, the base-to-spend-currency conversion (e.g., USD to EUR if the cardholder spends in Europe) — this is handled by the card network (Visa or Mastercard) at their published wholesale-benchmarked rate plus a network margin of 1–3%. The PM may absorb this network FX fee (marketing as 'no foreign transaction fee') or pass it to the cardholder as an explicit fee. Modelling total FX cost stack — crypto spread + network FX margin + any explicit cardholder FTF — is essential before announcing pricing.
What is BIN sponsor concentration risk and how do programmes mitigate it?
BIN sponsor concentration risk is the risk that the programme's only BIN sponsor exits the market, faces regulatory action, or revokes the programme agreement — causing cards to immediately stop working. This risk materialised in 2020 when Wirecard's collapse instantly terminated dozens of prepaid card programmes. Mitigation requires a multi-BIN sponsor strategy: maintaining programme agreements with two or more BIN sponsors, with automated failover capability so that if one sponsor is unavailable, card authorisations route through the second sponsor's BIN. This requires duplicating the legal, compliance, and technical integration for each additional BIN sponsor, but is considered table-stakes resilience architecture for any programme handling significant card volume.
How long does it realistically take to launch a crypto debit card programme?
Realistic timelines are 12–18 months from BIN sponsor selection to public launch. The typical phases are: legal and BIN sponsor onboarding (3–6 months — the most underestimated phase, as crypto PM due diligence is intensive), platform integration and crypto backend build (3–4 months), testing and card network certification (2–3 months), and limited beta before public launch (2–3 months). The critical sequencing lesson is to start the BIN sponsor negotiation and regulatory registration process before completing product design — the legal track is always on the critical path and cannot be compressed by engineering velocity. Programmes that start legal after completing the product build add 6–9 months to their launch timeline unnecessarily.
Crypto Debit Card Infrastructure · Payments & Cards · May 2026
For educational use · Not financial or legal advice
Designing Compliant Stablecoin Architectures
Reserve design, smart contract architecture, and regulatory compliance frameworks for stablecoin systems — the infrastructure that powers crypto card spending.
Designing Institutional-Grade Custody Architecture
MPC-CMP protocol design, HSM integration, and key management architecture — the custody layer that secures the crypto assets behind card programmes.
DeFi Banking in Southeast Asia
Financial inclusion in SEA through DeFi rails — the market context for crypto card adoption across the region's underbanked population.