pda-static
Installation
SKILL.md
Source References: Use Doppler deployments as the contract source of truth for deployed addresses and revisions.
Static Price Discovery Auction
When to use
- The target network is legacy and only supports Uniswap v3 (no Uniswap v4 support)
- You need fixed-curve behavior with no epoch rebalance
- You are debugging far-tick exit gating or beneficiary fee collection in lockable pools
Prerequisites
- Choose supported fee tier and corresponding tick spacing
- Confirm tick bounds and token ordering implications
Core workflow
- Validate
InitData(ticks, fee, position count, sale share). - Initialize positions once through Airlock.
- Track auction progression passively via market swaps.
- Exit when far tick is reached (
exitLiquidity) for migrable pools. - For lockable path, use beneficiary fee collection instead of migration exits.