Skip to main content

6 posts tagged with "hyperliquid"

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 are prediction markets on Hyperliquid different from Polymarket?

· 7 min read
BlockTrader365

From the outside, a prediction market is the same thing everywhere. You pay something under a dollar for a claim on an outcome, and if the outcome happens you collect a dollar.

The mechanics underneath are not the same, and the differences are not cosmetic — they determine what you actually own, what it costs to get in and out, and which specific things can go wrong. BT365 runs both Polymarket and Hyperliquid's HIP-4 outcome markets, so this is a comparison from having implemented against each rather than from reading their docs.

What happens when your order is sent but the exchange never replies?

· 7 min read
BlockTrader365

Most order-handling code is written as if there are two outcomes: the order worked, or it didn't.

There is a third, it is more common than people expect, and it is the one that actually costs money. You send an order. The connection stalls, or the venue returns a shape you don't recognise, or a gateway hands back a 502. You now do not know whether you have a position.

If one leveraged position goes wrong, what happens to the others?

· 7 min read
BlockTrader365

Most explanations of leverage stop at the point where you open one position. The interesting behaviour starts at the second one.

If you are long one market and short another and the first goes badly, what happens to the second? The answer depends entirely on whether your positions share collateral — and on a unified margin account, they do. That is the whole design, and it is rarely spelled out before you use it.

What happens to your position if a market is delisted before it resolves?

· 7 min read
BlockTrader365

Here is a situation with no obviously right answer, which is why it is worth writing about.

You hold a position in an outcome market. It has not resolved. The venue removes the market — the event was cancelled, or the listing was migrated, or the whole set was replaced. The last price it traded at was forty cents. What is your position worth?