Abstract. We pull the full Deribit BTC option chain, interpolate an IV surface, compute first-passage-time hitting probabilities at every strike, and compare them to Polymarket's “Will BTC reach $X?” contract prices. There are significant differences between Deribit-implied hitting probabilities and Polymarket prices on both the upside and the downside. This note explains why.

The Result

We pull the full Deribit BTC option chain, interpolate an IV surface, compute first-passage-time hitting probabilities at every strike, then compare them to Polymarket's “Will BTC reach $X?” contract prices.

There are significant differences between Deribit-implied hitting probabilities and Polymarket prices on both the upside and the downside. The gap ranges from a few percentage points near the money to 10–20pp on the wings. This is not a one-sided drift effect—it is symmetric.

Hit Probability --- BTC Monthly --- March 2026. Deribit-implied first-passage hitting probabilities vs Polymarket contract prices, with strike-by-strike differences.
Hit Probability — BTC Monthly — March 2026. Deribit-implied first-passage hitting probabilities vs Polymarket contract prices, with strike-by-strike differences.
Hit Probability --- BTC Yearly --- What price will BTC hit in 2026? Deribit-implied probabilities vs Polymarket prices across the full strike range.
Hit Probability — BTC Yearly — What price will BTC hit in 2026? Deribit-implied probabilities vs Polymarket prices across the full strike range.

Why the Gap Exists

Deribit Options Carry Insurance and Hedging Premium

Options on Deribit are not priced by probability alone. OTM puts are bid up by hedgers protecting spot and perp positions. OTM calls are bid up by funds seeking convexity and by structured product desks who are short upside (e.g., covered call yield vaults, dual-currency products). These flows inflate implied volatility on both wings of the smile—which mechanically inflates the hitting probabilities extracted from those IVs.

In short: Deribit IV embeds the price of insurance, not just the market's probability estimate.

Polymarket May Be Priced by a Thin Market or a Single MM

Polymarket prediction markets for crypto price targets tend to be relatively illiquid. It is plausible that a single market maker or a small number of automated MMs are providing most of the liquidity, pricing contracts using a simple Black-Scholes or normal-distribution model with flat vol. That would produce systematically lower wing probabilities than Deribit's smile-adjusted surface—the MM is quoting fair value under lognormal assumptions without a vol smile, while Deribit's market has the smile priced in by thousands of participants with real hedging needs.

Structured Product Flow on Deribit Pushes Vol Higher

Yield-bearing crypto products—covered call vaults, autocallables, dual-currency deposits—are popular structures that involve selling options. The dealers who intermediate these products buy back the optionality on Deribit, pushing up demand for OTM options and inflating the vol surface. This effect is persistent and one-directional: it makes Deribit-implied probabilities structurally richer than what a pure probability market would show.

Computing Hitting Probabilities from Options

The core question is: given the current spot price SS, implied volatility σ\sigma, and time to expiry TT, what is the probability that the price touches a target level KK at any point before TT? This is a first-passage-time problem.

Deribit BTC implied volatility surface by expiry. 455 options across multiple tenors with spot at \$70,907.
Deribit BTC implied volatility surface by expiry. 455 options across multiple tenors with spot at $70,907.

Under geometric Brownian motion the log-price follows:

lnSt=lnS0+μt+σWt\ln S_t = \ln S_0 + \mu t + \sigma W_t

where μ=r12σ2\mu = r - \tfrac12\sigma^2 is the risk-neutral drift and WtW_t is a standard Brownian motion.

First-Passage-Time Formula

The probability that the price hits level KK before time TT has a closed-form solution. Define the log-distance to the barrier:

h=ln ⁣(KS)h = \ln\!\left(\frac{K}{S}\right)

For an upper barrier (K>SK > S), compute:

d1=h+μTσT,d2=hμTσTd_1 = \frac{-h + \mu T}{\sigma\sqrt{T}}, \quad d_2 = \frac{-h - \mu T}{\sigma\sqrt{T}}

For a lower barrier (K<SK < S), use the reflected form:

d1=hμTσT,d2=h+μTσTd_1 = \frac{h - \mu T}{\sigma\sqrt{T}}, \quad d_2 = \frac{h + \mu T}{\sigma\sqrt{T}}

The hitting probability is then:

P(hit K before T)=Φ(d1)+exp ⁣(2μhσ2)Φ(d2)P(\text{hit } K \text{ before } T) = \Phi(d_1) + \exp\!\left(\frac{2\mu h}{\sigma^2}\right) \cdot \Phi(d_2)

where Φ()\Phi(\cdot) is the standard normal CDF. The first term captures paths that reach KK via drift and diffusion; the second term uses the reflection principle to account for paths that cross the barrier and return—these are counted via an exponential scaling factor that depends on the drift-adjusted distance to the barrier.

Key Inputs

  • SS — current BTC spot price from the Deribit index.
  • KK — the strike (target level) we are evaluating.
  • TT — time to expiry in years.
  • σ\sigma — the implied volatility interpolated from the Deribit IV surface at strike KK and tenor TT.
  • rr — risk-free rate, set to zero for crypto (no carry).

We evaluate this formula across every strike on the Deribit chain, using the IV surface to assign the appropriate σ\sigma at each (K,T)(K, T) pair. The result is a full curve of implied hitting probabilities that we compare against Polymarket contract prices.

Replicating the Polymarket Digital on Deribit

A Polymarket contract that pays $1 if BTC touches $K is economically equivalent to a one-touch digital barrier option. Deribit does not list digitals, but they can be approximately replicated using vanilla options.

Call Spread Replication

A tight call spread approximates a digital payout:

Digital(K)    C(K)C(K+ϵ)ϵ\text{Digital}(K) \;\approx\; \frac{C(K) - C(K + \epsilon)}{\epsilon}

where C(K)C(K) is the price of a European call at strike KK and ϵ\epsilon is a small strike increment (e.g., $1,000). As ϵ0\epsilon \to 0 this converges to the option's delta at KK, which under Black-Scholes equals Φ(d2)\Phi(d_2)—the risk-neutral probability of finishing above KK.

However, the Polymarket contract settles on touching (at any time), not finishing. The first-passage probability is always \geq the terminal probability. To replicate a one-touch:

  • A portfolio of knock-in barrier options would be the exact hedge, but Deribit does not list these.
  • In practice, you can approximate with a static portfolio of vanillas across multiple expiries (a technique from Carr & Chou, 1997), though this is complex and liquidity-dependent.
  • The simplest hedge: buy the tight call spread on Deribit and accept basis risk from the touch-vs-finish mismatch.

The key insight: if the Deribit call-spread-implied digital price exceeds the Polymarket contract, you could in theory sell the Deribit replication and buy Polymarket—pocketing the spread. In practice, the touch-vs-finish basis, transaction costs, and cross-venue settlement risk make this difficult to execute cleanly.

Summary

Deribit hitting probabilities differ from Polymarket prices on both tails. The gap is driven by options market structure—hedging demand, insurance premium, structured product flow. Polymarket's thinner liquidity and likely simpler pricing models (flat vol, no smile) produce lower wing probabilities. The digital barrier payoff that Polymarket offers can be approximated on Deribit via tight call/put spreads, but the touch-vs-finish mismatch means the replication is imperfect.