v4-dynamic-auction
Installation
SKILL.md
Source References: Code citations link to raw GitHub files pinned to commit
46bad16d.
V4 Dynamic Auction
When to use
- Tasks involving
src/initializers/Doppler.solorsrc/initializers/UniswapV4Initializer.sol - Questions about epoch rebalancing, gamma, tick accumulator, slug mechanics, or proceeds thresholds
- Debugging why a dynamic auction rebalanced, exited early, or entered insufficient-proceeds mode
Prerequisites
- Understand
token0 < token1ordering and tick direction - Know the sale asset and numeraire for the target pool
- Have access to Foundry (
forge,cast) and a V4-capable RPC endpoint