Fundraising, Pricing, Market Making All in One Click: HIP-6 Aims to Make Hyperliquid the Go-to Platform for Token Launch | Bee Network
تم تجميعها بواسطة: TechFlow
مقدمة: This is a comprehensive Hyperliquid Improvement Proposal (HIP) that proposes introducing a Continuous Clearing Auction mechanism at the protocol layer. This allows new token projects to complete the entire process of capital fundraising and liquidity bootstrapping on-chain, without relying on centralized exchanges or third-party platforms.
The author draws inspiration from Uniswap’s Continuous Clearing Auction model and redesigns it for Hyperliquid’s order book environment. The proposal’s technical details are extremely thorough, covering every aspect from configuration to settlement and security considerations.
Full text is as follows:Special thanks to @fiegemax for providing ideas, guidance, and feedback, and also to @arnx813, @0xBroze, @0xOmnia, @xenoflux, @happenwah, @const_hom, and @DougieDeLuca for their review and comments.
Disclosure: I hold $HYPE in a personal account. I am employed by @recvcx, but this article represents my personal views only and does not represent the position of Reciprocal Ventures.
AbstractHIP-6 introduces a permissionless token issuance auction mechanism for HIP-1 assets, specifically designed for teams natively issuing tokens on @HyperliquidX. This mechanism adapts @Uniswap’s Continuous Clearing Auction (CCA) to Hyperliquid’s native Central Limit Order Book (CLOB) environment. Projects select a quote asset (e.g., USDH) from protocol-approved aligned quote assets at auction registration, creating new demand and utility sources for these assets. Auction proceeds go to the project, with a configurable portion automatically seeding HIP-2 liquidity at the Volume-Weighted Average Price (VWAP) discovered during the final auction window. All auction logic runs within HyperCore’s block transition, requiring no external operators.
MotivationHIP-1 and HIP-2 support permissionless token deployment and automated liquidity but offer insufficient support for capital formation and price discovery for new tokens. Teams natively issuing tokens on @HyperliquidX are still largely forced to raise funds off-chain, manually seed HIP-2 with their own capital, and/or launch on thin order books. Due to these frictions, Hyperliquid has not yet achieved product parity with other high-performance ecosystems and exchanges in terms of ICO capabilities. @solana has @metadao, @base has @Uniswap’s Liquidity Launchpad and @dopplerprotocol, @coinbase has @echodotxyz. HIP-6 is optional, but by enabling more efficient capital formation and price discovery, HIP-6 supports founders who wish to build a complete project lifecycle on Hyperliquid and advances Hyperliquid’s goal of becoming the blockchain for all finance.
HIP-6 improves Hyperliquid by:
On-chain Capital Formation: Teams can natively raise funds on Hyperliquid in a single process, with proceeds split between the project and automatic HIP-2 liquidity seeding.
Fair Price Discovery: The Continuous Clearing Auction discovers the market price across multiple blocks, minimizing the time-gaming effects common in traditional auctions.
Aligned Quote Asset Growth: Creates utility for aligned quote assets, thereby increasing their TVL and generating revenue for the Aid Fund.
Attracting Builders: Teams can complete the full token lifecycle on Hyperliquid. More tokens launching on Hyperliquid means more trading fees for the Aid Fund.
Participant Protection: Committed funds are escrowed by HyperCore’s state during the auction, not held in the project’s custody or by a trusted third party.
On Naming: This proposal is numbered HIP-6 because HIP-5 was previously assigned to a separate, independent proposal.
What We Are Building OnHIP-6 adapts @Uniswap’s Continuous Clearing Auction to Hyperliquid’s native CLOB environment. A CCA breaks down a large auction into N sequential mini-auctions. Each block, the protocol releases a batch of tokens and calculates a uniform clearing price. Price discovery happens gradually, not at a single moment, incentivizing bidders to participate earlier rather than wait.
Various alternatives have clear drawbacks:
Fixed-Price Sale: Poor price discovery because someone must guess the correct price at launch. Price set too low, the project loses the spread; price set too high, the sale fails.
Capped Proportional Sale: Fixes value leakage but creates an oversubscription spiral. In practice, if a sale is 2x oversubscribed, rational participants will deposit 2x the target allocation, making it even more oversubscribed, and so on. This is a poor user experience.
Uncapped Sale: Avoids the spiral but leads to overfunding. A project that could be built with $5 million raises $50 million because nothing stops it. The 2017 ICO wave demonstrated the consequences of this.
Traditional Auction: Lets the market discover the price but creates time gaming. The optimal strategy is to wait as long as possible. This creates a worse user experience for non-institutional participants.
Dynamic Bonding Curve: Combines a Dutch auction with a demand-responsive bonding curve. This works well in an AMM-native environment but is not suitable for Hyperliquid’s CLOB-native environment.
What Can Be Built on Top of HIP-6HIP-6 addresses capital formation and price discovery: how new projects raise funds and bootstrap liquidity on Hyperliquid. It does not address value accrual mechanisms for specific tokens, protections for token holders, or governance for specific projects. These are separate issues, and we expect teams to build on top of HIP-6 to solve them.
Examples of what future projects could build on top of HIP-6:
Value Accrual Mechanisms: Dictate how protocol revenue flows back to token holders (e.g., fee distribution, buybacks, staking rewards).
Governance Frameworks: Grant token holders voting rights over treasury allocations, parameter changes, and/or protocol upgrades.
رمز مميز Holder Protections: Provide tools like treasury locks, on-chain reporting requirements, and/or vesting mechanisms, imposing locks on both buyer and team allocations.
HIP-6 aims to make the initial auction as fair and efficient as possible. What happens after the auction is a design space for the Hyperliquid community. HIP-6 does not prevent teams from working with market makers to strengthen their project’s order book liquidity.
Public Documentation DraftBelow is a draft of how HIP-6 could be presented in Hyperliquid’s public documentation. It is included here to give reviewers a preview of the user-facing description.
HIP-6: Token Issuance Auction
HIP-6 introduces a permissionless token issuance auction for HIP-1 assets. Projects offer a portion of their token supply for sale via a Continuous Clearing Auction. Bidders commit funds in an aligned quote asset (currently USDH). Bidders specify their total budget and the maximum price they are willing to pay per token. The auction then spreads that bid across the remaining auction blocks. Each block of the auction, the protocol releases tokens at a fixed rate. The protocol then matches the released token supply with bidders’ demand to find a uniform clearing price for each block. At settlement, a protocol fee is sent to the Aid Fund, a portion of the proceeds automatically seeds HIP-2 Hyperliquidity at the price discovered in the final auction window, and the remainder goes to the project. All auction logic runs within HyperCore’s block transition.
Deploying an AuctionA project calls registerAuction after completing the standard HIP-1 deployment steps (registerToken2, userGenesis (if any), genesis, and registerSpot). The project specifies the following parameters:
auctionSupply: Total tokens to be sold. Transferred from the project’s spot account to protocol escrow at registration.
duration: Auction length in blocks, maximum 3,024,000 (~1 week at 0.2 sec/block).
floorPx: Minimum clearing price, defaults to 0.
startDelay: Number of blocks between registration and the first clearing block, minimum 1, defaults to 1.
minRaise: Minimum quote asset raise required for the auction to succeed, defaults to 0.
quoteAsset: Must be a protocol-approved aligned quote asset (e.g., USDH).
hip2Seed: Basis points of net proceeds (after protocol fee) automatically seeded into HIP-2. Range 2,000 to 10,000, defaults to 2,000.
hip2OrderSz and hip2NOrders: HIP-2 order size and number of orders, required.
All parameters are immutable once registered. The token’s transfer freeze is activated at registration, blocking all spot orders, transfers, and HyperEVM operations for that token until settlement. The project can cancel the auction via cancelAuction before the auction’s startBlock (i.e., during the startDelay period).
BiddingA bidder calls submitBid, specifying a budget (minimum 100 units of the quote asset) and maxPx (maximum price per token, rounded down to the auction tick grid). The budget is escrowed upon submission. A non-refundable fee of 1 quote asset is charged per bid. The budget is automatically spread evenly across the remaining auction blocks. A bid submitted in block h becomes eligible for clearing starting from block h+1. Bids submitted during the startDelay period activate at the first clearing block.
Bidders can submit multiple bids with different maxPx to express a demand curve, but there is a limit of 100,000 bids per auction. Bidders may only withdraw a bid if its maxPx is strictly below the most recent clearing price.
ClearingEach block during the auction, the protocol releases tokens at a fixed rate (auctionSupply / duration per block) and calculates a uniform clearing price by traversing occupied price ticks from highest to lowest until cumulative demand meets supply. Bids with a price strictly above the clearing price receive their full allocation. Bids at the clearing price share the remainder proportionally to their per-block budget. Bids below the clearing price receive nothing. The auction price grid uses a geometric tick spacing of 1.003, consistent with HIP-2.
Settlement, HIP-2 Activation, and ClaimingIn the first block after the auction ends, if minRaise is set but not met, the auction fails. All aligned quote assets are refunded, all tokens are returned to the project, and the freeze is lifted. If totalQuoteSpent is zero, the auction fails regardless of minRaise.
On success, the protocol atomically:
Deducts a 500 bp protocol fee from the total quote spent, sending it to the Aid Fund.
Allocates hip2Seed for HIP-2 activation.
Transfers the remainder to the project’s wallet.
Returns unsold tokens to the project.
Lifts the token freeze, resuming spot trading, transfers, and EVM operations.
Activates HIP-2 using the project-specified hip2OrderSz and hip2NOrders. hip2Seed is used to seed nSeededLevels levels. The starting price is seedPx, calculated as the Volume-Weighted Average Price (VWAP) over the last 5% of the auction duration.
After settlement, bidders claim purchased tokens and unused quote assets via claimAuction.
FeesA 10 HYPE registration fee is charged at registerAuction. Each submitBid incurs a fee of 1 quote asset. A 500 bp protocol fee is charged on total proceeds at settlement. All fees flow to the Aid Fund. The project’s existing setDeployerTradingFeeShare applies as usual to spot trading post-auction.
What We Are Building OnHIP-6 Hy-CO is a Continuous Clearing Auction embedded within HyperCore’s block transition logic. Bidders submit bids in an aligned quote asset (e.g., USDH), with each bid specifying a budget and a maximum price. Each block, the protocol releases a batch of tokens and calculates a uniform clearing price for that block. Bidders whose maximum price is strictly above the clearing price receive their full allocation; bidders exactly at the clearing price receive the remainder, potentially partially filled. At auction end, the protocol takes a fee sent to the Aid Fund, seeds a configurable portion of the remaining proceeds into HIP-2 Hyperliquidity at the VWAP calculated over the final auction window, and sends the rest to the project’s wallet. Settlement at auction end is atomic.
Hy-CO LifecycleHy-CO has three phases:
Pre-Auction: Configuration. The project calls registerAuction after completing standard HIP-1 deployment steps. The protocol validates parameters, escrows the token supply and seller supply, activates the token freeze, and assigns an auction ID.
During Auction: Bidding. Bidders can submit bids via submitBid during the startDelay period or at any point during the auction. Budgets are escrowed upon submission, regardless of when the bid is submitted. Clearing. Each block during the auction, starting from startBlock, the protocol releases tokens and calculates a uniform clearing price.
Post-Auction: Settlement. In the first block after endBlock, the protocol assesses auction success and allocates proceeds. HIP-2 Activation. Upon successful settlement, HIP-2 is automatically activated using seedPx and the project-specified order parameters. Claiming. After settlement, bidders claim purchased tokens and unused quote assets via claimAuction. Normal trading can proceed during the claiming period.
Cancellation: cancelAuction can be executed at any time before startBlock. It returns auctionSupply and hip2AskSupply to the project, lifts the freeze, and frees the auction slot. If bids were submitted during the startDelay period, the auction enters the failure path: bidders retrieve their escrowed quote assets via claimAuction (same pull-based refund path as a failed auction). The auctionRegistrationFee is non-refundable. Once clearing begins, the auction is irrevocable.
Key Design DecisionsWhy a New HIP and Not a Third-Party Product: Token issuance is infrastructure, not an application. If every team builds its own issuance mechanism, the ecosystem fragments. An HIP means every token launched on Hyperliquid (if it chooses to use HIP-6) gets the same fair price discovery and automatic HIP-2 seeding, with no external dependencies. It also means the mechanism is secured by validator consensus, not a third party.
Why HyperCore and Not HyperEVM: Everything needed for HIP-6 already exists on HyperCore. Building on HyperEVM would introduce unnecessary complexity, degrading the user experience by adding steps and latency.
Why a Continuous Clearing Auction: Traditional auctions create time gaming that rewards speed over valuation; bonding curves are path-dependent; fixed-price sales require guessing the correct price. A CCA spreads bids over time, clearing at a uniform price per block, converging over thousands of blocks rather than resolving at a single moment.
Why Only Allow Aligned Quote Assets: Auctions are denominated in aligned quote assets (currently USDH). Each auction locks up the quote asset for its duration, growing TVL and generating yield for the ecosystem. Supporting non-aligned assets like USDC would dilute this effect for marginal adoption gain. Bidders holding USDC can convert via standard interfaces.
Why Only a Linear Release Schedule by Default: Linearity ensures the clearing price is
هذا المقال مصدره من الانترنت: Fundraising, Pricing, Market Making All in One Click: HIP-6 Aims to Make Hyperliquid the Go-to Platform for Token Launches Related: As Hackers “More Efficiently” Utilize AI, How Will the “Spear and Shield” Arms Race in Web3 Escalate? With the deep proliferation of LLMs, social engineering attacks launched by hackers have evolved from bulky mass emails to “precision baiting”: AI can analyze your on-chain/off-chain preferences to automatically generate highly enticing, customized phishing content, even perfectly mimicking your friend’s tone and logic on social channels like Telegram. It can be said that on-chain attacks are entering a truly industrialized stage. In this context, if the shields in our hands remain in the “manual era,” security itself will undoubtedly become the biggest bottleneck for Web3’s mass adoption. 1. Web3 Security Stalling: When AI Intervenes in On-Chain Attacks If the Web3 security issues of the past decade stemmed more from code vulnerabilities, then a clear change after entering 2025 is that attacks are becoming “industrialized,” while security protections have not been… تحليل #تبادل ## السوقرمز #أداة #© 版权声明المصفوفة 上一篇 24H Hot Tokens and Key News | CZ's New Book "Freedom of Money" to be Published Soon; X Lifts Ban on Paid Partnerships for Financial Products and Cryptocurrency (March 2nd) 下一篇 Weekly Funding Roundup | 9 Projects Secured Funding, Total Raised $105 Million (Feb 23 - Mar 1) 相关文章 Structural shift in the meme market: Solana’s retreat and the reshaping of BSC on-chain funds 6086cf14eb90bc67ca4fc62b 18٬396 Rejecting “security claims,” wallet security is entering an era of verifiability. 6086cf14eb90bc67ca4fc62b 15٬214 How does Circle make money? CEO addresses three key issues: model, banking competition, and Arc Chain strategy.Recommend 6086cf14eb90bc67ca4fc62b 24٬562 4 AI Agent Weekly Report | Cookie DAO: Sapien Snaps Completed; VADER Drops Over 50% Weekly (August 18-24)Recommended Artic 6086cf14eb90bc67ca4fc62b 23٬676 1 حارPolitical manifesto or paid advertising? Analyzing the real possibility of cryptocurrency strategic reserves 6086cf14eb90bc67ca4fc62b 39٬458 3 The “money-spraying” continues; a summary of recent activities on top Prep DEXs. 6086cf14eb90bc67ca4fc62b 16٬895 بدون تعليقات يجب عليك تسجيل الدخول لتترك تعليق! تسجيل الدخول على الفور بدون تعليقات... أحدث المقالات How to Systematically Track High-Win-Rate Addresses on Polymarket? منذ 3 ساعات 122 CoinEx Research: Geopolitical Tensions Drive Up Oil and Gold Prices, Crypto Market Absorbs Liquidity Shock منذ 3 ساعات 292 Low-Threshold Investment in SpaceX and ByteDance: MSX Partners with Republic to Usher in a New Era of Global Top Unicorn Investment منذ 3 ساعات 228 Hold Bitcoin Mid-Term Short Positions, HYPE Successfully Rides the Wave for Profits | Guest Analysis منذ 3 ساعات 316 Arthur Hayes: Middle East Flares Up, Time to Be Bullish on Bitcoin منذ 3 ساعات 323 المواقع الشعبيةTempoLighterGAIBطائرة شراعيةبلانكرايلزبوكر BCPokerفوي Bee.com أكبر بوابة Web3 في العالم الشركاء كوين كارب بينانس CoinMarketCap كوين جيكو كوين لايف الدروع قم بتنزيل تطبيق Bee Network وابدأ رحلة web3 ورق ابيض الأدوار التعليمات © 2021-2026. جميع الحقوق محفوظة. سياسة الخصوصية | شروط الخدمة تحميل تطبيق Bee Network وابدأ رحلة web3 أكبر بوابة Web3 في العالم الشركاء CoinCarp Binance CoinMarketCap CoinGecko Coinlive Armors ورق ابيض الأدوار التعليمات © 2021-2026. جميع الحقوق محفوظة. سياسة الخصوصية | شروط الخدمة يبحث يبحثفي الموقععلى تشيناجتماعيأخبار العنوان: صيادو الإنزال الجوي تحليل البيانات مشاهير التشفير كاشف الفخ العربية English 繁體中文 简体中文 日本語 Tiếng Việt 한국어 Bahasa Indonesia हिन्दी اردو Русский العربية智能索引记录
-
2026-03-02 20:02:01
游戏娱乐
成功
标题:测试你的性格,测试你的性格小游戏,4399小游戏 www.4399.com
简介:测试你的性格在线玩,测试你的性格下载, 测试你的性格攻略秘籍.更多测试你的性格游戏尽在4399小游戏,好玩记得告诉你的朋
-
2026-03-02 17:19:50
综合导航
成功
标题:Taiga Car Driver - Play The Free Mobile Game Online
简介:Taiga Car Driver - click to play online. Taiga Car Driver is
-
2026-03-02 11:34:34
综合导航
成功
标题:Aktie.de – Personalisierte Marktbriefings für Anleger & Coaches
简介:Aktie.de liefert präzise Marktnews und Analysen für Kundinne
-
2026-03-02 13:16:21
新闻资讯
成功
标题:第86页 - 34楼
简介:34楼是一家资源网站,主要为用户提供赚钱资源,谈天说地,小吃美食,历史相关,游戏资讯,信用卡,站长资讯,社交电商,积分,
-
2026-03-03 04:46:53
综合导航
成功
标题:Schaeffler Germany
简介:Schaeffler has been driving forward groundbreaking invention
-
2026-03-02 14:06:16
金融理财
成功
标题:第81章 怂恿靓坤投资第1页_港片穿越洪兴你让我做善事女主_笔趣阁
简介:第81章 怂恿靓坤投资第1页_港片穿越洪兴你让我做善事女主_清风冷月夜_笔趣阁
-
2026-03-02 17:38:08
综合导航
成功
标题:Radancy The Talent Acquisition Cloud powered by Agentic AI
简介:Discover Radancy’s AI-driven talent acquisition cloud design
-
2026-03-02 17:36:36
综合导航
成功
标题:WTB Pieces for my broken hvac [Archive] - Toyota MR2 Message Board
简介:i only need a certain set of pieces, the cable clips as mine
-
2026-03-02 21:41:09
综合导航
成功
标题:Series 3700A System Switch/Multimeter Tektronix
简介:Series 3700A System Switch/Multimeter and Plug-In Cards Data
-
2026-03-02 22:21:37
综合导航
成功
标题:Robinhood Chain Public Testnet Officially Launches: An L2 Prepared for Compliance and RWA Bee Network
简介:We are excited to announce the official launch of the Robinh
-
2026-03-02 13:04:06
综合导航
成功
标题:Ãducation - Apple (BE)
简介:La technologie et les ressources Apple donnent au corps ense
-
2026-03-02 14:15:03
教育培训
成功
标题:四年级的老师的作文4篇(推荐)
简介:在日常生活或是工作学习中,说到作文,大家肯定都不陌生吧,根据写作命题的特点,作文可以分为命题作文和非命题作文。那么你有了
-
2026-03-02 20:12:56
综合导航
成功
标题:Business involution, revenue pressure, CEX grabs the future on the chain Bee Network
简介:Centralized trading platforms are undergoing a collective di
-
2026-03-02 13:02:17
教育培训
成功
标题:[经典]有你真好作文
简介:无论在学习、工作或是生活中,大家都写过作文,肯定对各类作文都很熟悉吧,作文可分为小学作文、中学作文、大学作文(论文)。相
-
2026-03-03 01:22:48
综合导航
成功
标题:거산고구마 상품 후기 달콤하고 쫀득해요
简介:거산고구마 자연 그대로의 달콤함, 신선한 맛으로 고객 만족이 높아요
-
2026-03-02 21:17:27
综合导航
成功
标题:都市最强赘婿_小脚冰冷_第四章 金爷有请_风云中文网
简介:风云中文网提供都市最强赘婿(小脚冰冷)第四章 金爷有请在线阅读,所有小说均免费阅读,努力打造最干净的阅读环境,24小时不
-
2026-03-02 13:08:07
图片素材
成功
标题:岁岁年年的作文50字 描写岁岁年年的作文 关于岁岁年年的作文-作文网
简介:作文网精选关于岁岁年年的50字作文,包含岁岁年年的作文素材,关于岁岁年年的作文题目,以岁岁年年为话题的50字作文大全,作
-
2026-03-03 04:16:32
法律咨询
成功
标题:财税律师的个人资料 - 学法网 - 学法网 xuefa.com 与法律人共成长!
简介:财税律师的个人资料 ,学法网
-
2026-03-02 17:16:53
综合导航
成功
标题:çæ¨çæ¼é³_çæ¨çææ_çæ¨çç¹ä½_è¯ç»ç½
简介:è¯ç»ç½çæ¨é¢é,ä»ç»çæ¨,çæ¨çæ¼é³,çæ¨æ¯
-
2026-03-03 04:31:17
综合导航
成功
标题:Intelligence in the Modern World: The Opportunities and Barriers of Data in Today's Investigations Law.com
简介:In this new data landscape, the organizations that most effe
-
2026-03-02 12:02:48
综合导航
成功
标题:SWAMP THING VOL. 3: ROTWORLD - THE GREEN KINGDOM DC
简介:In this volume collecting SWAMP THING #12-18 and ANIMAL MAN
-
2026-03-02 13:02:28
教育培训
成功
标题:过年作文600字[精选]
简介:在日常学习、工作或生活中,许多人都写过作文吧,写作文可以锻炼我们的独处习惯,让自己的心静下来,思考自己未来的方向。怎么写
-
2026-03-02 14:03:05
数码科技
成功
标题:电脑蓝屏应该如何避免?这4点要坚持-驱动人生
简介:电脑蓝屏是偶发性问题,没出现时电脑可以正常运行,一旦出现可能导致电脑比较严重的软件或硬件故障,最好的解决方法就是提前干预
-
2026-03-03 01:19:42
综合导航
成功
标题:For Sale: 1986 upgraded AW11 with newly rebuilt engine [Archive] - Toyota MR2 Message Board
简介:SOLD! Mods please close.
-
2026-03-02 17:10:58
综合导航
成功
标题:LJZ.COM — 链接未来 · 智启全球
简介:LJZ.COM 高端简洁域名展示页:域名优势、适用行业、终端启用价值与合作方式。
-
2026-03-02 21:10:39
游戏娱乐
成功
标题:圣诞甜点,圣诞甜点小游戏,4399小游戏 www.4399.com
简介:圣诞甜点在线玩,圣诞甜点下载, 圣诞甜点攻略秘籍.更多圣诞甜点游戏尽在4399小游戏,好玩记得告诉你的朋友哦!
-
2026-03-03 04:45:26
综合导航
成功
标题:Behind 27,000 Transactions: The Survival Algorithm and Illusion of High Win Rates of Polymarket Whales Bee Network
简介:Recently, the heat around prediction markets has continued t
-
2026-03-02 17:08:43
综合导航
成功
标题:æå°çæ¼é³_æå°çææ_æå°çç¹ä½_è¯ç»ç½
简介:è¯ç»ç½æå°é¢é,ä»ç»æå°,æå°çæ¼é³,æå°æ¯
-
2026-03-03 01:00:56
数码科技
成功
标题:XYD有限公司招聘_成都鑫毅达电子科技有限公司招聘_电话_地址 _【官方】
简介:XYD有限公司招聘,成都鑫毅达电子科技有限公司招聘,公司在高新区交子北路1413号,招聘岗位详情。
-
2026-03-03 01:14:16
综合导航
成功
标题:冷漠总裁的杀手妻最新章节_第38章 不醉无归第1页_冷漠总裁的杀手妻免费阅读_恋上你看书网
简介:第38章 不醉无归第1页_冷漠总裁的杀手妻_傲 霜_恋上你看书网