πŸ’­ILO Flow

Overall Flow

  • Quickly create a new project on https://ilo.krystal.app

  • Setup the price ranges and liquidity in each range (incl. initial liquidity, liquidity distribution, and vesting schedules)

    • Optionally, a liquidity range could be sold to public users.

  • Once set, all liquidity ranges are deployed to DEX (e.g. Uniswap V3) simultaneously.

  • After liquidity is launched, project tokens can be traded on the DEX.

    • Optionally, the project could set up an initial trading phase, where only trading-whitelisted users could buy the token on DEX.

  • Investors’ and project's LP positions adhere to the lock and vesting schedule set by the project. While positions are locked, they still yield fees, which can be claimed anytime.

Liquidity Sale

The project can sell a portion of liquidity to public users to recover operational funds.

For example, consider a liquidity range of [x, y] with 10 million tokens, where the liquidity position (LP) value is $5 million when the price reaches y.

  • The project could sell this liquidity to public users or investors for $1 million.

  • Users would receive the locked liquidity positions.

  • When the price reaches y, users make a 5x return on their investment.

Whitelist Trading

If the initial FDV is set too low, the token could be exposed to snipe bots.

To prevent this, the project could set up a whitelist trading phase, where only whitelisted users could purchase up to a particular amount of tokens directly on Dex.

Once the initial trading phase is finished, all users can trade directly on DEX.

πŸ’±Whitelist Trading Phase

Last updated