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.

Пов'язані матеріали

Has Hook Summer Truly Arrived? sato, Lo0p, FLOOD Ignite the New Uniswap v4 Narrative

With the broader market showing signs of recovery, a new wave of interest has emerged around Ethereum-based meme coins. Following ASTEROID, tokens like sato, sat1, Lo0p, and FLOOD, built upon the Uniswap v4 Hook protocol, are capturing market attention. Their market capitalizations range from millions to tens of millions of dollars, injecting much-needed focused liquidity into a market lacking narratives. This article explores whether this trend signifies an incoming "Hook Summer" and its potential impact on UNI's price. Hooks are essentially plug-in smart contracts for Uniswap v4 liquidity pools, allowing developers to inject custom logic at key points in a pool's lifecycle (like initialization, adding/removing liquidity, swaps). This transforms the AMM into programmable building blocks. Key highlighted projects include: * **sato**: Peaked over $38M market cap. It utilizes a v4 curve for minting/burning; buying locks ETH as reserve to mint new tokens, while selling redeems ETH from the reserve and burns tokens. * **sat1**: Market cap briefly exceeded $10M, promoted as an "optimized sato," but later declined significantly. * **Lo0p**: Reached nearly $6.6M. It's a lending AMM protocol where buying LO0P tokens locks them as collateral, allowing users to borrow ETH from the pool reserve at 40% LTV, aiming to improve capital efficiency for idle ETH in LPs. * **FLOOD**: Peaked near $6M. Its mechanism directs asset reserves from buys into Aave v3 to generate yield, with fees and interest retained in the pool to potentially influence the token's price long-term. In the long term, the development of the Hook ecosystem can attract users and liquidity to Uniswap v4, benefiting UNI's fundamentals—especially combined with the recent activation of the protocol fee switch, where a portion of fees is used to burn UNI. However, in the short term, these Hook-based tokens are unlikely to directly drive significant UNI price appreciation. Their impact is moderated by factors like token sustainability, price volatility, and broader market and regulatory conditions. Currently, Uniswap v4's TVL ($595M) still trails behind v2 and v3, indicating adoption and growth will take time. The article concludes that while the Hook ecosystem provides long-term "nourishment" for UNI, its short-term role is more of a "catalyst" than a "booster." Readers are cautioned that these are early-stage experimental tokens and may carry unknown risks.

Odaily星球日报7 хв тому

Has Hook Summer Truly Arrived? sato, Lo0p, FLOOD Ignite the New Uniswap v4 Narrative

Odaily星球日报7 хв тому

Interview with Michael Saylor: I Did Say I Would Sell Bitcoin, But Never a Net Sale

Interview with Michael Saylor: I Said We'd Sell Bitcoin, But Never Be a Net Seller In a recent podcast, MicroStrategy Executive Chairman Michael Saylor clarified the company's stance on potentially selling Bitcoin. Following MicroStrategy's earnings call statement about being prepared to sell BTC to fund dividends for its STRC (Strategic) credit product, Saylor emphasized the distinction between selling and being a "net seller." Saylor explained the core business model: MicroStrategy sells credit instruments like STRC and uses the proceeds to buy Bitcoin, which is viewed as "digital capital" expected to appreciate around 30-40% annually. A portion of these capital gains can then be used to pay the dividends on the credit products. He stressed that even if the company sells some Bitcoin for dividends, it simultaneously buys much more with new credit issuance. For example, after raising $3.2 billion from STRC sales in April, the dividend obligation was only $80-90 million, making the company a net buyer. The clarification aims to counter market narratives questioning the value of Bitcoin on MicroStrategy's balance sheet if it were never sold, and to dismiss claims of a "Ponzi scheme." Saylor reiterated his personal philosophy for investors: "Don't be a net seller of bitcoin" and ensure your Bitcoin holdings increase each year. Saylor also discussed Bitcoin's role as the foundation for "digital credit," noting that STRC has become the largest and most liquid preferred stock issue in the U.S., offering high risk-adjusted returns (Sharpe ratio). He highlighted Bitcoin's deep liquidity, stating that even large purchases by MicroStrategy do not move the market significantly, which is driven by macro factors, geopolitical tensions, and capital flows from ETFs and credit products. Finally, Saylor reflected on his early inspiration from sci-fi books, which motivated his path to MIT, and maintained his fundamental thesis on Bitcoin remains unchanged: it is superior digital capital enabling superior digital credit.

链捕手11 хв тому

Interview with Michael Saylor: I Did Say I Would Sell Bitcoin, But Never a Net Sale

链捕手11 хв тому

Beaten SK Hynix Employees in China: Year-end Bonus Less Than 5% of Korean Staff's

"SK Hynix Chinese Staff Hit Hard: Bonuses Less Than 5% of Korean Counterparts" Driven by the AI boom, South Korea's SK Hynix is experiencing record performance, with media reports predicting massive year-end bonuses for its employees, making them highly desirable in the matchmaking market. However, this prosperity starkly contrasts with the situation for the company's Chinese employees. According to reports, SK Hynix operates under a rule allocating 10% of operating profit for employee bonuses. While projections suggest Korean employees could receive bonuses reaching millions of RMB, a Chinese employee with over a decade of technical experience revealed the disparity: "If they get 3 million, Chinese staff get less than 5% of that." After adjustments based on KPI ratings, this employee's highest bonus was slightly over 100,000 RMB. Bonuses are paid annually in Korea but semi-annually in China. During the industry downturn in 2023-2024, Chinese employees received no bonus at all. The gap extends beyond bonuses. Recruitment posts for SK Hynix's Chinese factories (in Wuxi, Dalian, Chongqing) show engineer monthly salaries ranging from 10,000 to 35,000 RMB, with a 13th-month salary promised. Chinese employees also receive standard benefits like annual leave but lack stock incentives, which are reportedly unavailable to them. Furthermore, management positions in China are predominantly held by Korean personnel, though industry observers note a gradual increase in local middle managers over time. SK Hynix has confirmed the 10% bonus rule but cautioned that specific future bonus amounts remain unpredictable. The company forecasts strong demand for HBM and other high-value enterprise products for the next 2-3 years, driven by AI infrastructure investment. This focus on business-to-business markets may continue to constrain supply for consumer products, potentially prolonging price increases for components like memory.

链捕手25 хв тому

Beaten SK Hynix Employees in China: Year-end Bonus Less Than 5% of Korean Staff's

链捕手25 хв тому

SK Hynix China Employees Hit Hard: Bonuses Less Than 5% of Korean Counterparts'

"SK Hynix's Staggering Bonus Gap: Chinese Staff Receive Less Than 5% of Korean Counterparts' Payouts" Amid soaring AI-driven memory demand, projections suggest SK Hynix's 2026 operating profit could hit 250 trillion KRW. Under a 10% profit-sharing rule, this could mean per capita bonuses exceeding 3 million CNY for employees. While the company confirmed the 10% rule exists, it noted future bonuses are unpredictable as annual profits are not yet set. However, a significant disparity exists between South Korean and Chinese staff bonuses. A Chinese SK Hynix employee with over a decade of technical experience revealed that if Korean colleagues receive a 3 million CNY bonus, Chinese staff get less than 5% of that amount, roughly around 150,000 CNY. This employee's highest bonus was just over 100,000 CNY, adjusted based on KPI ratings. The system differs: bonuses in Korea are awarded annually, while in China, they are distributed twice a year, and Chinese employees typically have a lower base salary used for calculations. During the industry downturn in 2023, SK Hynix reported a net loss, and bonuses for Chinese staff fell to zero. Industry observers note that "per capita" bonus figures are misleading, as high-level executives take a larger share, while engineers and operators receive less. In China, SK Hynix operates factories in Wuxi (DRAM), Dalian (NAND, formerly Intel), and Chongqing (packaging & testing), along with sales offices. Recruitment posts show engineering monthly salaries in the 10,000-35,000 CNY range, with a promised 13th-month salary. Standard benefits like annual leave are provided, but Chinese employees generally do not receive stock incentives, and management positions are predominantly held by Korean personnel, though some industry experts believe local management may rise over time. Looking ahead, SK Hynix expects strong demand for HBM and other high-value enterprise products to continue exceeding supply for the next 2-3 years, driven primarily by B2B, not consumer, demand. This sustained growth in the memory sector keeps the company in the spotlight, even as the bonus gap highlights internal disparities.

marsbit45 хв тому

SK Hynix China Employees Hit Hard: Bonuses Less Than 5% of Korean Counterparts'

marsbit45 хв тому

Торгівля

Спот
Ф'ючерси

Популярні статті

Як купити CC

Ласкаво просимо до HTX.com! Ми зробили покупку CC(Canton) (CC) простою та зручною. Дотримуйтесь нашої покрокової інструкції, щоб розпочати свою криптовалютну подорож.Крок 1: Створіть обліковий запис на HTXВикористовуйте свою електронну пошту або номер телефону, щоб зареєструвати обліковий запис на HTX безплатно. Пройдіть безпроблемну реєстрацію й отримайте доступ до всіх функцій.ЗареєструватисьКрок 2: Перейдіть до розділу Купити крипту і виберіть спосіб оплатиКредитна/дебетова картка: використовуйте вашу картку Visa або Mastercard, щоб миттєво купити CC(Canton) (CC).Баланс: використовуйте кошти з балансу вашого рахунку HTX для безперешкодної торгівлі.Треті особи: ми додали популярні способи оплати, такі як Google Pay та Apple Pay, щоб підвищити зручність.P2P: Торгуйте безпосередньо з іншими користувачами на HTX.Позабіржова торгівля (OTC): ми пропонуємо індивідуальні послуги та конкурентні обмінні курси для трейдерів.Крок 3: Зберігайте свої CC(Canton) (CC)Після придбання CC(Canton) (CC) збережіть його у своєму обліковому записі на HTX. Крім того, ви можете відправити його в інше місце за допомогою блокчейн-переказу або використовувати його для торгівлі іншими криптовалютами.Крок 4: Торгівля CC(Canton) (CC)Легко торгуйте CC(Canton) (CC) на спотовому ринку HTX. Просто увійдіть до свого облікового запису, виберіть торгову пару, укладайте угоди та спостерігайте за ними в режимі реального часу. Ми пропонуємо зручний досвід як для початківців, так і для досвідчених трейдерів.

170 переглядів усьогоОпубліковано 2026.04.21Оновлено 2026.04.21

Як купити CC

Як купити BLEND

Ласкаво просимо до HTX.com! Ми зробили покупку Fluent (BLEND) простою та зручною. Дотримуйтесь нашої покрокової інструкції, щоб розпочати свою криптовалютну подорож.Крок 1: Створіть обліковий запис на HTXВикористовуйте свою електронну пошту або номер телефону, щоб зареєструвати обліковий запис на HTX безплатно. Пройдіть безпроблемну реєстрацію й отримайте доступ до всіх функцій.ЗареєструватисьКрок 2: Перейдіть до розділу Купити крипту і виберіть спосіб оплатиКредитна/дебетова картка: використовуйте вашу картку Visa або Mastercard, щоб миттєво купити Fluent (BLEND).Баланс: використовуйте кошти з балансу вашого рахунку HTX для безперешкодної торгівлі.Треті особи: ми додали популярні способи оплати, такі як Google Pay та Apple Pay, щоб підвищити зручність.P2P: Торгуйте безпосередньо з іншими користувачами на HTX.Позабіржова торгівля (OTC): ми пропонуємо індивідуальні послуги та конкурентні обмінні курси для трейдерів.Крок 3: Зберігайте свої Fluent (BLEND)Після придбання Fluent (BLEND) збережіть його у своєму обліковому записі на HTX. Крім того, ви можете відправити його в інше місце за допомогою блокчейн-переказу або використовувати його для торгівлі іншими криптовалютами.Крок 4: Торгівля Fluent (BLEND)Легко торгуйте Fluent (BLEND) на спотовому ринку HTX. Просто увійдіть до свого облікового запису, виберіть торгову пару, укладайте угоди та спостерігайте за ними в режимі реального часу. Ми пропонуємо зручний досвід як для початківців, так і для досвідчених трейдерів.

211 переглядів усьогоОпубліковано 2026.04.24Оновлено 2026.04.24

Як купити BLEND

Як купити 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. Просто увійдіть до свого облікового запису, виберіть торгову пару, укладайте угоди та спостерігайте за ними в режимі реального часу. Ми пропонуємо зручний досвід як для початківців, так і для досвідчених трейдерів.

53 переглядів усьогоОпубліковано 2026.04.28Оновлено 2026.04.28

Як купити ACN

Обговорення

Ласкаво просимо до спільноти HTX. Тут ви можете бути в курсі останніх подій розвитку платформи та отримати доступ до професійної ринкової інформації. Нижче представлені думки користувачів щодо ціни A (A).

活动图片