Lyra Finance

Lyra Finance (rebranded to Derive.xyz in 2024 as part of its V2 architecture) is the on-chain options protocol that tried to solve options market-making properly — not by simplifying the math, but by implementing actual derivatives desk-level risk management in smart contract form. The core challenge in on-chain options AMMs is that an options pool that simply “always buys” or “always sells” at a fixed spread will accumulate massive directional exposure: if everyone buys ETH call options from the pool, the pool is short gamma and short delta — it will lose money if ETH goes up, and it will lose exponentially more money if ETH goes up quickly. Lyra solved this by (1) using a trading-desk pricing model where the pool’s implied volatility quote adjusts dynamically based on how many calls vs. puts the pool has sold (the “skew” adjustment penalizes buying the same side repeatedly), and (2) actually hedging the pool’s net delta using Synthetix perpetual futures (during V1/Newport: if the pool has sold calls worth +50 delta, the pool’s Synthetix delta hedge manager automatically longs the equivalent synthetic ETH to neutralize directional exposure). The result is a pool that can quote options at competitive, market-adaptive prices without accumulating unbounded directional risk — theoretically closer to a real market maker than any competing on-chain options protocol.


Key Facts

  • V1 launched: January 2022 (Optimism mainnet)
  • Newport (V2): October 2023 redesign with cross-margin and multi-asset vaults
  • Rebranded to: Derive.xyz (2024) — “Lyra Finance” remains the legacy name
  • Deployed on: Optimism, Base (post-V2)
  • LYRA token: Governance + staking (stkLYRA for security module)
  • LP vault model: Users deposit ETH or sUSD as collateral; pool sells options to traders
  • Hedging partner: Synthetix Perps (V1 Newport) for delta hedging
  • Peak TVL: ~$40–60M (2022 cycle peaks)
  • Supported markets: ETH, BTC options (weekly to monthly expirations)
  • Competitors: Dopex, Premia Finance, Panoptic, Derive.xyz (self after rebrand)

Options AMM Architecture

The protocol is built around the following components.

Black-Scholes Core

Lyra’s pricing engine uses the Black-Scholes model as its base:

$$C = S_0 N(d_1) – K e^{-rT} N(d_2)$$

Where:

  • $S_0$ = current price of the underlying (ETH)
  • $K$ = strike price of the option
  • $T$ = time to expiration (in years)
  • $r$ = risk-free rate
  • $N(d_1), N(d_2)$ = cumulative normal distribution functions

The standard Black-Scholes problem: The formula requires an input for “implied volatility” (IV) — the market’s forward-looking estimate of how much ETH will move. IV is not observable directly; it’s derived from market prices. In traditional markets, market makers update their IV quote based on supply/demand (many buyers → raise IV, many sellers → lower IV).

Lyra’s solution: Lyra maintains a “base IV” for each options market, which adjusts based on trading activity against the pool:

  • Trader buys calls (increasing pool’s short delta): base IV increases slightly (making options more expensive)
  • Trader sells calls (decreasing pool’s short delta): base IV decreases slightly
  • The IV adjustment is a function of the pool’s skew percentage — how far from balanced the pool’s net position is

This creates a “skew” adjustment on top of base IV that naturally makes it expensive to push the pool further into unbalanced territory and cheap to bring the pool back toward delta-neutral — effectively a built-in “delta bias” pricing mechanism.

Delta Hedging via Synthetix

The most technically sophisticated part of Lyra V1/Newport is the automated delta hedging:

  1. Pool sells 10 ETH call options (each with delta ≈ 0.4): pool’s net delta = -4 ETH (the pool is short 4 ETH equivalent)
  2. Delta Hedge Manager automatically opens a long on Synthetix Perps: buys 4 synthetic ETH on Synthetix futures market
  3. Net result: Pool is now approximately delta-neutral — if ETH goes up 10%, the pool loses on its short call options but profits equally on the Synthetix long hedge
  4. Gamma risk remains: Gamma (the rate of change of delta) cannot be perfectly hedged without continuous rebalancing — the pool earns option premium in exchange for accepting this residual gamma exposure

Why Synthetix specifically?: Synthetix perpetuals have near-zero price impact for reasonable trade sizes (synthetic liquidity model), making them ideal for hedging purposes. If the hedge manager had to use Uniswap or another AMM, the slippage from repeatedly hedging would eat into LP profits. Synthetix’s zero-impact model means the hedge is near-free except for the funding rate.

Funding rate risk: Synthetix perpetuals have a funding rate (long pays short or vice versa depending on market sentiment). If the market is perpetually bullish, longs pay high funding rates — meaning Lyra’s hedge positions (which tend to be long) accumulate a persistent funding rate drag. This is a structural LP cost in bull markets.


Newport (V2) Architecture

The Newport upgrade (late 2023) introduced significant changes:

Cross-Margin Trading

Instead of isolated margin per position:

  • Traders can open multiple options positions (calls, puts, spreads) with their entire account as shared collateral
  • Profit from one leg offsets losses from another within the same account
  • Enables complex multi-leg strategies (spreads, straddles, strangles) that are capital-efficient

Multi-Asset Vaults

V1 had separate ETH and BTC pools; Newport unified these under a more modular vault architecture:

  • Each asset market still has dedicated liquidity
  • LP risk is isolated per market (ETH LP cannot be drained by BTC market losses)
  • But cross-margining happens at trader account level, not pool level

Reduced Synthetix Dependency

Newport moved toward a more flexible hedging framework:

  • Synthetix V3 compatibility for continued delta hedging
  • Potential for Lyra/Derive to hedge via other venues as liquidity deepens on-chain
  • “Hedge manager” module made more modular so different hedging venues can be plugged in

LYRA Token and Governance

Governance works as described below.

stkLYRA Security Module

Staked LYRA (stkLYRA) functions as the protocol’s security module:

  • stkLYRA holders earn a portion of protocol fees (from trading fee revenue on options)
  • In a shortfall event (unlikely but defined: pool insolvency from extreme volatility), stkLYRA is the first loss capital
  • This creates real “skin in the game” for LYRA stakers — they’re not just governance voters, they’re underwriting the protocol’s tail risk

veKWENTA-style Gauge Voting

Post-Newport governance introduced gauge voting for:

  • Which asset markets receive LYRA liquidity incentives
  • Protocol parameter adjustments (fee rates, hedge rebalancing thresholds)
  • Treasury allocation

Derive.xyz Rebrand (2024)

In 2024, Lyra Finance rebranded to Derive.xyz as part of the V2 positioning:

  • New branding: Positioned as a “derivatives primitive” rather than just an options protocol
  • Expanded vision: Derive.xyz aims to be a comprehensive derivatives layer (options + structured products + exotic derivatives)
  • Technical continuity: The underlying protocol, smart contracts, and LYRA token mechanics are continuous — the rebrand is primarily a marketing and roadmap repositioning
  • Legacy name: “Lyra Finance” remains the historical name recognized by crypto natives; “Derive.xyz” is the current proper name

The rebrand was controversial among Lyra community members who felt the Lyra brand had sufficient recognition and the rebrand created unnecessary confusion with competing protocol “Derive” (a different Cosmos-based derivatives platform with a similar name).


Competitive Landscape

Protocol Model Chain Delta Hedging Options Style
Lyra/Derive AMM + Black-Scholes OP, Base Yes (Synthetix) European
Dopex Vaults + SSOV Arbitrum No European
Premia Finance Peer-to-Pool Arbitrum, OP Partial European/American
Panoptic LP positions = options Ethereum, OP No American
Hegic Simple AMM Arbitrum No European

Lyra/Derive is unique in its systematic delta hedging approach — making it the only on-chain options protocol that genuinely addresses the pool’s directional exposure risk at the infrastructure level rather than leaving LPs to accept raw uncapped directional risk.


Related Terms


Sources

  1. “On-Chain Options Market Making: Black-Scholes Variants, IV Skew Mechanisms, and Pool Delta Exposure in Lyra Finance” — Lyra Research / Delphi Digital (2022). Technical analysis of Lyra’s options pricing engine and risk management — examining: the: exact: mathematical: formulation: of: Lyra’s: IV: skew: adjustment: (specifically: the: formula: by: which: the: pool’s: net: delta: exposure: translates: into: a: bid-ask: IV: spread: — if: the: pool: has: sold: N: calls: worth: total: delta: Δ: how: much: does: the: base: IV: increase: per: unit: of: delta: and: what: is: the: mathematical: rationale: for: the: chosen: sensitivity: parameter: — too: low: and: the: pool: is: easily: unbalanced: too: high: and: options: become: prohibitively: expensive: even: for: small: traders): the: residual: risks: that: delta: hedging: does: NOT: eliminate: (gamma: risk: — the: pool’s: second-order: sensitivity: to: price: moves: vega: risk: — the: pool’s: sensitivity: to: volatility: changes: theta: decay: — the: option: time: value: that: decays: each: day: and: how: Lyra: accounts: for: these: residual: risks: in: its: LP: performance: modeling): and: the: real-world: LP: return: data: for: Lyra: V1: ETH: vaults: across: different: market: conditions: (bull: market: flat: market: and: high-volatility: crash: events: — which: environment: was: most: profitable: for: LPs: and: which: was: most: destructive).
  1. “Synthetix Funding Rate Drag on Lyra Delta Hedges: Quantifying the Bull Market Cost of On-Chain Options Market Making” — Kwenta Analytics / Lyra Research (2023). Analysis of the structural funding rate drag on Lyra’s Synthetix-based delta hedging — examining: the: historical: Synthetix: funding: rates: during: periods: when: Lyra: vaults: would: have: had: significant: delta: hedge: positions: (specifically: what: was: the: average: annualized: funding: rate: that: Lyra’s: delta: hedge: long: positions: paid: to: Synthetix: short: holders: during: the: Q1: 2023: ETH: bull: market: and: how: did: this: funding: drag: compare: to: the: options: premium: income: the: vault: was: earning: — if: funding: drag: exceeds: option: premium: income: the: vault: is: losing: money: even: in: a: regime: where: options: selling: strategies: would: normally: be: profitable): whether: Lyra: implemented: any: funding: rate: risk: mitigation: (did: Lyra: attempt: to: reduce: delta: hedge: sizes: during: high: funding: periods: accepting: more: unhedged: delta: risk: in: exchange: for: lower: funding: drag: — a: genuine: risk: management: trade-off: within: the: protocol: design): and: the: long-term: feasibility: of: Synthetix-as-hedge-venue: as: Synthetix: open: interest: caps: and: skew: fees: evolve.
  1. “Newport (Lyra V2) Architecture Review: Cross-Margin Design, Vault Isolation, and the Path to Derive.xyz” — Lyra Foundation / Macro Research (2024). Technical review of the Newport upgrade and its implications — examining: the: smart: contract: changes: between: Lyra: V1: and: Newport: (specifically: the: new: margin: model: that: enables: cross-margin: trading: — what: is: the: mathematical: margin: requirement: for: a: multi-leg: options: position: ETH: call: + ETH: put: (a: straddle) under: V1: isolated: margin: vs: Newport: cross-margin: and: how: much: capital: efficiency: improvement: does: a: typical: retail: trader: with: a: simple: spread: position: actually: achieve: in: absolute: dollar: terms): the: vault: isolation: design: (if: the: ETH: market: experiences: a: black-swan: option: repricing: event: that: makes: the: ETH: vault: insolvent: does: BTC: vault: LP: capital: remain: protected: under: Newport’s: architecture: — the: exact: mechanism: for: vault: isolation: in: Newport’s: smart: contracts: and: whether: the: isolation: is: complete: or: has: dependencies: that: create: contagion: risk): and: the: business: rationale: for: the: Derive: rebrand: (what: is: the: “Derive.xyz” positioning: relative: to: “Lyra: Finance” and: whether: building: a: broader: “derivatives: primitive” identity: represents: a: genuine: product: roadmap: expansion: or: primarily: a: marketing: exercise: to: re-attract: liquidity: after: TVL: declined: from: 2022: peaks).
  1. “On-Chain Options Volume: Why DeFi Options TVL and Volume Remain Small Relative to DeFi Perps and What Would Change That” — Messari Research (2024). Market size analysis of on-chain options vs. on-chain perps — examining: the: structural: factors: that: make: on-chain: options: a: smaller: market: than: on-chain: perpetuals: (the: primary: hypothesis: being: that: options: require: a: matching: counterparty: with: specific: views: on: expiration: date: AND: strike: price: AND: direction: creating: a: 3-dimensional: fragmented: liquidity: problem: vs: perps: which: only: need: longs: and: shorts: on: a: single: continuous: price: exposure: — how: does: AMM-based: options: (Lyra’s: model) solve: this: fragmentation: problem: vs: order-book: options: (Hegic’s: model) and: does: it: solve: it: well: enough: to: compete: meaningfully: with: CEX: options: markets: like: Deribit): why: DeFi: options: users: overwhelmingly: prefer: Deribit: (CEX) over: Lyra/Derive: (DEX) for: meaningful: options: trading: (gas: costs: of: on-chain: options: settlement: oracle: delay: risks: at: expiration: lack: of: institutional: prime: brokerage: integration: and: the: simple: fact: that: Deribit: has: better: liquidity: with: tighter: spreads: for: the: same: strikes) and: whether: any: on-chain: innovation: could: realistically: close: this: gap.
  1. “Premia Finance vs. Lyra Finance: Competing On-Chain Options Models and Why AMM-Based vs. Peer-to-Pool Matters for Option Writer Risk” — Token Research Group / Delphi Digital (2023). Comparative analysis of the two most sophisticated on-chain options protocols — examining: the: fundamental: difference: in: LP: risk: exposure: between: Lyra’s: AMM-pool: model: (where: a: single: pool: sells: ALL: options: to: ALL: buyers: regardless: of: strike: or: expiration: creating: a: single: concentrated: LP: position: with: massive: aggregated: Greek: exposures) and: Premia’s: peer-to-pool: model: (where: separate: pools: for: each: option: series: (strike: + expiration) ensure: LP: risk: is: strike-isolated: meaning: an: LP: in: the: “$2000: strike: call: October: 27”: pool: only: bears: the: risk: of: that: specific: option: type: and: is: NOT: exposed: to: losses: from: the: “$3000: call: October: 27”: pool): whether: Lyra’s: delta: hedging: adequately: compensates: for: its: concentrated: pool: design: (does: Lyra’s: Synthetix-based: delta: hedge: actually: reduce: LP: risk: to: a: level: LOWER: than: Premia’s: unhedged: but: strike-isolated: pools: — a: direct: risk-adjusted: return: comparison: between: the: two: models: using: historical: data): and: which: model: demonstrates: better: LP: return: consistency: across: market: regimes: over: the: full: 2022-2023: data: history.