Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: fee tiers #4

Merged
merged 4 commits into from
Aug 26, 2024
Merged

feat: fee tiers #4

merged 4 commits into from
Aug 26, 2024

Conversation

thaixuandang
Copy link
Collaborator

@thaixuandang thaixuandang commented Jul 8, 2024

Fee tiers:

  • 0.01%:
    • 0.005% for LP + 0.005% for protocol
    • tick spacing of 1, equivalent to 0.01% between initializable ticks (why? discussion, proposal)
  • 0.3%
    • 0.25% for LP + 0.05% for protocol
    • tick spacing of 60, approximately 0.60% between initializable ticks (as in the whitepaper)
  • 1%
    • 0.85% for LP + 0.15% for protocol
    • tick spacing of 200, approximately 2.02% between initializable ticks (as in the whitepaper)

@thaixuandang thaixuandang changed the base branch from release/v1.0.0 to feature/fork-uniswap-v3 July 29, 2024 09:23
@thaixuandang thaixuandang changed the base branch from feature/fork-uniswap-v3 to feature/rename-and-format July 29, 2024 09:23
src/core/KatanaV3Pool.sol Outdated Show resolved Hide resolved
@thaixuandang thaixuandang changed the base branch from feature/rename-and-format to feature/upgradeable-beacon-proxy August 7, 2024 04:30
@thaixuandang thaixuandang marked this pull request as ready for review August 7, 2024 04:30
Base automatically changed from feature/upgradeable-beacon-proxy to release/v1.0.0 August 26, 2024 07:45
@thaixuandang thaixuandang force-pushed the feature/fee-tiers branch 2 times, most recently from b2134d2 to ff226c1 Compare August 26, 2024 08:18
@thaixuandang thaixuandang merged commit 3747c28 into release/v1.0.0 Aug 26, 2024
2 checks passed
@thaixuandang thaixuandang deleted the feature/fee-tiers branch August 26, 2024 08:19
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