The core idea
A volatility surface is a map of implied volatility by strike and expiry.
Options on the same underlying do not usually trade with one flat volatility number. Different strikes and expiries can have different implied volatilities. A volatility surface organizes those differences into a consistent structure that can be read, interpolated, monitored, and streamed.
Convert option prices into implied volatility
Each listed option contributes a volatility point after the market price, forward, strike, expiry, and option convention are normalized.
Fit a smile for each expiry
The strike dimension is smoothed into an expiry smile, often with SVI, so the system can evaluate volatility between listed strikes.
Connect smiles across maturities
Expiry slices become a surface when the system tracks term structure, fixed tenors, risk nodes, and diagnostics together.
In Derivasys, the volatility surface is not just a chart. It is the live market state that feeds the SVI guide, risk reversal guide, fly guide, and the dashboard.
Implied volatility
Every point starts as an option price converted into implied volatility.
Implied volatility is the volatility input that makes an option pricing model reproduce the observed market price. A BTC option quote therefore becomes a volatility point only after the system has the forward, strike, expiry, option side, and market convention in the same coordinate system.
The implied volatility guide covers that price-to-volatility conversion in more detail.
This is why the volatility layer matters so much in a live system. The engineering note on real-time BTC options surfaces explains how IV inversion can become the bottleneck before the surface fit itself is difficult. The full set of Derivasys technical articlesfollows that system from MVP to Kafka-backed workers.
Volatility smile
One expiry slice is a volatility smile.
For a single expiry, implied volatility is plotted against strike, moneyness, or delta. That curve is the volatility smile. The smile shows whether downside puts, ATM options, or upside calls are trading rich relative to each other.
A full surface connects many of those smiles across expiries. That connection is what lets a trader ask whether a skew move is isolated to the front expiry, persistent across the curve, or caused by sparse quotes in one part of the market.
Read the volatility smile guideSurface construction
The useful surface has axes, fit logic, and diagnostics.
A production surface is more than a smooth rendering. It needs enough structure to explain how every displayed number was produced and enough diagnostics to show whether the fit should be trusted.
Strike or moneyness
The horizontal smile dimension. Crypto desks often work in log-moneyness or delta buckets so strikes remain comparable as the forward moves.
Time to expiry
The tenor dimension. Short-dated event risk and longer-dated structural volatility can behave very differently.
Implied volatility
The height of the surface. It is the volatility input that makes an option pricing model match the observed market price.
Diagnostics
The production layer around the surface: quote freshness, fit residuals, arbitrage checks, update timing, and venue context.
SVI fitting
SVI turns noisy strike quotes into a stable expiry smile.
SVI, short for Stochastic Volatility Inspired, is a compact way to fit total implied variance across log-moneyness for one expiry. It is useful because it gives each smile a controlled mathematical shape before that smile is used inside the larger surface.
Read the SVI formula guideRisk nodes
Risk reversals and flies are compact reads from the surface.
Traders rarely inspect every point manually. They extract stable nodes from the fitted surface: ATM volatility, 25-delta risk reversals for signed skew, flies for smile curvature, and fixed-tenor rows for term-structure monitoring.
Same-delta call IV minus put IV. Read the risk reversal guide.
Average wing volatility minus ATM. Read the volatility fly guide.
Hold comparable delta buckets fixed when the forward moves. Read sticky strike vs sticky delta.
Compare a dynamics-led smile model with direct SVI surface fitting in the SABR/SABRE guide.
Dashboard usage
A live dashboard turns the surface into an operational view.
The surface is most useful when fitted smiles, venue marks, quote-through-fit checks, risk nodes, and update timing are visible together. That is the gap between a volatility chart and a surface a desk can use during active markets.
Read the whole market state
A surface keeps ATM volatility, skew, wings, and term structure in one view instead of treating each expiry as a separate chart.
Extract trader-facing nodes
Risk reversals, flies, fixed-tenor rows, and delta buckets come from the fitted surface rather than isolated raw quotes.
Audit the fit
Live diagnostics show whether a smooth curve is supported by real quotes or is being pulled around by sparse, stale, or wide markets.
Stream the state
A production surface can feed dashboards, WebSocket clients, REST snapshots, alerts, and research pipelines from the same source of truth.


Topical path
Move from the surface concept into the live dashboard.
This is the practical reading order for the Derivasys volatility cluster: understand implied volatility, read one expiry smile, fit it with SVI, extract skew with risk reversals, then inspect the live dashboard.
FAQ
Common questions about volatility surfaces.
What is a volatility surface?
A volatility surface is a three-dimensional view of implied volatility across option strike or moneyness and time to expiry. Each expiry has a smile, and the connected set of smiles forms the surface.
How is a volatility surface different from a volatility smile?
A volatility smile is one expiry slice across strikes. A volatility surface connects many smiles across expiries so traders can inspect both strike shape and term structure.
Why do traders use volatility surfaces?
Traders use volatility surfaces to compare options consistently, monitor skew and wing richness, interpolate between listed strikes, and track how implied volatility changes across maturities.
Where does SVI fit into a volatility surface?
SVI is one common way to fit each expiry smile. A production surface then combines those fitted smiles with forward context, interpolation, constraints, diagnostics, and live monitoring.
References
Related Derivasys guides.
- Derivasys technical articles
- Building a real-time crypto volatility surface system
- Derivasys implied volatility guide
- Derivasys volatility smile guide
- Derivasys SVI guide
- Derivasys risk reversal guide
- Derivasys volatility fly guide
- Sticky strike vs sticky delta
- Engineering a real-time BTC options volatility surface