A data-driven AMM protocol that aims to minimize fee revenue concentration by JIT liquidity providers with a progressive tax based on the time an LP leaves their asset inventories in the pool, incorporated into the trading fees. This is designed to reward liquidity depth provided by ex-ante liquidity providers.

1 Open Issue Need Help Last updated: Sep 7, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The `test__Unit_JITSingleLP` test fails with an arithmetic underflow error during a `transferFrom` operation in the `MockJITHub` contract. This issue occurs when the `MockJITHub` attempts to transfer tokens back to the `PoolManager`, indicating a problem with the token amount calculation or state during the JIT liquidity provision process.

Complexity: 3/5
bug help wanted good first issue

A data-driven AMM protocol that aims to minimize fee revenue concentration by JIT liquidity providers with a progressive tax based on the time an LP leaves their asset inventories in the pool, incorporated into the trading fees. This is designed to reward liquidity depth provided by ex-ante liquidity providers.

Solidity