V4_HOOK_READY · UNICHAIN SEPOLIA

The only options AMM
where volatility is a live fact.

European call and put options priced on-chain via Black-Scholes, volatility sourced from a four-chain realized vol index computed by Reactive Network.

Trade Options → Deploy Vault View Source
Vault TVL
Vol Index
Utilization
0.3%
Protocol Fee

Black-Scholes,
running on-chain.

Adjust the inputs to see how the premium changes in real time — this exact math runs in Solidity on every swap.

d₁ = (ln(S/K) + σ²T/2) / σ√T =
d₂ = d₁ − σ√T =
C = S·N(d₁) − K·N(d₂) =
P = K·N(−d₂) − S·N(−d₁) =
CALL PREMIUM
$—
δ Delta
γ Gamma
θ Theta/day
ν Vega/1%

Four chains in.
One price out.

Every premium update is a deterministic on-chain computation — no off-chain services, no oracles you can't audit.

Source chains
EthereumUniswap V3 swaps35%
ArbitrumUniswap V3 swaps30%
BaseUniswap V3 swaps20%
BSCUniswap V3 swaps15%
Reactive Network
ReactiveVolatilityRelayer.solAggregates realized vol · Weighted average
Unichain
VolatilityOracleStores σ · staleness guard
OptionsHook (V4)beforeSwap · B-S pricing
CollateralVaultUSDC underwriting
Settlement
ReactiveExpirySettler.solWatches expiry · Fires settleExpiredSeries() automatically

Built on two
frontier networks.

Unichain for ultra-cheap execution. Reactive Network for cross-chain automation — no bots, no cron jobs, no off-chain relayers.

⛓️

Unichain

Optimism-based L2 built by Uniswap Labs. Home of the Uniswap V4 PoolManager and the hook ecosystem. Sub-cent gas fees make on-chain option pricing economical for the first time.

  • All Voltaire contracts deployed here
  • V4 hook intercepts every swap to check for option buys
  • Black-Scholes runs in a single transaction
  • Settlement callbacks land here from Reactive

Reactive Network

A blockchain that watches other blockchains. Reactive Smart Contracts subscribe to events and automatically fire transactions — like GitHub Actions but for on-chain state.

  • Monitors Uniswap V3 swaps on 4 chains for vol data
  • Pushes weighted realized σ to VolatilityOracle every hour
  • Watches every option series expiry timestamp
  • Fires settleExpiredSeries() at expiry — no keeper needed

Everything options
infrastructure needs.

Designed from first principles for on-chain European options — no compromises on pricing accuracy or settlement reliability.

σ

Cross-chain Vol Index

Realized volatility aggregated from Ethereum (35%), Arbitrum (30%), Base (20%), and BSC (15%). Manipulation-resistant by design.

Ethereum
71.0%
Arbitrum
74.0%
Base
70.0%
BSC
73.0%

On-chain Black-Scholes

Full B-S formula in Solidity using WAD fixed-point arithmetic. Delta, gamma, theta, and vega computed on every option purchase — no approximations.

🏦

Collateral Vault

USDC liquidity providers underwrite all option series. Premiums are distributed proportionally. 17.3% estimated APY from current premium rates.

⏱️

Automated Settlement

When an option series expires, Reactive Network's ExpirySettler RSC detects the expiry timestamp on-chain and automatically calls settleExpiredSeries(seriesId, spotPrice) on Unichain — no keeper bots to fund, no manual intervention required. ITM holders can then claim their payout trustlessly.

🔗

Uniswap V4 Hook

OptionsHook intercepts swaps via beforeSwap and beforeSwapReturnDelta. No separate contracts — options live natively inside the pool.

📋

Option Tokens (ERC-20)

Each option series mints standard ERC-20 tokens. Fully composable — transfer, wrap, use as collateral in other DeFi protocols.

Designed to be
auditable.

Every design decision was made with verifiability in mind. 112 passing tests, no upgradeable proxies, no admin keys on core logic.

112 Foundry Tests

Full coverage across BlackScholes, CollateralVault, OptionsHook, OptionSeries, and VolatilityOracle. Fuzz tests included.

Staleness Guard

VolatilityOracle reverts on stale data. If Reactive Network stops updating, pricing halts rather than using bad vol.

Pull Settlement

ITM holders claim payout individually — no iteration over unbounded holder arrays, no gas DoS risk.

BSL-1.1 License

Business Source License — educational use permitted, commercial use requires written consent. Converts to MIT on 2030-01-01.

One vol index.
Four chains.

Realized volatility computed from Uniswap V3 ETH/USDC 0.05% pools — the deepest, most liquid ETH markets on each network.

🔷
Ethereum
71.0%
35% weight · 288 samples
🔵
Arbitrum
74.0%
30% weight · 288 samples
🔵
Base
70.0%
20% weight · 288 samples
🟡
BSC
73.0%
15% weight · 288 samples

Traditional options are broken.
Here's the math.

Same Black-Scholes formula — but Voltaire uses real cross-chain vol, not an inflated implied vol set by market makers. Every number below is computed live.

Traditional (e.g. Deribit)
Implied vol: (realized + 18% MM spread)
Premium:
Gas (Ethereum): ~$18
total cost per contract
Voltaire
Realized vol: (live 4-chain oracle)
Premium:
Gas (Unichain): ~$0.01
total cost per contract
You Save
per contract
30-day ATM call · live oracle data
Feature Traditional Voltaire
Vol source Implied vol — opaque, set by market makers Realized vol — 1,152 samples/day across 4 chains
Settlement Keeper bot — can fail, requires funding Reactive Network cron — automatic, zero bots
Manipulation risk Single chain — flash loan attackable 4 chains simultaneously — practically impossible
Counterparty Exchange team / protocol Smart contract only — fully trustless
Uniswap version Not applicable V4 hook (product) + V3 data source (vol oracle)

Uniswap V3 is used as the volatility data source (deeper liquidity, 3+ years battle-tested, available on all 4 chains). Uniswap V4 is the product layer — the hook intercepts swaps to mint options on Unichain.

Who should use Voltaire?

ETH Holder

Buy put options as portfolio insurance. Cap your downside without selling ETH. Pay a small premium, protect against a 30–50% crash.

Defined risk · keep upside · no liquidation
Directional Trader

Leverage ETH exposure without full capital. A call option at ~5% of ETH's price gives equivalent upside. Max loss = premium paid.

Capital-efficient · ~28% cheaper than CEX
USDC Yield Farmer

Deposit USDC into CollateralVault. Earn premiums from every option sold. 17.3% APY demonstrated — far above lending rates.

Passive yield · no impermanent loss
DeFi Treasury

Hedge ETH treasury exposure. Buy puts without trusting a custodian. Cheaper than OTC, fully transparent, on-chain accounting.

Trustless · auditable · no counterparty
AI / Autonomous Agent

Fully on-chain, no API keys or broker accounts. An agent can hedge or speculate programmatically with zero human dependency.

Zero human intervention · automatic settlement

Start trading.
No setup required.

Deployed on Unichain Sepolia testnet. Connect MetaMask and go.