How lo0p launch works
lo0p launch is a launchpad on HyperEVM. One transaction gives a token a real market on HyperSwap V3. There is no bonding curve phase, no graduation, no admin switch: the pool is the launch.
- 1.Connect your wallet and open create.
- 2.Add an image, a name and a ticker. Description and links are optional; an opening buy makes you the first buyer.
- 3.Confirm one transaction. Your token appears on the board with a live pool, instantly tradeable.
The launch
One call to the factory creates a fixed-supply ERC20. Image, name and symbol come from you; the metadata is pinned to IPFS and written on-chain.
The same transaction opens the token's HyperSwap V3 pool against WHYPE at the 1% tier and deposits the entire 1B supply as liquidity. Optional HYPE sent along becomes your opening buy.
The LP position is held by the factory and there is no function to withdraw it. Liquidity is locked by construction, not by promise.
Fees
Every trade pays the pool's fixed 1% fee. Anyone can trigger collectFees for a launch, and the contract splits what has accrued:
Unwrapped to native HYPE. The creator share goes to the token's fee recipient, the protocol share to the FeeCollector.
Sent to the dead address. Supply shrinks as trading happens.
Community takeover
If a creator abandons a launch, the protocol can redirect the 70% creator share to a new address with communityTakeOver, for example a community multisig. The override is per token, visible on-chain, and can be reset to the original creator. It never touches the pool or anyone's tokens.
Questions
Can the creator pull the liquidity?+
No. The LP position is held by the factory contract, which has no withdraw function. This is enforced by code, not by a promise or a time lock.
Where does the price start?+
Every launch opens with the full 1B supply priced at 50 HYPE of pool depth. The first buyer pays the same curve as everyone after.
How do I earn as a creator?+
Every trade in your pool pays a 1% fee. Collect it any time from your profile: 70% of the HYPE side comes to you, 30% funds the protocol, and the token side is burned.
What is burning and why does it matter?+
Fees collected in your token are sent to the dead address permanently. The more your token trades, the smaller its supply gets.
Can metadata be changed after launch?+
No. Image, description and links are pinned to IPFS at launch and referenced on-chain. Nobody can edit them, including us.