We deployed and tested the hook + market stack on Unichain Sepolia using Uniswap v4 PoolManager infrastructure. We integrated Reactive Network by subscribing to hook telemetry logs and using reactive callbacks to trigger authenticated epoch settlement on destination contracts.
Github:https://github.com/smartman873/vfa-hooks Slides: https://gamma.app/docs/zgwti62q2axmg0u Project Link: Demo Video:https://youtu.be/W65mfeYH_ag
Most DeFi users can only express directional price views, while volatility exposure usually requires complex offchain venues or multi-leg strategies that are hard to automate and verify. We built VFA Hook to create a native onchain market for trading realized volatility directly, with deterministic epoch accounting and automated settlement.
VFA Hook introduces a new specialized market primitive on Uniswap v4: volatility as the traded asset. By combining hook-native telemetry with reactive epoch settlement, it enables transparent, programmable vol trading that can be reused by structured products, hedging vaults, and LP risk-management systems.
The hardest parts were designing a deterministic volatility model that is manipulation-resistant, implementing safe callback authentication/replay protection across reactive flows, and achieving high test coverage across unit, fuzz, and integration lifecycle paths.