Glossary

OTC Trading (Over-the-Counter)

OTC trading lets buyers and sellers exchange crypto directly without a public order book, enabling large block trades with minimal price impact.

Key Takeaways

  • OTC trading bypasses public order books: buyers and sellers negotiate directly (or through a broker), allowing large block trades to execute at a fixed price without causing slippage.
  • Institutions and whales prefer OTC for privacy and price certainty: a $10M buy on a public exchange would move the market, but the same trade OTC executes at a single negotiated price.
  • Counterparty risk is the primary tradeoff: unlike exchange trading where the platform guarantees settlement, OTC participants must trust (or escrow with) their counterparty, making KYC/AML and custodian-mediated settlement essential safeguards.

What Is OTC Trading?

OTC (over-the-counter) trading is a method of exchanging assets directly between two parties without routing the transaction through a public exchange order book. In cryptocurrency markets, OTC desks act as intermediaries that match large buyers with large sellers, negotiating price and settlement terms privately. The trade never appears on any exchange's order book, so it has zero impact on the publicly visible market price.

OTC trading has deep roots in traditional finance, where bonds, foreign exchange, and derivatives have traded over the counter for decades. In crypto, OTC desks emerged around 2013-2014 as early institutional investors and miners needed a way to move large amounts of Bitcoin without crashing the price on thinly traded exchanges. Today, OTC accounts for a significant share of institutional crypto volume, with firms like Cumberland, Galaxy Digital, Wintermute, and B2C2 facilitating billions in daily trades.

How It Works

OTC desks operate under two primary models, each with distinct risk profiles and pricing dynamics:

Principal Desks

A principal desk (also called a market maker) trades from its own inventory. The desk quotes a buy price and a sell price, profiting from the bid-ask spread. When a client wants to buy 500 BTC, the desk sells from its own balance sheet and then replenishes inventory on the open market, through other OTC counterparties, or from miners and funds. Cumberland and B2C2 operate primarily as principal desks.

Agency Desks

An agency desk matches buyers with sellers without taking a position itself. The desk earns a commission or fee for brokering the transaction. This model carries less risk for the desk but typically offers less immediate liquidity, since execution depends on finding a willing counterparty.

The RFQ Process

Most institutional OTC trades follow the Request for Quote (RFQ) model:

  1. The trader contacts the OTC desk (via chat, phone, API, or trading platform) and specifies the asset, size, and direction (buy or sell)
  2. The desk returns a firm quote with an exact execution price, typically valid for 30 seconds or less
  3. If the trader accepts, the trade locks in at that price: fill-or-kill, meaning it executes entirely or not at all
  4. Settlement occurs according to pre-agreed terms (instant, T+0, or T+1)

Larger desks offer programmatic access via REST, WebSocket, or FIX protocol APIs, enabling algorithmic traders to request and execute quotes without human interaction.

# Simplified RFQ flow (pseudocode)

# 1. Client requests a quote
POST /api/rfq
{
  "asset": "BTC",
  "side": "buy",
  "quantity": 100,
  "settlement": "T+0"
}

# 2. Desk returns a firm quote (valid 30 seconds)
{
  "quote_id": "q-8f3a2b",
  "price": 64250.00,
  "quantity": 100,
  "expires_at": "2026-07-26T14:30:30Z"
}

# 3. Client accepts the quote
POST /api/rfq/accept
{
  "quote_id": "q-8f3a2b"
}

Settlement

OTC settlement varies by desk, counterparty relationship, and asset type:

ModelDescriptionTypical Use
Pre-fundedBoth parties deposit assets with a custodian before trade execution; settlement is near-instant once acceptedNew relationships, high-value trades
T+0Both legs settle within the same calendar dayCrypto-to-crypto trades via custodian
T+1 / T+2Standard institutional timeline allowing for banking windowsFiat-to-crypto trades involving wire transfers
DVPDelivery versus payment through a custodian: assets exchange simultaneouslyInstitutional-grade settlement

Custodians such as BitGo, Fireblocks, and Anchorage facilitate settlement by holding both parties' assets in segregated accounts and executing the swap atomically once both sides are funded.

OTC vs. Exchange Trading

Understanding when to use OTC versus a public exchange depends on trade size, privacy requirements, and settlement needs:

FactorOTCExchange
Trade sizeLarge blocks ($100K+)Any size
Price impactNone (off-book execution)Slippage on large orders
PrivacyHigh (private negotiation)Low (public order book)
SpeedMinutes to hours for negotiationInstant order matching
FlexibilityCustom terms and settlementStandardized rules
Counterparty riskHigher (mitigated by custodians)Exchange acts as counterparty
AccessibilityKYC-gated with minimumsOpen to retail traders

OTC and exchange trading are complementary. Many institutions use exchanges for smaller, routine trades and reserve OTC for large block transactions where price impact would be significant. For a deeper look at how exchange order books work, see the glossary entry on market depth.

Major OTC Desks

Several firms dominate institutional crypto OTC trading:

  • Cumberland (a subsidiary of DRW): one of the earliest crypto OTC desks, launched in 2014. Holds a New York BitLicense and provides global institutional liquidity across hundreds of tokens.
  • B2C2: offers two-way streaming prices for institutional clients, with trades ranging from small amounts to multimillion-dollar blocks. Known for offering post-trade settlement without requiring full pre-funding.
  • Galaxy Digital (NASDAQ: GLXY): provides spot, derivatives, lending, and structured products through its OTC desk. Expanded into OTC prediction markets in 2026.
  • Wintermute: averages roughly $15B in daily trading volume across all venues, with a single-day OTC volume record of $2.24B. Opened a U.S. headquarters in New York in 2025.
  • Coinbase Prime and Kraken OTC: exchange-affiliated desks that offer OTC services to institutional clients with minimums starting around $50K.

Minimum trade sizes vary by desk: Kraken OTC starts at $50,000, while top-tier institutional desks may require $250,000 or more. Most institutional flow concentrates in the $1M to $50M range per trade.

Use Cases

Institutional Portfolio Allocation

When a hedge fund, family office, or corporate treasury decides to allocate capital to Bitcoin or stablecoins, executing through a public exchange would reveal their intent and move prices against them. OTC desks let these buyers acquire large positions at a fixed price without signaling to the market. The same logic applies when liquidating positions.

Miner Treasury Management

Bitcoin miners accumulate block rewards and need to sell periodically to cover operational costs (electricity, hardware, facilities). A miner selling 200 BTC on a mid-tier exchange could tank the price on that venue. OTC desks absorb this supply privately, often matching miners directly with institutional buyers.

Stablecoin Conversions

Large stablecoin mints and redemptions frequently occur OTC. An institution converting $50M of fiat to USDC (or vice versa) works with an OTC desk or directly with the issuer rather than trading on a public venue. Stablecoins now represent a majority of institutional OTC transaction volume, growing from roughly 23% in 2023 to 78% in 2025 according to Finery Markets data.

For more on how stablecoin settlement compares to traditional payment rails, see the research article on stablecoin payment rails vs. traditional finance.

Cross-Border Transactions

OTC desks facilitate cross-border value transfer for institutions that need to move large amounts between jurisdictions. By converting fiat to crypto in one country and settling in another, OTC trades can bypass the delays and fees of correspondent banking networks, though regulatory requirements (KYC, travel rule compliance) still apply.

Risks and Considerations

Counterparty Risk

Counterparty risk is the defining challenge of OTC trading. Unlike an exchange where the platform guarantees settlement, OTC participants must trust that the other party will deliver. The collapse of Genesis Trading (which filed for Chapter 11 bankruptcy in January 2023) demonstrated how counterparty failure can cascade through OTC networks, ultimately distributing approximately $4B to creditors after restructuring.

Mitigations include pre-funding via custodians, delivery-versus-payment settlement, and working exclusively with regulated, well-capitalized desks.

KYC/AML Requirements

Reputable OTC desks require comprehensive KYC/AML documentation: government ID, proof of address, source-of-funds verification, and enhanced due diligence for institutional clients. In the U.S., FinCEN requires enhanced KYC protocols for trades exceeding $10,000. Globally, the FATF Travel Rule mandates that virtual asset service providers share originator and beneficiary information for qualifying transfers.

Regulatory enforcement has intensified: regulators issued 139 fines totaling $1.23B for AML, KYC, and sanctions violations in the first half of 2025 alone, a 417% increase over the same period in 2024.

Pricing Opacity

Because OTC trades happen privately, there is no public price discovery. Traders must trust that the quoted spread is fair. Experienced participants request quotes from multiple desks simultaneously to compare pricing, similar to shopping for the best bid-ask spread. Working with desks that offer transparent, API-driven pricing helps reduce information asymmetry.

Settlement Risk

In trades with delayed settlement (T+1 or later), the market price may move significantly between trade execution and asset delivery. If one party defaults during this window, the other may face a loss. Pre-funded or DVP settlement models eliminate this risk but require locking up capital in advance.

Why It Matters for Crypto Infrastructure

OTC desks are a critical piece of crypto market infrastructure. They provide the liquidity that allows institutions to enter and exit positions without disrupting public markets. As stablecoin adoption grows and institutional participation deepens, OTC volume continues to outpace exchange growth: institutional spot OTC volumes grew 109% year-over-year in 2025, compared to just 9% growth for the top 20 centralized exchanges.

For builders working on payment infrastructure, understanding OTC mechanics is essential. Large-value settlements, treasury operations, and cross-border transfers all rely on OTC rails. Protocols like Spark that enable fast, low-cost settlement can complement OTC workflows by providing efficient on-ramp and off-ramp pathways for digital assets. To learn more about how on-ramp and off-ramp infrastructure connects to OTC trading, see the research article on Bitcoin on/off-ramps.

This glossary entry is for informational purposes only and does not constitute financial or investment advice. Always do your own research before using any protocol or technology.