Skip to content

Commit

Permalink
title
Browse files Browse the repository at this point in the history
  • Loading branch information
scab24 committed Sep 16, 2024
1 parent 5bfe1e9 commit e60a113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Hook/univ4-risk-neutral-hook.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import {VolatilityCalculator} from "../Math/implied volatility_solidity.sol";

/**
* @title univ4-risk-neutral-hook
* @notice Uniswap v4 Hook to dynamically adjust fees based on gas price and market data.
* Utilizes an Exponential Moving Average (EMA) for gas price and Chainlink oracles to obtain volatility, liquidity, and volume data.
* @notice LVR & IL Hedge Hook: Dynamic Fees for pools and Power Perps / Borrwing hedges for LPs.
Towards a risk neutral DeFi.
*/
contract univ4riskneutralhook is BaseHook, Ownable {
using LPFeeLibrary for uint24; // Library to handle liquidity fees
Expand Down

0 comments on commit e60a113

Please sign in to comment.