Skip to main content
Launch pools are the Meteora Invent workflows for creating token liquidity with a configuration file and CLI commands. Use this overview to choose between Dynamic Bonding Curve (DBC), DLMM, DAMM v2, and DAMM v1 launch paths before jumping into the step-by-step guide.

DBC Token Launch Pool

Launch a new token on a customizable bonding curve, then graduate the pool to DAMM v1 or DAMM v2 when the migration threshold is reached.

DLMM Launch Pool

Create a DLMM pool with dynamic fees and precise liquidity concentration, then seed liquidity with an LFG curve or a single bin.

DAMM v2 Launch Pool

Create a balanced or one-sided DAMM v2 constant-product pool with configurable fee schedules, dynamic fees, optional compounding, and position NFTs.

DAMM v1 Launch Pool

Create a DAMM v1 constant-product pool with optional liquidity locking and Stake2Earn workflows.

Which launch pool should you use?

Shared setup

All launch-pool guides use the same Meteora Invent Studio setup:
Terminal
Each guide then points you to its matching config file in studio/config:
  • dlmm_config.jsonc
  • damm_v2_config.jsonc
  • damm_v1_config.jsonc
  • dbc_config.jsonc
Start with "dryRun": true while validating your configuration. Set it to false only when you understand which transactions will be sent on-chain.