Dolphin.fm
  • 🐬Overview
    • Introduction
    • Background
    • The Vision
    • Roadmap
    • Core Components
  • 🌊Product Manual
    • Stage 1: Knowledge Discovery Trading Engine
    • Onboarding Wizard
    • Knowledge Discovery Trading Engine(KDTE)
    • One-Click Trading
    • One-Click Investment
      • Dual Investment with Downside Protection
      • Single Asset Yield Farming with Impermanent Loss Protection
    • Stage 2: Agent Engine and Ecosystem
  • 💡Technology
    • System Architecture
      • Online Service
      • Knowledge Service
      • AI Infrastructure
      • AI Agent Infrastructure
    • Large-Language-Model Specialized in Investing
      • Domain Knowledge
      • Tabular Understanding
    • Quantitative and Machine Learning Models
      • Main Strategy for Hedging Impermanent Loss
      • Time Selection and Loss & Rebalance Strategy
      • Volatility Predictions
  • 💎TOKENOMICS
    • Introduction to $DOLFM
    • $DOLFM Token Utilities
    • Quantitative Token Self-regulating Mechanism
      • Buyback & Burn Mechanism
      • Revenue-based Minting Algorithm
      • veToken Model
Powered by GitBook
On this page
  1. Technology
  2. Quantitative and Machine Learning Models

Volatility Predictions

PreviousTime Selection and Loss & Rebalance StrategyNextIntroduction to $DOLFM

Last updated 10 months ago

Black-Scholes model, the mathematical equation used for pricing options is widely used among dolphin.fm volatility products. The volatility parameter σ in the option pricing formula is the core parameter in the dolphin.fm quotation and hedging system. The capability of accurate realized volatility prediction plays a key role on whether the market maker's risk can be completely hedged or even profitable.

dolphin.fm’s RV prediction model:

Assume the valid option time span 0≤t≤T,system would need time series mode to predict the value of

  • For the real market data, system needs at t=0 , relatively accurately predict .

  • The estimation of price of underlying asset between time [0,T]:

Where , Δ=T/N as sampling period for calculating volatility,

When doing back testing, we use the current to predict next period .

dolphin.fm will implement the following four volatility time series prediction models, and dynamically adjust the selection of models according to the back testing result, or weighted to obtain the final volatility prediction:

  • Directly use historical volatility prediction where the HV can take different sampling periods or time windows of different lengths.

  • Use index-weighted historical volatility prediction,

  • GARCH Model

  • Stochastic Volatility Model

💡