Skip to content

Conversation

@ashutoshchaturvedi08
Copy link

This hook charges a 2% swap fee on every buy and sell involving native assets (e.g., ETH/WBNB) in the pool. It works at the beforeSwap and afterSwap hook stages to detect incoming and outgoing swap amounts. The calculated 2% fee is automatically deducted and sent to a fixed, immutable fee recipient address.

It does not modify pool state beyond fee collection, does not require custom input data, has no admin functions, and is fully non-upgradeable. The contract cannot withdraw or manage pool liquidity, cannot pause trading, and holds no privileged roles. Its only purpose is to take a fixed 2% fee on native asset swaps for revenue-sharing purposes.

https://app.uniswap.org/explore/pools/bnb/0xe2aa3053e7bacabab466bf2977aac7f31cf59f4c371b575f4e953aa8b21fb12d

@avco2018
Copy link

avco2018 commented Nov 8, 2025

Hi Uniswap Team,

We’ve resolved all conflicts, and our branch is now fully up-to-date with the base branch. Kindly review our hook code repository (as mentioned in the Hook Whitelisting submission form) and our PR when you get a chance.

We also realized that our repository was set to private when we initially submitted the form - it has now been made public so the Uniswap team can access the repo and hook contract code without any issues.

This hook whitelisting is very important for our upcoming platform launch. Our platform is an ICM Launchpad, enabling project creators from various domains to launch their ideas - leading to significant trading volume across chains. While we have currently submitted the hook for BNB, our platform also supports Base and Ethereum, using the same hook contract logic. We’d like to ensure we meet Uniswap’s requirements before expanding to other chains.

Thank you very much for your time and support - we truly appreciate your help with this process.

Hook Address - 0x450E0FBfA8f19bC7C35D57FF083adFF7f1B980cC

Pool Address (Test token)- 0xe2aa3053e7bacabab466bf2977aac7f31cf59f4c371b575f4e953aa8b21fb12d

Thanks,
Launchly Team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants