Launch Paths
The Launcher offers two deployment paths. Both produce the same result (a token with locked LP on Aerodrome), but differ in how the transactions are executed.
Playground Launch (Recommended)
The Playground path uses Reflect's LaunchManager smart contract (TBA) to execute the entire launch in a single atomic transaction.
Exclusive Launch
The Exclusive path executes each step as a separate onchain transaction, giving full control over the process.
Last updated