pda-static

Reference for static price discovery auctions on legacy networks that only support Uniswap v3.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pda-static" with this command: npx skills add rustydotwtf/doppler-skills/rustydotwtf-doppler-skills-pda-static

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

  1. Validate InitData (ticks, fee, position count, sale share).
  2. Initialize positions once through Airlock.
  3. Track auction progression passively via market swaps.
  4. Exit when far tick is reached (exitLiquidity) for migrable pools.
  5. For lockable path, use beneficiary fee collection instead of migration exits.

Quick facts

ItemDetail
Main contractsUniswapV3Initializer, LockableUniswapV3Initializer
RebalancingNone
Exit requirementPrice reaches far tick
Lockable add-onsBeneficiaries, pool status gating, fee collection
PositioningLegacy fallback for v3-only networks; multicurve and dynamic are preferred on v4-capable networks

Failure modes

  • Tick bounds not aligned with spacing
  • Misinterpreting far-tick direction due to token ordering
  • Treating lockable pools as migrable
  • Incorrect beneficiary share configuration

References

Related skills

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

uniswap-fundamentals

No summary provided by upstream source.

Repository SourceNeeds Review
General

token-lifecycle

No summary provided by upstream source.

Repository SourceNeeds Review
General

fee-architecture

No summary provided by upstream source.

Repository SourceNeeds Review
General

verification

No summary provided by upstream source.

Repository SourceNeeds Review