[Hooks] Add VolumeDynamicFeeHook to Optimism hooks allowlist#1399
Open
Axel-DeFi wants to merge 1 commit into
Open
[Hooks] Add VolumeDynamicFeeHook to Optimism hooks allowlist#1399Axel-DeFi wants to merge 1 commit into
Axel-DeFi wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author
|
Hi team, just following up on this PR. The routing hook intake form has already been submitted for this hook. Please let me know if anything else is needed from my side to help with review or allowlist consideration. Happy to provide any additional implementation details or supporting materials if useful. |
Author
|
Received email confirmation that the hook submission has been approved and is now eligible for routing. Leaving this here for visibility. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add VolumeDynamicFeeHook to the Optimism hook allowlist used by routing.
Hook purpose
VolumeDynamicFeeHook is a Uniswap v4 dynamic fee hook designed to provide bounded adaptive LP fee control with explicit onchain telemetry and transparent operational behavior.
Contract details
Accounting
The hook uses
afterSwapReturnDeltato collect a hook fee inafterSwap. The fee is derived from swap settlement data using a configurablehookFeePercentparameter (hard-capped at 10%, changes enforced by a 48-hour timelock). Collected fees are held as ERC6909 claims in PoolManager (minton swap,burn+takeon owner withdrawal). NobeforeSwapReturnDeltaor other custom accounting is used.Safety considerations
Production history
Previous versions of this hook have been running on Optimism for over a month without incidents. The current version (v2.4.0) is a redeployment with an updated audit.
Rationale for allowlist inclusion
Contact
axel.defi.404@gmail.com
Checklist