v4-multicurve-auction

Installation
SKILL.md

Source References: Code citations link to raw GitHub files pinned to commit 46bad16d.

V4 Multicurve Auction

When to use

  • You are configuring or debugging multicurve launches on V4
  • You need curve share math and position distribution behavior
  • You need locked vs migrable pool semantics

Prerequisites

  • Confirm curve set and share total (WAD exact)
  • Decide variant:
    • Base multicurve (UniswapV4MulticurveInitializer)
    • Scheduled multicurve (UniswapV4ScheduledMulticurveInitializer)
    • Decay multicurve (DecayMulticurveInitializer)

Core workflow

  1. Build Curve[] and validate shares/tick spacing.
  2. Initialize pool with selected variant.
Related skills
Installs
3
GitHub Stars
4
First Seen
Feb 3, 2026