2025 Crypto Wallet Undercover Battle: Is Competing to Integrate Hyperliquid a Good Business?

marsbitОпубликовано 2025-12-29Обновлено 2025-12-29

Введение

In 2025, the crypto wallet sector is witnessing a quiet battle as major players like MetaMask, Phantom, and Bitget rush to integrate Hyperliquid's perpetual trading capabilities. This trend is driven by Hyperliquid's innovative Builder Fee and Referral mechanism, which allows third-party platforms to earn commissions by routing user trades. However, the integration is complex, with varying approaches: some wallets use Hyperliquid's open API for quick setup, while others deploy read-only nodes for better performance but higher costs. Despite initial hype and significant referral payouts (e.g., Phantom earned substantially more than MetaMask), the long-term viability is questionable. Hyperliquid's user base is highly concentrated, with a small number of whales generating most trading volume, making it challenging for integrated wallets to attract and retain meaningful users. Additionally, technical hurdles like rate limiting, data consistency issues, and high infrastructure costs further dampen prospects. While integration offers short-term ecosystem expansion, it may not be a profitable strategy long-term. Many wallets might eventually pivot to developing their own perpetual trading solutions or aggregating multiple protocols to capture real value beyond mere commission splits.

Following the undercover battle in the underlying infrastructure of the wallet track in the previous article, many viewers have been urging for an update. So, Fourteen Jun will dive into the competition again in 2025.

Hyperliquid is undoubtedly the hotspot of the year. This time, let's look at the intricacies like insiders, connecting the events to see how wallets, exchanges, DEXs, and AI trading are all entangled in this melee!

1. Background

In 2025, the author has basically researched all the Perps (perpetual trading platforms) on the market, witnessing Hype's market 5x growth and peak halving (9->50+->25). Amidst the ups and downs, did it truly fall behind competitors? Or were there hidden worries about reduced platform revenue due to the openness of its hip3 and builder fee development?

The Perps track itself is also seeing emerging competitors. Recently, Aster, Lighter, and even Brother Sun (Justin Sun) entered the fray with sunPerps, whose promotional Twitter Space even set a new record for online attendance in a Web3 industry launch event.

As shown in the figure below, one can see the state of this chaotic battle among rivals. Interestingly, this is also an ongoing process of a predetermined market being carved up.

Recalling the competition among all DEXs during the DeFi Summer, including Uniswap, Balancer, Curve, and numerous Uniswap fork projects like Pancakeswap, etc.

The present moment for Perps is exactly like that moment during DeFi Summer. Some want to be the platform, some want to aggregate others, some want to challenge the leader, and some just want to scrape the leftovers.

Over the past year, various wallets have been vying to launch perpetual trading capabilities at the DEX entry point. Metamask and Phantom took the lead, followed by Bitget's integration news last week. Other startup products like Axiom, basedApp, xyz (using hip3), and multiple AI trading platforms are also getting a share of the pie through integration.

At this point, the wallet track is also undergoing a new round of undercover warfare.

Everyone is competing to integrate Hyperliquid's perpetual trading capabilities. Is this behind the红利 (dividend) of technological openness, the temptation of rebate mechanisms, or simply a true reflection of market demand? Why have some major platforms remained inactive? Have the early integrators seized the market through this?

2. Ecological Origin, Builder Fee & Referral Mechanism

Hyperliquid's rebate mechanism mainly includes the Builder Fee combined with Referral (rebate).

The author has always considered this a very disruptive mechanism. It allows DeFi builders (developers, quantitative teams, aggregators) to charge additional fees as service revenue when placing orders on behalf of users. The total fee for users placing orders on these platforms and the official website itself remains unchanged.

Its essence is actually similar to Uniswap V4's hook mechanism. Both offer their order book (or liquidity pool) as infrastructure for various upstream platforms to integrate. This makes it easier for them to attract user groups from different platforms, and different流量 platforms (wallets) also have more comprehensive ecological products to serve the diverse needs of their users.

This mechanism initially brought dividend收益 (收益 - income) of over ten million USD to some projects, with significant early effects, but it subsequently declined.

From the figure, we also see many points worth pondering.

• Why is there a 5x difference in integration收益 between Metamask and Phantom, given Metamask's user base is not smaller?

• Why is the收益 here for basedApp and Axiom vastly different? Where is Jupiter?

• Is the 12M dividend收益 a lot or a little? Is it short-term or long-term?

• Are platforms that only lightly integrate HypeEVM or the native coin at a disadvantage?

• Why are Bn (Binance), Okx, etc., not among them?

3. PerpDex's Open Strategy

To answer these questions, we must first understand how various platforms integrate.

3.1 Open API Integration Method

Actually, each Perps platform has opened its API, which is very comprehensive. Almost each has its own definition method, but the provided modules are大致 (roughly) as follows: Query type (account status, positions, orders, market data, K-lines, etc.), Trading type (place order, cancel, modify, adjust leverage, withdraw, etc.), Subscription type (WS real-time price推送 (push), order book, position changes).

Because this system itself needs these APIs provided to market makers for market making. The user side is just changing the trading direction, but user-side won't be able to contact like market makers can, so it must add some control.

Hence, the rate-limiting mechanism is necessary. Hype's is based on address + IP dual rate limiting, which can dynamically adjust the rate limit threshold with trading volume. High concurrency may face rate limit challenges.

The advantage of this official API solution is quick integration and implementation, no need to build your own nodes, low data latency, and good state consistency.

But the disadvantages are also obvious:可能面临 (may face) IP/region restrictions, susceptible to rate limiting impacts. Rate limiting is less problematic for a single user, but for a platform, it's hard to achieve because user volume can increase at any time, making dynamic scaling difficult.

There's also the update issue. Remember, apps have release restrictions for code modifications. If the official API upgrades change or gets rate-limited, the app side loses control. Besides becoming a traffic provider, they also have to额外承担 (bear additional) customer complaints and risks.

3.2 Read-Only Node Integration Method

Hyperliquid has a dual-chain structure, EVM and core chains, integrated into one program and closed-source封装 (encapsulated). It's hard for the outside to破解解读 (crack and read) the specific content. Officially, they only support project parties deploying this kind of read-only node (can obtain order, K-line, transaction data, but does not support sending transactions).

Moreover, not all historical data is open. The data volume here is huge: about 1T+ of data is added in just 2 days. After a year, if historical data isn't archived, the cost itself is hard to cover the收益.

If a project party deploys a read-only node to reduce the frequency of reading the official API and thus lessen rate limit issues, this is currently the officially recommended approach.

Adopting this solution also has significant technical challenges: occasional block drop phenomena, massive storage costs, missing historical data. And the node's data methods must be modified.

The author believes the biggest problem is the consistency issues brought by this half-open mechanism.

For example, if I use the K-line data from a read-only node to place an order, but the node itself is delayed (this本身 (itself) has a probability of occurring), and I can only use the official API to place the order, which has no delay. The data here might be inconsistent, so my market order could be filled at an undesired price.

Whose responsibility is it? Does the platform earn enough to cover compensation here? How much cost does the platform need to improve stability? Is it appropriate to just shift blame?

3.3 Market Choices

This shows a divergence, with different approaches from various players.

• Metamask, as a typical representative of a tool-oriented positioning, directly uses frontend integration with the open API, even open-sourcing the integration code. This simple and crude method brings fast launch efficiency. The author is also rare to see such a conservative head wallet platform make such a quick market move.

• Others doing the same include Rabby, Axiom, BasedApp.

• Trust Wallet has also integrated Perps, but it对接 (connects) to the BN系 (BN ecosystem's) Aster platform,显然 (obviously) giving the green light to their own products. But how internal rebates work is uncertain.

• Phantom, rising from the Solana Meme wave, appears more focused on the pursuit of experience here. They use the read-only node integration method, and even order placement operations are relayed through the backend, rather than the client directly calling the official API.

Actually, there are some amazing products on the market with different angles and choices.

For example, Trade.xyz is currently the platform with the highest trading volume on Hip3, not seeking the red ocean battle of the existing market but directly开拓 (pioneering) stock trading capabilities.

VOOI Light is also very capable (engineering-wise), an intent-based cross-chain perpetual DEX. Its core lies in simultaneously integrating multiple Perps DEXs. It can be said they use engineering effort to take multiple paths of the above platforms simultaneously. But the beauty is不足 (lacking) as it's also stuck on the complexity of multi-integration reserve funds, resulting in a less smooth experience.

Finally, the author recently experienced several AI trading platforms, almost all using open API integration + backend integration方案 (solutions) for multiple Perps. The experience is cutting-edge. Some are pure LLM large model text interaction, some are AI decision-making + follow trader methods (the underlying layer can also link with TEE custody solutions like Privy), achieving AI-assisted Perps trading without passing private keys to the project party.

Different solutions bring different experiences, which can explain some of the differences in the final rebate effect data.

4. Reflections

The previous social logins can only solve the recovery problem, but not automated trading.

4.1 Reserve Fund Complexity

This is actually the most easily overlooked. Hyperliquid's complexity far exceeds imagination; it's not simply "integrate and use."

Various platforms initially optimistically viewed its integration with an aggregated DEX mindset but also ignored that its essence is not a Lego model. After integrating Hyperliquid, if the market declines later, will the functionality remain? How many wallets are now delisting previous inscription protocols? And if the platform closes, will users go to the official platform to find their open positions?

Furthermore, if Hyperliquid falls out of favor, and perhaps Aster or Lighter become popular, will there be migration to new platforms? The APIs of various parties are not完全一致 (完全一致 - completely consistent). How to migrate? How to run parallel?

To smooth these out, it's unavoidable to increase the complexity of the experience.

Ultimately, if a user wants to use a large and comprehensive entry point, why not use the official one itself?

Frontend integration brings fast experience and coverage, but Metamask seems to have eaten a dumb loss, not making much money but白白提供 (providing for free) its user traffic.

Backend integration brings a premium experience, which is the core reason Phantom earns the most收益, but it also comes with huge costs. The final ROI (Return on Investment)收益 is perhaps only known to themselves.

4.2 Why Can't the Total收益 Break Through Higher?

Actually, reviewing our own preferences (focusing on advanced Perps players) for using platforms like Hyperliquid, we still prefer the complete official entry point and operate more on the PC端 (PC end). The main reasons are直观看到 (seeing directly) stop-profit/stop-loss settings, chart monitoring, margin modes, and other advanced functions. After all, this track itself has more high-end players.

The demand for using the移动端 (mobile end) is "monitoring and responding to market changes anytime, anywhere, for position risk and price management, not for complex analysis."

So Phantom's advantage lies in bringing new users an initial experience, then持续下行 (continuously declining), because its focus is still on the mobile end.

BasedApp, which has both App and web entry points, caters to both needs. However, due to competition from the official entry point on the web end, the上限 (upper limit) isn't high either.

But Hyperliquid's own App will be launched soon, so this market itself will become increasingly limited.

It can only be said that architectural differences determine the value of integration, but the size of the value depends on the depth of integration. Ultimately, the ceiling of this model is essentially internal competition; users contributed by entry platforms很难维持 (are hard to retain) in the original platform.

If wallets can provide advanced mobile functions (advanced charting, alerts and notification systems, auto trading), then there is indeed differentiated value. We can see后续 (subsequently) Phantom updates quickly, also launching various advanced functions, just to retain these users.

The way to break the situation lies in AI trading, auto trading (trading models not available on the official platform), and multi-Perps aggregation, following the same path DEXs took. But there are also problems like the difficulty of solving multi-platform reserve fund scheduling and the high efficiency of AI losing money. Even with industry-general private key custody methods (Privy, TurnKey)加持 (blessing), it still belongs to: users who know how will naturally know, those who don't can't learn.

4.3 User Growth & Ecological Niche Supplementation

Of course, the original intention of many platforms is that they can accept it not making money. After all, relying on手续费分成 (fee sharing) is like fishing for渣 (dregs) in the soup. But if it can attract users who use Perps or meet the perpetual trading needs of existing users, it is also a good ecological niche supplement.

We can conclude this by grabbing some HL on-chain data for analysis because this group is actually very small.

From the figure below, the user体现 (reflection) of each integration is only a few thousand daily active users, totaling just over 10-20k.

Moreover, looking at Hyperliquid's own monthly active users, the essence of its收益 is based on a whale service model, belonging to a typical contract market Matthew effect and inverted pyramid fund structure.

Currently, HL's total wallet addresses reach about 1.1 million, with monthly active users at 217k and daily active users at 50k. But the key here—the top 5% contribute 90%+ of the OI and Volume, forming a typical pyramid structure.

The top users accounting for only 0.23% (fund range $1M+,共 (totaling) over 500 people) control 70% of the open interest ($5.4B). Among them, over 100 top users have an average holding of高达 (as high as) $33M, their OI (Open Interest)占比 (proportion) is 920 times their user proportion.

In contrast, the bottom users accounting for 72.77% (150k users) contribute only 0.2% of the contract volume, with an average holding of仅 (only) $75.

This structure shows that the contract market is essentially a博弈场 (battleground) for professional institutions and high-net-worth individuals. A large number of retail users虽然构成 (although constitute) the user base and activity, their capital size is almost negligible.

This structure actually reflects a counter-intuitive fact: indeed, Hyperliquid itself has very high收益,跃进 (leaping into) one of the most profitable exchanges in just one year.

But its收益 essentially comes from high-end玩家 (players) whales, whose motivation might be anti-censorship, or openness and transparency, or quantitative trading driven.

But the significance of integration by various platforms actually only brings常规 (regular) users. So this requires a long-term user education process to possibly shift those playing Perps in CEXs to the homogenized competition of Web3 Perps.

5. In Conclusion, Is Integrating Perps Really a Good Business?

Ordinary projects must adapt to the market, but when a platform's heat peaks, the market adapts to it. Hyperliquid is currently receiving such treatment, but it may not be able to守住 (maintain) this treatment. Although it can explain that the sharp increase in trading volume of other competitors in the market is due to new airdrop expectations, leading to non-genuine trading results.

Moreover, many of HL's measures are relatively correct. Compared to many past platforms that often wanted to do everything themselves and reap all the红利, the author点名批判 (names and criticizes) OpenSea, which could折腾出 (stir up) a forced royalty system, forcing the market to follow the leader. Each time had fixed high costs, intervened in the flow of goods, affected the market's real pricing, and eventually left countless NFTs as family heirlooms.

In HL, they opened the EVM and all various Dex Perps APIs, so the market quickly saw a bunch of derivatives.

RWA assets, especially U.S. stocks and gold, are becoming new traffic entry points and differentiated growth points in the current Perp DEX field. TradeXYZ's cumulative Perp volume of $19.1B, weekly average of $320M, daily average of $45.7M, is the best proof.

Hyperliquid's generosity is also visible in airdrops and buybacks. Often, staking HYPE for ADL profits also has considerable expected收益.

Going round and round, the龙头之争 (fight for the leading position) is for those few to worry about. Returning to this year's wallet integration undercover battle, integrating third-party Perps is mostly a low-ROI business, whether from user growth收益 or platform commission earnings and stability investment, it can't be considered a good business.

It can be imagined that after seeing the real收益 situation post-integration, most platforms, still reluctant to give up the红利 of the Perps track, will move towards self-research and大量拉新宣发 (extensive user acquisition promotion). The track battle is not over; it will continue to burn for another year. But only new users pulled from non-CEX are truly effective users.

Disclaimer

This article is information-intensive, as many architectural overviews are highly condensed, and the technology is not fully open source, based on analysis of published information.

Additionally, purely discussing from a technical solution perspective, with no positive/negative evaluation of any products intended.

Связанные с этим вопросы

QWhat is the core mechanism that Hyperliquid uses to attract third-party platforms like wallets to integrate its perpetual trading capabilities?

AHyperliquid's core attraction mechanism is the Builder Fee combined with a Referral system, which allows DeFi builders (developers, quantitative teams, aggregators) to charge an additional fee as service revenue when placing orders on behalf of users, while the total fee for users remains the same whether they trade on these third-party platforms or on the official Hyperliquid site.

QWhat are the two main technical methods for platforms to integrate with Hyperliquid's perpetual trading, and what is a key challenge associated with one of them?

AThe two main technical integration approaches are using the Open API method and the Read-Only Node method. A key challenge with the Read-Only Node method is the potential for data inconsistency and latency between the node's delayed data and the official API's real-time data, which can lead to issues like market orders being filled at unexpected prices, raising questions about liability and platform stability.

QAccording to the article's analysis of Hyperliquid's user base, what is the fundamental structure of its revenue, and what does this imply for platforms integrating to attract new users?

AHyperliquid's revenue is fundamentally based on a whale-serving model with a steep inverted pyramid structure. The top 0.23% of users (500+ people) control 70% of the open interest, while the bottom 72.77% of users contribute only 0.2% of the trading volume. This implies that platforms integrating to attract new, general users are engaging in a long-term user education process with a potentially low ROI, as the vast majority of revenue comes from a small number of large, professional traders not typically acquired through these integrations.

QWhy does the author suggest that simply integrating a third-party Perps DEX like Hyperliquid is not a good business for most wallet platforms?

AThe author suggests it is not a good business due to low Return on Investment (ROI) from both user growth and platform commission earnings compared to the significant stability and development costs. The market is highly competitive, user retention is challenging against the official platform, and the revenue structure is dominated by whales, making it difficult for new, small-volume users brought by wallets to contribute significantly to earnings.

QWhat alternative strategy does the article propose for wallets seeking a competitive advantage in the Perps space, beyond simple integration?

AThe article proposes that wallets should develop differentiated value by offering advanced features not available on the official platform, particularly for mobile users, such as advanced charting, alerts and notification systems, and auto-trading capabilities. Furthermore, exploring new areas like AI trading or becoming a multi-Perps aggregator are suggested as potential破局之道 (breakthrough strategies), though these come with their own significant technical complexities.

Похожее

Morning Post | Trump Media Group Releases Q1 Financial Report; Top Three DeFi Applications Return Nearly $100 Million in Revenue to Token Holders in 30 Days; Michael Saylor Shares Bitcoin Tracker Info Again

**Title: Daily Briefing | Trump Media Group Releases Q1 Report; Top 3 DeFi Apps Return Nearly $100M to Token Holders; Michael Saylor Signals Potential Bitcoin Buy** **Summary:** Key developments in the past 24 hours include: * **Economic Outlook:** Goldman Sachs has pushed back its forecast for the next two Federal Reserve interest rate cuts to December 2026 and March 2027, citing persistent inflationary pressures from energy costs. This delayed timeline is expected to tighten liquidity flow into risk assets, including cryptocurrencies. * **DeFi & Revenue:** Data from DefiLlama shows that three leading DeFi applications—Hyperliquid, Pump.fun, and EdgeX—collectively distributed $96.3 million in revenue to their token holders over the last 30 days. This trend highlights a shift in the crypto community's focus towards real protocol earnings and sustainable economic models. * **Corporate Bitcoin Moves:** Michael Saylor, founder of MicroStrategy (note: referred to as 'Strategy' in the text, likely a typographical error), has signaled potential upcoming Bitcoin purchases by posting a "Bitcoin Tracker" update, following a pattern that typically precedes the company's official disclosure of new acquisitions. * **Market Integrity:** Prediction market platform Polymarket announced updates to address platform issues, including identifying and banning clusters of accounts involved in "ghost-fill" activities and implementing measures to prevent bulk account creation. * **Regulation:** The Bank of England Governor warned that stablecoin regulation could lead to tensions between US and international regulators. In South Korea, the National Tax Service has launched a pilot program to entrust seized virtual assets to private custody firms for management. * **Meme Token Trends:** GMGN data lists the top trending meme tokens on Ethereum (e.g., HEX, SHIB), Solana (e.g., FWOG, TROLL), and Base (e.g., SKITTEN, PEPE) over the past day. **Financial Note:** Trump Media & Technology Group reported a Q1 loss of approximately $4 billion, primarily attributed to unrealized losses on its Bitcoin and other digital asset holdings.

链捕手27 мин. назад

Morning Post | Trump Media Group Releases Q1 Financial Report; Top Three DeFi Applications Return Nearly $100 Million in Revenue to Token Holders in 30 Days; Michael Saylor Shares Bitcoin Tracker Info Again

链捕手27 мин. назад

Telegram Takes Direct Control of TON, Social Traffic Rewrites the Public Chain Narrative

Telegram founder Pavel Durov announced that Telegram will replace the TON Foundation as the core driver and largest validator of The Open Network (TON). Key initiatives include a sixfold reduction in transaction fees, performance upgrades, and improved developer tools within the next few weeks. This marks a strategic shift from Telegram merely providing user access to deeply integrating TON into its platform's core infrastructure. The goal is to transform Telegram's massive social traffic into sustainable on-chain activity. While viral mini-apps like Notcoin have demonstrated Telegram's ability to drive user adoption, TON aims to support frequent, low-value transactions inherent to social platforms—such as tipping, in-app payments, and game rewards. Ultra-low fees and sub-second finality (0.6 seconds) are crucial to making blockchain interactions seamless and nearly invisible within the Telegram user experience. However, Telegram's increased central role raises questions about network decentralization. Durov argues that Telegram's participation will attract more large validators, thereby enhancing decentralization. TON also offers high annual staking rewards (18.8%), aiming to retain capital within its ecosystem. The fundamental challenge for TON is no longer leveraging Telegram's user base, but becoming an indispensable, seamless infrastructure layer for Telegram's everyday applications—moving from an adjacent chain to an embedded utility.

marsbit28 мин. назад

Telegram Takes Direct Control of TON, Social Traffic Rewrites the Public Chain Narrative

marsbit28 мин. назад

Telegram Takes Direct Control of TON, Social Traffic Reshapes Public Chain Narrative

Telegram's founder, Pavel Durov, has announced a major shift in the development of The Open Network (TON). Telegram will now become the core driver of TON, replacing the TON Foundation and becoming its largest validator. The focus will be on technical upgrades over the next few weeks, including slashing network fees by six times to near-zero and improving finality time to 0.6 seconds. This move signifies a deeper integration between Telegram and TON, moving beyond just providing a user base. The goal is to transform Telegram's vast social traffic and built-in features—like Mini Apps, payments, and bots—into sustainable, on-chain usage scenarios. The reduced fees and faster speeds are crucial for enabling the small, frequent transactions typical of social interactions. While this promises stronger execution and product alignment, it raises questions about centralization. Durov argues Telegram's involvement will attract more validators, enhancing decentralization, but the outcome remains to be seen. Additionally, TON's high annual staking reward of 18.8% aims to retain capital within the ecosystem. The key challenge for TON is no longer just leveraging Telegram's entry point, but becoming an invisible, seamless infrastructure layer within Telegram's daily use. Its success hinges on converting viral attention into lasting, embedded utility.

Odaily星球日报38 мин. назад

Telegram Takes Direct Control of TON, Social Traffic Reshapes Public Chain Narrative

Odaily星球日报38 мин. назад

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

OpenAI engineer Weng Jiayi's "Heuristic Learning" experiments propose a new paradigm for Agentic AI, suggesting that intelligent agents can improve not just by training neural networks, but also by autonomously writing and refining code based on environmental feedback. In the experiment, a coding agent (powered by Codex) was tasked with developing and maintaining a programmatic strategy for the Atari game Breakout. Starting from a basic prompt, the agent iteratively wrote code, ran the game, analyzed logs and video replays to identify failures, and then modified the code. Through this engineering loop of "code-run-debug-update," it evolved a pure Python heuristic strategy that achieved a perfect score of 864 in Breakout and performed competitively with deep reinforcement learning (RL) algorithms in MuJoCo control tasks like Ant and HalfCheetah. This approach, termed Heuristic Learning (HL), contrasts with Deep RL. In HL, experience is captured in readable, modifiable code, tests, logs, and configurations—a software system—rather than being encoded solely into opaque neural network weights. This offers potential advantages in explainability, auditability for safety-critical applications, easier integration of regression tests to combat catastrophic forgetting, and more efficient sample use in early learning stages, as demonstrated in broader tests on 57 Atari games. However, the blog acknowledges clear limitations. Programmatic strategies struggle with tasks requiring long-horizon planning or complex perception (e.g., Montezuma's Revenge), areas where neural networks excel. The future vision is a hybrid architecture: specialized neural networks for fast perception (System 1), HL systems for rules, safety, and local recovery (also System 1), and LLM agents providing high-level feedback and learning from the HL system's data (System 2). The core proposition is that in the era of capable coding agents, a significant portion of an AI's learned experience could be maintained as an auditable, evolving software system.

marsbit1 ч. назад

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

marsbit1 ч. назад

Your Claude Will Dream Tonight, Don't Disturb It

This article explores the recent phenomenon of AI companies increasingly using anthropomorphic language—like "thinking," "memory," "hallucination," and now "dreaming"—to describe machine learning processes. Focusing on Anthropic's newly announced "Dreaming" feature for its Claude Agent platform, the piece explains that this function is essentially an automated, offline batch processing of an agent's operational logs. It analyzes past task sessions to identify patterns, optimize future actions, and consolidate learnings into a persistent memory system, akin to a form of reinforcement learning and self-correction. The article draws parallels to similar features in other AI agent systems like Hermes Agent and OpenClaw, which also implement mechanisms for reviewing historical data, extracting reusable "skills," and strengthening long-term memory. It notes a key difference from human dreaming: these AI "dreams" still consume computational resources and user tokens. Further context is provided by discussing the technical challenges of managing AI "memory" or context, highlighting the computational expense of large context windows and innovations like Subquadratic's new model claiming drastically longer contexts. The core critique argues that this strategic use of human-centric vocabulary does more than market products; it subtly reshapes user perception. By framing algorithms with terms associated with consciousness, companies blur the line between tool and autonomous entity. This linguistic shift can influence user expectations, tolerance for errors, and even perceptions of responsibility when systems fail, potentially diverting scrutiny from the companies and engineers behind the technology. The article concludes by speculating that terms like "daydreaming" for predictive task simulation might be next, continuing this trend of embedding the idea of an "inner life" into computational processes.

marsbit1 ч. назад

Your Claude Will Dream Tonight, Don't Disturb It

marsbit1 ч. назад

Торговля

Спот
Фьючерсы

Популярные статьи

Как купить ACN

Добро пожаловать на HTX.com! Мы сделали приобретение AITECH CLOUD NETWORK (ACN) простым и удобным. Следуйте нашему пошаговому руководству и отправляйтесь в свое крипто-путешествие.Шаг 1: Создайте аккаунт на HTXИспользуйте свой адрес электронной почты или номер телефона, чтобы зарегистрироваться и бесплатно создать аккаунт на HTX. Пройдите удобную регистрацию и откройте для себя весь функционал.Создать аккаунтШаг 2: Перейдите в Купить криптовалюту и выберите свой способ оплатыКредитная/Дебетовая Карта: Используйте свою карту Visa или Mastercard для мгновенной покупки AITECH CLOUD NETWORK (ACN).Баланс: Используйте средства с баланса вашего аккаунта HTX для простой торговли.Третьи Лица: Мы добавили популярные способы оплаты, такие как Google Pay и Apple Pay, для повышения удобства.P2P: Торгуйте напрямую с другими пользователями на HTX.Внебиржевая Торговля (OTC): Мы предлагаем индивидуальные услуги и конкурентоспособные обменные курсы для трейдеров.Шаг 3: Хранение AITECH CLOUD NETWORK (ACN)После приобретения вами AITECH CLOUD NETWORK (ACN) храните их в своем аккаунте на HTX. В качестве альтернативы вы можете отправить их куда-либо с помощью перевода в блокчейне или использовать для торговли с другими криптовалютами.Шаг 4: Торговля AITECH CLOUD NETWORK (ACN)С легкостью торгуйте AITECH CLOUD NETWORK (ACN) на спотовом рынке HTX. Просто зайдите в свой аккаунт, выберите торговую пару, совершайте сделки и следите за ними в режиме реального времени. Мы предлагаем удобный интерфейс как для начинающих, так и для опытных трейдеров.

272 просмотров всегоОпубликовано 2026.04.28Обновлено 2026.04.28

Как купить ACN

Что такое HPP

И. Введение в проектСозданный как уровень 2 на Arbitrum и развивающий проверенное наследие Aergo, HPP предоставляет инфраструктуру, необходимую современным AI-приложениям — масштабируемую, бездоверительную и готовую к корпоративному использованию.II. Информация о криптовалюте1) Основная информацияНазвание: Протокол Домашней Вечеринки (HPP)III. Связанные ссылкиОфициальный сайт:https://www.hpp.io/Белая книга:https://www.hpp.io/assets/HPP%20Whitepaper_ENG_vF_20250725-Bb-xX5Yd.pdfБлокчейн-эксплорер:https://explorer.hpp.io/Социальные сети:Twitter: https://x.com/aergo_ioMedium: https://medium.com/aergoTelegram: https://t.me/aergoofficial%22Примечание: Введение в проект основано на материалах, опубликованных или предоставленных официальной командой проекта, и предназначено только для справки и не является инвестиционным советом. HTX не несет ответственности за любые прямые или косвенные убытки, возникшие в результате.

141 просмотров всегоОпубликовано 2026.04.29Обновлено 2026.04.29

Что такое HPP

Как купить HPP

Добро пожаловать на HTX.com! Мы сделали приобретение House Party Protocol (HPP) простым и удобным. Следуйте нашему пошаговому руководству и отправляйтесь в свое крипто-путешествие.Шаг 1: Создайте аккаунт на HTXИспользуйте свой адрес электронной почты или номер телефона, чтобы зарегистрироваться и бесплатно создать аккаунт на HTX. Пройдите удобную регистрацию и откройте для себя весь функционал.Создать аккаунтШаг 2: Перейдите в Купить криптовалюту и выберите свой способ оплатыКредитная/Дебетовая Карта: Используйте свою карту Visa или Mastercard для мгновенной покупки House Party Protocol (HPP).Баланс: Используйте средства с баланса вашего аккаунта HTX для простой торговли.Третьи Лица: Мы добавили популярные способы оплаты, такие как Google Pay и Apple Pay, для повышения удобства.P2P: Торгуйте напрямую с другими пользователями на HTX.Внебиржевая Торговля (OTC): Мы предлагаем индивидуальные услуги и конкурентоспособные обменные курсы для трейдеров.Шаг 3: Хранение House Party Protocol (HPP)После приобретения вами House Party Protocol (HPP) храните их в своем аккаунте на HTX. В качестве альтернативы вы можете отправить их куда-либо с помощью перевода в блокчейне или использовать для торговли с другими криптовалютами.Шаг 4: Торговля House Party Protocol (HPP)С легкостью торгуйте House Party Protocol (HPP) на спотовом рынке HTX. Просто зайдите в свой аккаунт, выберите торговую пару, совершайте сделки и следите за ними в режиме реального времени. Мы предлагаем удобный интерфейс как для начинающих, так и для опытных трейдеров.

75 просмотров всегоОпубликовано 2026.04.29Обновлено 2026.04.29

Как купить HPP

Обсуждения

Добро пожаловать в Сообщество HTX. Здесь вы сможете быть в курсе последних новостей о развитии платформы и получить доступ к профессиональной аналитической информации о рынке. Мнения пользователей о цене на A (A) представлены ниже.

活动图片