Token migration flow

Migration moves a token from bonding-curve trading to DEX liquidity trading.

Goals

  • Smooth phase transition.

  • Consistent status in contract, backend, and frontend.

  • No post-migration route mismatch.

Migration checks

  • Contract threshold/condition reached.

  • Liquidity is created on active DEX factory/router.

  • Token state is marked migrated.

Validation checklist

  • Pair exists on active DEX factory.

  • Backend active cluster points to the same DEX deployment.

  • Frontend and backend use aligned cluster-scoped addresses.

Last updated