Learn/Hyperliquid 101

HIP-1 and HIP-2: How Tokens Launch on Hyperliquid

HIP-1 and HIP-2: How Tokens Launch on Hyperliquid cover image

March 1, 2026

By Hyperdash

Launching a token on most blockchains is only half the battle. You can deploy an ERC-20 on Ethereum in minutes, but then you need to find a DEX to list it, convince liquidity providers to create a pool, and hope enough trading interest develops to make the market functional. Many tokens launch into thin, unreliable markets where a single large trade can move the price by double digits.

Hyperliquid takes a fundamentally different approach. Through two protocol-level standards called HIP-1 and HIP-2, every token deployed on Hyperliquid launches with a built-in orderbook and automated liquidity from the moment it goes live. There is no need for external DEXs, no separate liquidity pool creation, and no bootstrapping period where the market barely functions.

Published

March 1, 2026

Author

Hyperdash

Reading time

8 min read

Category

Hyperliquid 101

For traders, understanding HIP-1 and HIP-2 matters because these standards define how every spot token on Hyperliquid works, from the initial price discovery phase through mature trading.

What Is HIP-1? The Native Token Standard

HIP-1 is Hyperliquid's native token standard. Think of it as the Hyperliquid equivalent of Ethereum's ERC-20, but with one critical addition: every HIP-1 token automatically gets a spot orderbook paired against USDC the moment it is deployed.

On Ethereum, creating a token and creating a market for that token are two separate steps. You deploy the contract, then go to Uniswap or another DEX to set up a liquidity pool. On Hyperliquid, these steps are unified. Deploying a HIP-1 token simultaneously creates its trading venue.

Key Properties of HIP-1 Tokens

Fixed maximum supply. Every HIP-1 token has a capped supply defined at deployment. The supply can decrease over time through burns or fee mechanisms, but it can never increase beyond the initial maximum.

Built-in spot orderbook. The token is immediately paired with USDC on Hyperliquid's on-chain central limit orderbook (CLOB). This is the same high-performance orderbook infrastructure that handles billions in daily perpetual futures volume.

Configurable parameters. Deployers set the token name (maximum 6 characters), size decimals (minimum trade increments), and wei decimals (the smallest indivisible unit). These parameters control how granularly the token can be traded.

Genesis distribution. The deployer can specify initial token balances at launch, including allocations to multisig treasuries, bridge mints, or proportional distributions to holders of existing HIP-1 tokens.

EVM compatibility. Any HIP-1 token can be linked to a corresponding ERC-20 contract on HyperEVM, enabling interoperability between Hyperliquid's native trading layer and the broader Ethereum-compatible ecosystem.

Gas-free trading. Once deployed, trading HIP-1 tokens on the spot orderbook follows Hyperliquid's standard fee schedule. Trades and transfers are gas-free within normal rate limits, matching the zero-gas-fee experience of perpetual futures trading.

The Dutch Auction Deployment Process

You cannot simply deploy a HIP-1 token for free. Hyperliquid uses a Dutch auction mechanism to allocate deployment slots, which serves as both a spam prevention tool and a price discovery mechanism for deployment rights.

Here is how it works:

Auction structure. Each deployment slot has a 31-hour auction window. The auction starts at a high price and decreases over time until someone accepts the current price and claims the slot.

One buyer per window. Only one deployer can purchase each auction slot. Once claimed, the deployer has secured the right to create their token at any point in the future. There is no time pressure to complete the deployment immediately after winning the auction.

Payment in HYPE. Since May 2025, deployment auctions are paid in HYPE tokens (previously USDC). This creates additional demand for the HYPE token and ties deployment activity to the broader ecosystem economics.

Testnet first. Deployment is a complex multi-stage process, and mistakes can result in a stuck deployment with no gas refund. Hyperliquid strongly recommends testing the exact deployment on testnet before committing real funds on mainnet.

The auction mechanism means that only deployers willing to pay a market-determined price can launch tokens, which filters out low-effort spam while allowing legitimate projects to access the platform.

What Is HIP-2? Automated Liquidity from Block One

HIP-1 gives you a token and an orderbook, but an empty orderbook is not much use. This is where HIP-2 comes in.

HIP-2 introduces Hyperliquidity, an automated liquidity mechanism built directly into Hyperliquid's block transition logic. It places buy and sell orders on the token's spot orderbook automatically, ensuring that every HIP-1 token with HIP-2 enabled has functional, two-sided liquidity from the very first block.

How Hyperliquidity Works

Automated order placement. Hyperliquidity places sell orders (asks) at increasing prices starting from a deployer-defined lowest price, and buy orders (bids) funded by USDC. This creates a market where both buyers and sellers can execute trades immediately.

0.3% spread guarantee. The mechanism maintains a maximum spread of 0.3% between the best bid and best ask. This is tighter than many early-stage Uniswap pools and competitive with established markets.

3-second refresh cycle. Orders are updated every 3 seconds, aligned with Hyperliquid's block time. At each refresh, the system recalculates order positions to maintain the target spread. This refresh is built into the Layer 1 protocol logic and runs as part of consensus, not as an external bot.

No operators required. Unlike traditional market-making systems that depend on third-party bots or centralized operators, Hyperliquidity runs autonomously as part of the chain's core logic. It is secured by the same consensus mechanism that operates the orderbook, which means there are no operators who can pull liquidity or manipulate orders.

Deployment Parameters

When setting up HIP-2, deployers configure several key parameters:

Lowest price. The starting price where sell orders begin. This sets the floor for initial price discovery.

Number of orders. Determines how many discrete price levels exist within the liquidity range. More orders means smoother price curves across a wider range.

Order size. The quantity of tokens allocated to each price level. For example, a deployment might place 11,250 tokens at each of 4,000 price levels.

Seeded levels. The number of price levels that start as bid (buy) orders rather than asks. Each additional seeded level requires the deployer to fund Hyperliquidity with the corresponding amount of USDC. This determines how much buy-side depth exists at launch.

How It Differs from Uniswap-Style Pools

The comparison to Uniswap is natural since both provide automated liquidity, but the differences are significant.

Uniswap pools operate separately from any orderbook. They use a constant-product formula (x * y = k) that concentrates liquidity differently and charges a flat fee. Traders interact with the pool contract, not with other traders' limit orders.

Hyperliquidity operates on a native orderbook. The automated orders sit alongside manual orders from human traders and market makers. As a token matures and attracts more attention, active liquidity providers can place their own limit orders that complement or improve upon the automated liquidity. This means markets naturally deepen over time without requiring changes to the underlying mechanism.

Another key difference is permanence. Liquidity deposited into HIP-2 at deployment is locked. The tokens and USDC funding the automated orders cannot be withdrawn by the deployer, ensuring that baseline liquidity remains available regardless of market conditions or the deployer's decisions.

Why This Matters for Traders

Reliable early-stage markets

On most platforms, newly launched tokens are dangerous to trade because liquidity is thin, spreads are wide, and a single whale can crash the price. HIP-2's locked liquidity and 0.3% spread guarantee mean that even brand-new Hyperliquid tokens have a baseline level of market functionality that reduces (though does not eliminate) these risks.

Price discovery on an orderbook

Because HIP-1 tokens trade on a real orderbook rather than an AMM curve, you can place limit orders, see depth at each price level, and trade with the same tools you use for perpetual futures. This gives traders more control over execution compared to AMM-based swaps.

Fee mechanics

Trading fees on HIP-1 spot pairs follow Hyperliquid's standard schedule. For tokens deployed before January 27, 2025, non-USDC trading fees are burned (reducing supply). For newer deployments, the deployer can choose to redirect fees to their own address, creating a revenue stream for token creators.

Spot dusting

A practical detail worth knowing: Hyperliquid runs a daily "dusting" process at 00:00 UTC. Any spot balance smaller than one lot size with a notional value under $1 gets automatically converted to USDC through a market sell. The resulting USDC is proportionally returned to all affected users. This keeps wallets clean and prevents accumulation of worthless micro-balances.

The Ecosystem Effect

HIP-1 and HIP-2 have enabled a rapidly growing spot ecosystem on Hyperliquid. The combination of permissionless deployment (through Dutch auctions) and guaranteed liquidity (through Hyperliquidity) means that new tokens can go from concept to tradable market in a single transaction.

This has attracted projects ranging from meme tokens to serious protocol launches. Platforms like Hypurr Fun have built on top of these standards, creating pre-launch markets where promising tokens can graduate to full Hyperliquid spot listings once they reach liquidity thresholds.

The spot ecosystem also feeds into the broader Hyperliquid economy. Spot trading fees contribute to HYPE buybacks through the Assistance Fund. Popular spot tokens can eventually get perpetual futures markets through HIP-3, creating a full lifecycle from token launch to derivatives trading all within one platform.

Risks and Considerations

New tokens are still risky. HIP-2 provides baseline liquidity, but it does not guarantee a token's quality, team, or long-term viability. The automated liquidity makes it easier to enter a position, but it also makes it easier for low-quality projects to look more legitimate than they are.

Locked liquidity has limits. While HIP-2 liquidity cannot be withdrawn, the automated orders follow a fixed price range. If a token's price moves far beyond the initial range, the automated liquidity may become ineffective, leaving the market dependent on manual liquidity providers.

Deployment costs fluctuate. Dutch auction prices for deployment slots vary based on demand. During periods of high activity, deployment costs can be significant, which may deter smaller projects.

The Bottom Line

HIP-1 and HIP-2 represent a fundamentally different approach to token launches. By combining token creation with an instant orderbook and protocol-level liquidity, Hyperliquid removes the fragmented, multi-step process that plagues token launches on other chains. For traders, this means every spot token on Hyperliquid starts with a functional market, orderbook depth, and the same high-performance infrastructure used for perpetual futures.

Related Articles

• What Is Hyperliquid? A Beginner's Guide to the On-Chain Perps DEX (#16)

• The HYPE Token Explained: Tokenomics, Staking, and Fee Buybacks (#39)

• CEX vs DEX: Why Traders Are Moving to Decentralized Exchanges (#2)

What Is HLP? Earning Yield as a Liquidity Provider on Hyperliquid

Trade like the 1%