Skip to main content

4 posts tagged with "hyperevm"

View All Tags

What actually happens when you launch a token on a HyperEVM launchpad?

· 7 min read
BlockTrader365

From the outside, a token launch is a form: name, symbol, supply, logo, submit. From the inside, it is a sequence of on-chain steps that all have to succeed, in order, with real gas spent at each one — and every step exists because of a specific way launches go wrong without it.

BT365 runs a token launchpad on HyperEVM (Hyperliquid's EVM chain, ID 999). This is what our launch pipeline actually does between "submit" and "your token is trading," step by step.

What is HyperEVM, and how is it different from HyperCore?

· 6 min read
BlockTrader365

Hyperliquid gets described as "an exchange" and "a blockchain" in the same breath, and both descriptions are correct — which is exactly what confuses people. It is one chain running two execution surfaces, and which surface an asset lives on decides how you trade it, what you actually hold, and what can go wrong.

BT365 is integrated against both sides — perps, spot and HIP-4 outcome markets on HyperCore, and token swaps plus a token launchpad on HyperEVM — so this is the distinction as it looks from having built against each, not from a diagram.

How can a new token have liquidity when nobody put money in the pool?

· 7 min read
BlockTrader365

There is a small paradox at the bottom of every launchpad: a token that did not exist an hour ago is trading, right now, against real money — and nobody funded the pool. No treasury seeded it, no market maker was hired, and the creator didn't deposit a cent of the quote asset.

The mechanism that makes this work is single-sided concentrated liquidity, and it is genuinely elegant. It also has one failure mode subtle enough that you can write a plausible-looking launchpad that strands tokens permanently, and the difference between the two is a single rounding decision. BT365's launchpad mints these positions on HyperEVM; both the elegance and the trap below are from that implementation.

Why does a launchpad ask for a deposit before launching your token?

· 7 min read
BlockTrader365

Every launchpad has a moment where it asks for money before doing anything, and it reads as a toll booth. Sometimes it is one. But there is a version of that deposit which is not a fee at all, and the difference is worth understanding before you pay either kind.

On BT365's HyperEVM launchpad the deposit is a gas escrow: 0.1 HYPE, sent by the creator to the launch wallet before the launch may start, measured against actual spend afterward, remainder returned. This article is the reasoning behind each of those clauses — which is really a tour of the ways prepaid gas can go wrong.