migrator-uniswap-v2

Installation
SKILL.md

Source References: Use Doppler deployments as the contract source of truth for deployed addresses and revisions.

Uniswap V2 Migrator

When to use

  • You are integrating a legacy migration destination based on Uniswap V2 pools.
  • You need to verify Airlock-to-migrator handoff behavior for the V2 path.
  • You are auditing compatibility behavior on networks where V4 migration is not used.

Prerequisites

  • Confirm liquidityMigrator is configured to the V2 migrator implementation.
  • Confirm migration policy allows V2 for this launch.
  • Confirm asset/numeraire token ordering and destination recipient assumptions.

Core workflow

  1. Trace Airlock.migrate(asset) up to migrator handoff.
  2. Verify post-fee balances sent by Airlock to the V2 migrator path.
  3. Verify V2 destination liquidity state after migration.
  4. Validate recipient/locker ownership of migrated liquidity.
Related skills
Installs
3
GitHub Stars
4
First Seen
Mar 3, 2026