Plan an L1 launch
avax_plan_l1_launchCreate a tailored launch plan for an Avalanche L1 with consensus mode, validators, gas/token choices, precompiles, ICM, cost estimate, and CLI commands from your use case.
Instructions
Produce a tailored, step-by-step launch plan for a new Avalanche L1 given the use case: consensus mode (PoA/PoS), validator count, gas/token choices, precompile recommendations, ICM, cost estimate and exact CLI commands. Use before avax_generate_genesis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | fuji | |
| use_case | Yes | e.g. 'gaming chain with gasless txs', 'permissioned enterprise ledger', 'DeFi L1 with own token' | |
| needs_icm | No | ||
| validators | No | ||
| permissioned | No | Force PoA (true) or PoS (false); inferred from use case if omitted |