Meteora Manual Migrator

Manually migrate your DBC pools to DAMM pools

DAMM Migration

Enter the base mint address to begin the migration process to DAMM.

DAMM V1 Pool Migration Flow

The migration process follows these steps:

  1. Create Migration Metadata (skip if metadata exists)
  2. Create Locker (checks if baseMint token has Locked Vesting, and if lockEscrow has been created)
  3. Migrate to DAMM V1 (if isMigrated = 0)
  4. Lock Partner LP (if partnerLockedLpPercentage > 0)
  5. Lock Creator LP (if creatorLockedLpPercentage > 0)
  6. Claim Partner LP (if partnerLpPercentage > 0)
  7. Claim Creator LP (if creatorLpPercentage > 0)

DAMM V2 Pool Migration Flow

The migration process follows these steps:

  1. Create Locker (checks if baseMint token has Locked Vesting, and if lockEscrow has been created)
  2. Migrate to DAMM V2 (if isMigrated = 0)

The Solana public key of the base mint you want to migrate.