allowlist: add Dory Burn and Mint Power Hook on Arbitrum#1306
Closed
SmokeyYang wants to merge 1 commit intoUniswap:new-hooks-routingfrom
Closed
allowlist: add Dory Burn and Mint Power Hook on Arbitrum#1306SmokeyYang wants to merge 1 commit intoUniswap:new-hooks-routingfrom
SmokeyYang wants to merge 1 commit intoUniswap:new-hooks-routingfrom
Conversation
e4b9d8c to
5d5302d
Compare
Member
|
cannot route through your pool somehow can you double check your pool/hook? |
Member
|
multicall 0xadF885960B47eA2CD9B55E6DAc6B42b7Cb2806dB with following quoter contract calls: you can debug from there |
Contributor
Graphite Automations"Request reviewers once CI passes on routing-api repo" took an action on this PR • (01/15/26)5 reviewers were added and 1 assignee was added to this PR based on Siyu Jiang (See-You John)'s automation. |
jsy1218
requested changes
Jan 15, 2026
Member
jsy1218
left a comment
There was a problem hiding this comment.
cannot approve on the hooks that can not quote
85f2727 to
a1244d7
Compare
Member
|
can route through: |
jsy1218
approved these changes
Jan 26, 2026
a1244d7 to
27a0011
Compare
Member
|
closing because this PR #1344 has been merged into main |
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.
This hook is designed to support a deflationary governance token model by invoking a controlled burn mechanism during liquidity-related actions.
The hook does not introduce custom fee logic, privileged state changes, or external value extraction. Its behavior is deterministic and limited in scope.
Hooked Pool
Uniswap App link:
https://app.uniswap.org/explore/pools/arbitrum/0xec6e37b2d66aa5ef5a9fc296b4da3474b121f512428dd425a51c6424955fc5eb
⸻
Hook Purpose
• Support a deflationary token economy for the protocol’s governance token
• Ensure predictable supply reduction through on-chain, rule-based burn logic
• Maintain transparency and simplicity in liquidity interactions
⸻
Technical Behavior
• The hook is triggered only during predefined pool lifecycle events
• Executes a burn function on the governance token contract
• No external calls beyond the token burn invocation
• No owner-only or upgradeable logic
• No dynamic parameter mutation after deployment
⸻
Security Considerations
• No reentrancy risk introduced by the hook
• No custody of user funds
• No fee skimming, MEV extraction, or hidden value transfer
• Token contract and hook contract are immutable
⸻
Permissions & Trust Model
• Hook contract has no admin privileges
• Pool permissions are permanently renounced
• Token minting and privileged controls are disabled
• Burn logic is fully on-chain and verifiable
⸻
Impact on Users & Liquidity
• Does not alter swap pricing logic
• Does not affect LP positions beyond the intended burn mechanism
• No adverse impact on pool solvency or price discovery
⸻
Motivation for Allowlisting
The hook enables a standard deflationary mechanism without introducing additional risk to LPs or traders.
Allowlisting this hook would restore normal trading activity for the community while maintaining Uniswap v4’s security and design principles.
⸻
Additional Notes
• The hook has been tested on testnet and behaves as expected
• We are happy to provide audits, test cases, or further technical details if required