HyperOpen:开源 Hyperliquid 客户端及数据层 ✍ G3ronimo🕐 2026-04-17📦 5.2 KB 🟢 已读 𝕏 文章列表 文章介绍了 HyperOpen,一个开源的 Hyperliquid 永续合约交易客户端。该项目旨在填补 Hyperliquid 生态在客户端层的开放性缺口,提供交易、投资组合分析、金库分析等功能,并拥有全面的性能分析和正式验证的代码库,致力于提升协议的透明度和社区参与度。 HyperliquidDeFi开源交易客户端投资组合分析区块链前端代码审计PerpetualHyperOpen # Opening the Hyperliquid client layer **作者**: G3ronimo **日期**: 2026-04-16T12:02:57.000Z **来源**: [https://x.com/RyskyGeronimo/status/2044748376718102756](https://x.com/RyskyGeronimo/status/2044748376718102756) ---  TLDR: HyperOpen is an open-source Hyperliquid client with dedicated workspaces for trading, portfolio analytics, vaults, staking and more. It adds analytics surfaces that do not exist in the official frontend. It is live now at hyperopen.xyz, and it is one concrete step in the broader HyperOpening.  ## The largest onchain perp venue still has an openness gap Hyperliquid now dominates onchain perps. Its order book is fully onchain. It earned its position. But there is still an openness gap. At the validator and runtime layer, critical software is distributed in ways users cannot fully inspect. At the client layer, most traders still experience the protocol through a frontend they cannot read, audit, or modify. That matters because the frontend is not just a skin over the protocol. It is a trust surface. It constructs transactions. It displays balances. It sits between your wallet and the protocol. If you cannot inspect that layer, part of your trading workflow is still happening inside a black box. This is not a criticism of what Hyperliquid built. Important infrastructure eventually gets opened. That process is starting now. HyperOpen is the frontend contribution to that broader direction. At the node layer, independent work like @androolloyd's reverse engineering effort is pushing in the same direction. We are calling it the HyperOpening: the community driven effort to make more of the Hyperliquid stack inspectable, forkable, and open in practice. ## What HyperOpen actually is A real Hyperliquid client. Licensed AGPL v3. Live at hyperopen.xyz. Trade. Charting, orderbook, order entry, and full account context in one view. The same workflow HyperLiquid traders are accustomed to, except the code behind every signed transaction is readable.  Portfolio analytics. Full performance tearsheets for any Hyperliquid address: cumulative returns, CAGR, Sharpe, Sortino, max drawdown, volatility, skew, kurtosis. Benchmarked against any Hyperliquid asset or vault. Not PnL screenshots. Actual portfolio analytics.  Vaults. The same tearsheet engine applied to vault-level analytics: performance, allocations, depositor activity.  Plus staking, cross-exchange funding comparison and a leaderboard with tearsheet drill through. Some of these surfaces, especially the portfolio tearsheet layer go beyond what the official frontend offers today. The point is not just to reproduce the existing client. The point is to open it and improve it. The goal is to give users an open option without broken muscle memory or awkward relearning. ## Built because it matters The public repo has 3,600 tests, 19,500 assertions, 90% coverage, and formal verification backed by Lean and TLA+. That matters because a trading client should be treated like safety-sensitive software. WebSocket flows and state transitions are modeled as deterministic runtime logic. External payloads are normalized at the boundary. Signing logic is isolated behind explicit effect boundaries. Architecture, reliability rules, and product intent are documented in the repo, not hidden in a private workspace. ## Why the ecosystem needs this As Hyperliquid grows, the case for a more open client layer gets stronger. Open software gets more eyes on bugs. It gives traders a choice about the software that mediates their financial activity. It gives builders a real codebase to extend instead of a closed system to reverse-engineer around. An open client layer does not weaken Hyperliquid. It makes the ecosystem more resilient. ## Start here HyperOpen is live. Development continues in the open. If you trade on Hyperliquid, start with Trade and Portfolio. If something feels broken, missing, or unexpectedly sharp tell us in Telegram. If you build, inspect the repo. App: hyperopen.xyz GitHub: github.com/thegeronimo/hyperopen Telegram: @HyperOpen ## 相关链接 - [G3ronimo](https://x.com/RyskyGeronimo) - [@RyskyGeronimo](https://x.com/RyskyGeronimo) - [12K](https://x.com/RyskyGeronimo/status/2044748376718102756/analytics) - [hyperopen.xyz](https://hyperopen.xyz/) - [@androolloyd](https://x.com/@androolloyd) - [hyperopen.xyz](https://hyperopen.xyz/) - [hyperopen.xyz](https://hyperopen.xyz/) - [github.com/thegeronimo/hyperopen](https://github.com/thegeronimo/hyperopen) - [@HyperOpen](https://t.me/HyperOpen) - [Upgrade to Premium](https://x.com/i/premium_sign_up) - [8:02 PM · Apr 16, 2026](https://x.com/RyskyGeronimo/status/2044748376718102756) - [12.7K Views](https://x.com/RyskyGeronimo/status/2044748376718102756/analytics) - [View quotes](https://x.com/RyskyGeronimo/status/2044748376718102756/quotes) --- *导出时间: 2026/4/17 14:19:39*
如 如何(以及为何)构建 Agent First 应用 文章介绍了如何使用 Agent-Native 框架构建 Agent First 应用。通过统一的前端动作与 Agent 工具,实现 UI 与 Agent 的双向同步。应用支持通过聊天交互、集成外部 Agent、A2A 通信及自动化任务,且完全开源。 技术 › Agent ✍ Steve (Builder.io)🕐 2026-07-29 AgentAgent-NativeClaude前端A2A开源自动化框架UI
t tldraw 不仅仅是白板:你可以构建的 14 种应用 文章介绍了 tldraw 作为一个可编程的 React 无限画布 SDK 的强大功能。除了基础的白板功能,它支持将 React 组件转化为画布形状、构建可视化的工作流自动化、集成 AI 视觉交互、实现多人实时协作以及作为持久化应用数据存储。tldraw 适用于构建各种空间软件,从架构图到 AI Agent 管道。 技术 › 工具与效率 ✍ mr-r0b0t🕐 2026-07-20 tldrawReactSDK无限画布可视化工作流实时协作AI开源前端
用 用 Skills 给 AI Agent 注入设计品味 介绍了开源技能库 emilkowalski/skills,它能为 AI 编程 Agent 注入设计品味,解决 AI 生成 UI 动画和交互时缺乏质感的问题。文章详解了其核心功能、安装方法、实操流程,并对比了 Taste-Skill、Hallmark 等类似工具的差异。 技术 › 前端 ✍ sitin🕐 2026-07-15 AI设计前端Agent工具Claude CodeCursor开源交互UI
W Web3 入门指南:方向、通用知识体系与基础大纲 本文为 Web3 新手提供了一份系统的入门指引。作者首先梳理了 Web3 的七大职业发展方向,包括基础设施、金融交易、投资研究、应用产品等。随后,文章详细列出了九大通用知识模块的学习大纲,涵盖了互联网基础、区块链原理、比特币与以太坊机制、钱包实操、Web3 生态(DeFi/NFT/DAO)、Token 经济学及链上安全风险。作者建议收藏文章并利用 AI 辅助学习这些核心概念,旨在帮助初学者利用碎片化时间快速建立 Web3 认知地基。 技术 › 区块链 ✍ Zede🕐 2026-07-12 Web3区块链入门指南DeFi比特币以太坊智能合约Token经济钱包安全科普
设 设计师专用的 AI Agent Skills 库开源 MengTo 开源了一个名为 Skills 的项目,包含 75+ 个专为设计师和前端开发者准备的 Agent Skills。这些 Markdown 格式的操作手册可加载到 Codex、Claude、Cursor 等 AI 工具中,将优秀工作流和规范固化,使 AI Agent 能按最佳实践完成设计任务,输出更稳定专业。 技术 › Skill ✍ 0xCrypto Tied (@CryptoTied)🕐 2026-07-11 AI AgentUI设计前端开源SkillClaudeCursor工作流提示词
区 区块链的叙事是如何崩塌的 本文深度复盘了区块链从2008年金融危机后的极客实验,到2021年三万亿美元泡沫顶峰,再到最终崩盘的全过程。文章剖析了背后的意识形态演变、资本狂热与技术现实的错位,将其比作一场完整的“尸检”。作者指出,塌掉的是被过度包装的宏大叙事,而非技术本身。通过对比当下的AI热潮,文章警示了同一拨资本如何利用“这次不一样”的口号在不同技术周期间制造泡沫。 技术 › 区块链 ✍ snowboat🕐 2026-07-05 区块链Web3比特币以太坊DeFi泡沫行业复盘金融史
正 正式开源 html-anything:让 AI Agent 输出世界级设计水准的 HTML 文章宣布正式开源 AI 工具 html-anything。该工具历时 3 天开发,包含 1.5 万行代码,旨在解决 AI Agent 输出 HTML 设计差的问题。它内置 75 套技能模板,支持 18 种主流代码 Agent CLI(如 Claude Code、Cursor 等)的自动探测与会话复用,实现零 API Key 成本。同时支持 Markdown、数据及图像等 11 种文件格式转换,并可一键发布至社交媒体或导出高 DPI 图片。 技术 › 工具与效率 ✍ Tom Huang🕐 2026-05-17 开源AI AgentHTML前端Markdown效率工具ClaudeCursor自动化设计
有 有趣的交互式科学应用创意 Part 2 文章展示了作者开发的系列交互式科学应用 Demo,包括黑洞时空扭曲可视化、达芬奇扑翼机机制实现以及科幻彗星探测器等。作者结合了 GPT Images、Nano Banana 2 进行设计,并使用 Gemini 3.1 Pro 编写代码。文章还分享了设计灵感和前端控件交互示例,旨在打造儿时向往的科学杂志风格的互动体验。 技术 › 前端 ✍ Dilum Sanjaya🕐 2026-05-07 前端可视化AI编程设计灵感科学交互设计GeminiReactUI/UX开源
P PANews 4月专栏TOP10:AI与Crypto深度融合 本文为PANews 2026年4月最受欢迎的专栏文章TOP10榜单。本期看点集中在DeFi安全事故、AI与Crypto的融合叙事、OpenAI内幕复盘以及永续合约发展史等深度内容,涵盖了Web3、AI Agent及加密货币市场的前沿动态。 投资 › 加密货币 ✍ PANews🕐 2026-05-06 Web3DeFiAI AgentOpenAI加密货币行业榜单TON区块链永续合约市场复盘
接 接棒铭文时代?OP_CAT :比特币可编程性的「猫之钥」 文章回顾了铭文时代的狂热,指出缺乏实用性导致其昙花一现,进而引出能解锁比特币可编程性的 OP_CAT 提案。作者详细科普了 OP_CAT 的原理、发展历史(BIP 347)以及其在实现智能合约、抗量子计算方面的优势。最后介绍了基于 OP_CAT 构建的生态项目 OP_CAT Layer 及其应用场景,认为 OP_CAT 是比特币生态下一个值得关注的超级叙事。 投资 › 加密货币 ✍ 聪哥.sats🕐 2026-04-21 比特币OP_CAT铭文可编程性DeFi抗量子计算BIP347区块链CAT20Layer2
开 开源我的写作三件套:封面生成+公众号排版+X排版 作者烁皓开源了一套写作辅助工具,旨在解决文章发布过程中的格式痛点。工具箱包含封面生成器、MD转微信排版和MD转X排版三个零依赖的浏览器工具。用户只需编写 Markdown 源文件,即可一键生成文章封面、适配微信公众号的富文本以及符合 X (Twitter) 排版规则的长文,极大提升了写作后期的分发效率。 技术 › 工具与效率 ✍ 烁皓🕐 2026-04-20 开源写作工具Markdown微信排版封面生成浏览器工具效率提升X排版前端零依赖
超 超强剧本Skill开源:一键出灵感、IP二创剧本、分镜表 作者开源了一个IP影视二创剧本方向及分镜表灵感生成器,能自动生成创作灵感、IP二创剧本及分镜表,并支持一键写入飞书多维表格,解决短视频创作从0到1的难题。 技术 › Skill ✍ AI求道者Siri🕐 2026-07-30 剧本创作IP二创分镜表开源飞书AI技能短视频自动化创意生成