Skip to main content
Allocations are optional and are deducted from the supply placed into the pool. They must be fully specified before the launch transaction is signed.

Allocation types

Immediate allocation

The recipient receives the specified token amount in the launch transaction and can transfer it immediately.

Vested allocation

The vesting contract receives the amount at launch and releases it to the beneficiary at the chosen milestones. No administrator can change the recipient or schedule later.

Current caps

Recipient addresses must be valid and unique across both allocation types. Launch system contracts cannot be used as recipients.

Pool coverage and discovery

Immediate and vested allocations reduce the number of tokens placed into permanent liquidity. The official create flow requires at least 10% of the fixed supply to seed the pool. Coverage from 10% to under 25% remains available but is labeled as low. Leaving at least 25% supports healthier market depth and market-cap eligibility. The create form and final review show the projected pool share before signing. Launches at or above 10% can appear in New, search, Trending, Liquidity, and 24-hour Volume after the permanent pool is verified. A launch below 25% keeps a low-coverage label, and market-cap ranking requires at least 25% coverage. Direct token pages and trading remain available. Ranked placement is never guaranteed.

Staircase schedules

Each step contains:
  • the number of days after launch;
  • the percentage released at that step.
The interface accepts whole days and percentages with up to two decimal places. Step percentages must add up to 100%, and the preview shows both the newly released share and the cumulative amount available by each date. For a 1,000,000 token allocation: Nothing streams between steps. At day 89, only the first 200,000 tokens are vested. At day 90, the cumulative vested amount becomes 500,000.

Validation rules

For every schedule:
  1. unlock dates must strictly increase;
  2. every step must release a positive percentage;
  3. step percentages must add up to exactly 100%;
  4. rounded cumulative token amounts must strictly increase;
  5. the first point must be at least one day after launch.
For very small allocations, each milestone must unlock at least some additional token amount. A step that rounds to the same amount as the previous step is rejected.

Claims and guarantees

The vesting contract has no administrator. Nobody can withdraw locked tokens early, change a schedule, replace a beneficiary, or redirect a claim. Anyone may trigger a claim, but the tokens always go to the beneficiary chosen at launch. The app shows the total allocation, amount already claimed, schedule, and amount available now.
For a larger claim campaign, an immediate allocation can fund a separately deployed and audited Merkle claim contract. See Plan your launch.