Hands-on with Hunyuan Hy3 Preview: Tencent's AI, Finally Competitive?

marsbit發佈於 2026-04-26更新於 2026-04-26

文章摘要

Tencent's Hunyuan AI team has released its latest language model, Hy3 preview, marking a significant step forward for the company's AI capabilities. With 295B total parameters and support for 256K context length, the model employs a mixture-of-experts architecture. It shows improvements in complex logic, instruction following, contextual learning, code generation, and agent task execution. In testing, Hy3 preview demonstrated strong performance in multi-step logical reasoning but showed occasional instability in identifying traps in trick questions. It performed well in extracting key information from disordered meeting transcripts and accurately followed new linguistic rules. As an AI agent, it successfully built functional applications like a Snake game and generated data analysis dashboards, though it sometimes fell short in fully completing complex open-ended tasks. In natural language use, it produced coherent and stylistically appropriate narratives with reduced “AI-like” tone. Priced competitively, Hy3 preview is already integrated into Tencent’s key products, including Tencent Cloud and WorkBuddy. While not leading in every benchmark, it represents a solid, practical model that signals Tencent’s renewed momentum in AI development.

By AIX Finance, Author: Lei Jing, Editor: Jin Yufan

The AI circle has been active recently, and Tencent's Hunyuan Hy3 preview has also officially debuted.

On April 23, Tencent Hunyuan officially released and open-sourced the new generation language model Hy3 preview. According to the official website introduction, this model adopts a mixture-of-experts architecture that integrates fast and slow thinking, with a total of 295B parameters, 21B activated parameters, and supports a maximum context length of 256K. This is hailed by the official as the most intelligent Hunyuan model to date.

Three months ago, Yao Shunyu joined Tencent with experience in the ReAct framework and实战经验 from OpenAI, leading the reconstruction of the pre-training and reinforcement learning infrastructure. Hy3 preview is the first report card after this rebuild. The official stated that the model has achieved significant improvements in complex reasoning, instruction following, in-context learning, code generation, and agent capabilities.

Judging from the data and evaluation results disclosed by the official, Hy3 preview demonstrates impressive strength in multiple basic tests. Although it may not reach the industry's top level in all dimensions, it is sufficient to meet practical needs in most scenarios.

In terms of actual operational efficiency and stability, Hy3 preview has also made breakthroughs. Official data shows that this model reduces first token latency by 54% and end-to-end duration by 47%, significantly improving response speed. At the same time, task success rates have also improved, and it can now stably drive complex Agent workflows, covering various business scenarios such as document processing and data analysis.

Furthermore, its inference cost has decreased. On Tencent Cloud API, input costs are as low as 1.2 RMB per million Tokens, and personal packages start at 28 RMB per month, placing it in the lowest price tier among models of similar size. Currently, Hy3 preview has been launched in core Tencent products such as Tencent Cloud, Yuanbao, and WorkBuddy.

Next, we will test the performance of the Hunyuan large model in practical applications based on the four directions mentioned by the official.

Reasoning Ability: Can Decompose Complex Logic, But Trap Identification Needs Strengthening

We first tested the model's reasoning ability. Logic reasoning questions are a type netizens love to use to test a model's "IQ". In this segment, we first tested with the classic "car wash problem" within Yuanbao.

In this classic trick question, Hy3 preview initially did not answer correctly. It provided a clear and logical reasoning to suggest walking, overlooking the key point which was "washing the car". Only after being reminded again about the need to wash the car did it give the correct answer.

It is worth noting that in tests by other netizens, Hy3 preview has been able to answer correctly directly, indicating that its trap identification ability lacks stability.

Let's try another brain teaser. In this problem, one needs to understand the real-world logic that the eggs that were broken, fried, and eaten are the same batch. But Hy3 preview did not realize this; it thought the fried eggs still existed and could be eaten.

Subsequently, we increased the difficulty and tested it with a logic problem that has a more complex derivation process. The difficulty of this question lies in the lack of direct positioning information; one must rely on implicit conditions to eliminate possibilities, making it easy to miss key information.

In this scenario, Hy3 preview provided the correct answer. It first broke down the clues one by one, extracted the mutually exclusive relationships between people and professions, and then locked identities through elimination. Next, it sequentially determined the归属 of some positions and then gradually filled in the rest结合 the rules.

Overall, Hy3 preview has strong conventional rational logic deduction abilities, but its reverse thinking, trap identification, and flexible thinking in life scenarios are still insufficient. When facing tricky brain teasers, it tends to be limited by literal conventional logic,忽略 the traps in the questions and real-world scenarios, performing poorly. However, when facing complex logic reasoning problems with hidden conditions and繁琐 derivations, it can拆解 clues and reason step by step, demonstrating solid logical analysis and step-by-step deduction capabilities.

In-Context Learning and Instruction Following: Extracting Information, Stable Performance Under Interference Scenarios

This segment tests two basic skills of the model: whether it can grasp the true instruction, and whether it can quickly understand the instruction.

Tencent provided five scenarios in its official blog, including project planning, travel summaries, and reading notes. We selected two scenarios for practical testing.

Scenario 1: Information extraction from messy meeting minutes

We provided a混乱 transcript of a meeting recording,混杂 with interruptions, digressions, repeated corrections, etc., and asked it to extract three types of information.

The answer given by Hy3 preview accurately listed these three types of information, demonstrating good information extraction capabilities.

Scenario 2: Understanding and following new language rules

We created a simple language, demonstrated the rules to it through examples, and gave it three new sentences to translate.

In this round, Hy3 preview was able to accurately complete the relevant requirements, executing every detail according to the rules.

Overall, Hy3 preview can understand instruction requirements and effectively排除干扰信息, making it suitable for practical scenarios with繁杂 information interference and information extraction.

Code and Agent: Tool Calling is Relatively Mature, Task Delivery Completeness is Lacking

Code ability and agent ability are important dimensions for evaluating whether an AI assistant is useful. This tests both the model's depth of understanding of user needs and the Agent's ability to plan, call tools, and close the loop in multi-step tasks. In this segment, we designed three tasks for WorkBuddy (Tencent's AI assistant).

For the first task, we asked WorkBuddy to crawl the air quality data of five cities from the past year and generate an analysis report based on this data.

Judging from the page presentation, the finished product is合格. The structure of sections like season switching, radar charts, trend charts, and correlation heatmaps is complete, the visual presentation is orderly, and the charts also have basic interactive functions. This indicates that its execution capability at the front-end presentation level meets the standard.

However, there are two main problems: first, due to obstacles in the data acquisition phase, Hy3 preview only obtained 224 days of valid data, a large gap which affected the credibility of subsequent charts; second, the prompt clearly requested a paragraph of analysis conclusion. Although Hy3 preview reserved the area for the corresponding section on the page, the actual content was blank. This means it has task closure awareness, but its final delivery capability is still insufficient.

For the second task, we asked it to build a small贪吃蛇 (Snake) game.

The final result was relatively mature, with exquisite graphics, complete logic, and it could run normally. However, it should be noted that贪吃蛇 belongs to a closed-rule task with clear requirements and no need to call external data. The evaluation criteria are relatively clear, making it a scenario where agents are more proficient. WorkBuddy's performance in this task can only reflect its capabilities within its comfort zone, verifying that it has certain practical value.

For the third task, we increased the difficulty and asked it to analyze an open-ended complex task: analyze the business model evolution of the AI Coding industry, review the development history from 2023 to the present, and identify key turning points and core driving factors in the industry.

This is an open-ended complex task with no single standard answer. The quality of the result depends on the Agent's judgment, information screening ability, and expression ability.

At the execution level, WorkBuddy was able to automatically call multiple tools, first revising the execution plan and then落地推进 the plan. The entire process took about half an hour.

However, the final result was not impressive; it only built a basic framework, and the actual content was not substantial enough. It can be seen that although it掌握了 the method of decomposing research problems, it does not know how to further refine these dimensions into valuable research arguments.

In summary, WorkBuddy already possesses the capabilities expected of a daily coding assistant, but there is still room for improvement in the deep execution and final delivery of complex tasks.

Natural Conversation: AI Flavor Significantly Reduced

Finally, let's see if Yuanbao has "human flavor". This round tests through two scenarios: casual chat and creative writing.

Scenario 1: Casual Chat

The official documentation mentions that Hy3 preview can better understand users'倾诉 intentions,承接 user emotions, and avoid preachy, templated replies.

In actual testing, Hy3 preview's performance确实 aligns with this positioning. It did not start by listing a bunch of suggestions but first objectively analyzed the possible reasons behind it, then asked if something had happened. The overall tone was温和, quite measured, and had a natural feel suitable for casual chat scenarios.

Scenario 2: Creative Writing

In this segment, we designed two tasks to test its narrative and expressive abilities.

We first asked it to write a story where the protagonist never appears on stage, but readers can clearly understand who he is, what he experienced, and why he is important after reading.

The finished product submitted by Yuanbao had self-consistent logic, smooth narrative, and relatively high completion, almost devoid of the套路感 common in AI writing.

Next, we asked it to imitate the writing style of "Those Things in the Ming Dynasty" (《明朝那些事儿》) to write a historical story about figures from another dynasty.

AI writing often manifests style replication as rigid imitation, merely copying the writing framework without grasping the article's style. But judging from the generated result, Hy3 preview's style replication ability is strong, meeting the requirements overall. It captured the style of the original book's popular history telling and presented the entire story quite well.

This round of evaluation was the most surprising. Overall, in natural language expression, Hy3 preview has already shed the套路腔 that is correct but flavorless, and can write texts with high readability.

Conclusion

After testing the four dimensions, Hy3 preview gives the impression of being "steady but not stunning".

It did not deliver a crushing performance in any single item, but it also has almost no obvious shortcomings. Placed within the entire ranking of domestic large models, it may not be the most stunning one, but it meets the standard of a practical model that can get work done.

Pulling the perspective back a bit, the real significance of Hy3 preview might not lie in the model itself.

Over the past two years, Tencent has been relatively passive on the large model battlefield. At the end of January this year, Ma Huateng publicly admitted at the annual meeting that Tencent's AI actions were slow. The relatively slow technical pace and the lack of a benchmark model that the outside world could remember were the two major problems Tencent faced. The release of Hy3 preview marks a turning point in Tencent's AI story and gives Tencent an AI model that can be used across its entire ecosystem.

Currently, Hy3 preview is only a preview version. Feedback from the open-source community is still being collected, and the actual calling experience in products like Yuanbao, QQ, and Tencent Docs still needs time to检验. According to official disclosures, larger parameter-scale models will be released后续.

But at least, Tencent AI has begun to撕掉 the "passive" label of the past two years.

熱門幣種推薦

相關問答

QWhat are the key features and specifications of Tencent's Hunyuan Hy3 preview model as mentioned in the article?

AThe Hunyuan Hy3 preview model uses a hybrid expert architecture with fast and slow thinking fusion, has a total of 295B parameters and 21B activated parameters, and supports a maximum context length of 256K. It also features a 54% reduction in first-token latency and a 47% reduction in end-to-end time, with lower inference costs.

QHow did the Hy3 preview model perform in logical reasoning tests according to the article?

AThe Hy3 preview model showed strong capabilities in conventional logical reasoning and complex step-by-step deduction but was less effective at identifying traps in trick questions and demonstrated instability in handling脑筋急转弯 (brain teasers) and real-world scenario adaptations.

QWhat were the findings regarding Hy3 preview's context learning and instruction following abilities?

AThe model effectively understood instructions, extracted key information from cluttered inputs like messy meeting transcripts, and correctly followed new language rules in tests, showing stability in干扰场景 (interference scenarios).

QHow did the WorkBuddy AI assistant, powered by Hy3 preview, perform in code and agent task tests?

AWorkBuddy demonstrated mature tool invocation and could handle closed-rule tasks like building a Snake game well. However, it struggled with data acquisition and task completion in complex, open-ended assignments, such as generating a reliable data analysis report or深度执行 (deep execution) of industry analysis.

QWhat improvements in natural language and creative writing did the article note for the Hy3 preview model?

AThe model showed reduced 'AI flavor,' with more natural and empathetic conversational tones. It also produced coherent, high-readability creative writing, successfully mimicking specific styles like '明style' (Ming style) in historical storytelling without falling into clichés.

你可能也喜歡

比特币红队创始人转向中国AI:'这让我痛心疾首'

一位比特币安全研究员表示,在发现自己的OpenAI访问权限受到限制、无法继续分析代码库后,他不得不重新使用开源的中国AI模型。这突显出一个日益增长的担忧:最强大的AI工具未能提供给网络防御者。 比特币安全组织“比特币红队”的创始人、AnchorWatch公司CEO罗布·汉密尔顿透露,他在上周六刚开始将OpenAI的“信任与网络”功能集成到其比特币安全工作中,次日早晨就发现访问被限制。他表示,作为一名爱国的美国人,这让他非常痛心,但为了继续保护比特币基础设施的研究,他将转而使用中国的开源模型。 “比特币红队”是一个志愿者组织,致力于利用AI工具和人工审查扫描数百个与比特币相关的开源代码库,以查找漏洞。此前,Coldcard硬件钱包遭黑客攻击,损失超过1亿美元比特币,促使他们的工作加速。 汉密尔顿称,他现在无法继续进行调查,以验证相关代码的修复是否充分,以及是否还存在其他未发现的问题。他批评当前的AI访问政策存在缺陷,导致“不守规则的黑客不受限制地获取智能工具,而致力于减少危害的白帽安全专家却被边缘化”。 上月有报道称,加密货币领域许多主要公司仍在等待获得前沿AI模型的访问权限,以加强其代码安全,目前仅有少数公司能够使用。

cointelegraph2 小時前

比特币红队创始人转向中国AI:'这让我痛心疾首'

cointelegraph2 小時前

交易

現貨

熱門文章

什麼是 $S$

理解 SPERO:全面概述 SPERO 簡介 隨著創新領域的不斷演變,web3 技術和加密貨幣項目的出現在塑造數字未來中扮演著關鍵角色。在這個動態領域中,SPERO(標記為 SPERO,$$s$)是一個引起關注的項目。本文旨在收集並呈現有關 SPERO 的詳細信息,以幫助愛好者和投資者理解其基礎、目標和在 web3 和加密領域內的創新。 SPERO,$$s$ 是什麼? SPERO,$$s$ 是加密空間中的一個獨特項目,旨在利用去中心化和區塊鏈技術的原則,創建一個促進參與、實用性和金融包容性的生態系統。該項目旨在以新的方式促進點對點互動,為用戶提供創新的金融解決方案和服務。 SPERO,$$s$ 的核心目標是通過提供增強用戶體驗的工具和平台來賦能個人。這包括使交易方式更加靈活、促進社區驅動的倡議,以及通過去中心化應用程序(dApps)創造金融機會的途徑。SPERO,$$s$ 的基本願景圍繞包容性展開,旨在彌合傳統金融中的差距,同時利用區塊鏈技術的優勢。 誰是 SPERO,$$s$ 的創建者? SPERO,$$s$ 的創建者身份仍然有些模糊,因為公開可用的資源對其創始人提供的詳細背景信息有限。這種缺乏透明度可能源於該項目對去中心化的承諾——這是一種許多 web3 項目所共享的精神,優先考慮集體貢獻而非個人認可。 通過將討論重心放在社區及其共同目標上,SPERO,$$s$ 體現了賦能的本質,而不特別突出某些個體。因此,理解 SPERO 的精神和使命比識別單一創建者更為重要。 誰是 SPERO,$$s$ 的投資者? SPERO,$$s$ 得到了來自風險投資家到天使投資者的多樣化投資者的支持,他們致力於促進加密領域的創新。這些投資者的關注點通常與 SPERO 的使命一致——優先考慮那些承諾社會技術進步、金融包容性和去中心化治理的項目。 這些投資者通常對不僅提供創新產品,還對區塊鏈社區及其生態系統做出積極貢獻的項目感興趣。這些投資者的支持強化了 SPERO,$$s$ 作為快速發展的加密項目領域中的一個重要競爭者。 SPERO,$$s$ 如何運作? SPERO,$$s$ 採用多面向的框架,使其與傳統的加密貨幣項目區別開來。以下是一些突顯其獨特性和創新的關鍵特徵: 去中心化治理:SPERO,$$s$ 整合了去中心化治理模型,賦予用戶積極參與決策過程的權力,關於項目的未來。這種方法促進了社區成員之間的擁有感和責任感。 代幣實用性:SPERO,$$s$ 使用其自己的加密貨幣代幣,旨在在生態系統內部提供多種功能。這些代幣使交易、獎勵和平台上提供的服務得以促進,增強了整體參與度和實用性。 分層架構:SPERO,$$s$ 的技術架構支持模塊化和可擴展性,允許在項目發展過程中無縫整合額外的功能和應用。這種適應性對於在不斷變化的加密環境中保持相關性至關重要。 社區參與:該項目強調社區驅動的倡議,採用激勵合作和反饋的機制。通過培養強大的社區,SPERO,$$s$ 能夠更好地滿足用戶需求並適應市場趨勢。 專注於包容性:通過提供低交易費用和用戶友好的界面,SPERO,$$s$ 旨在吸引多樣化的用戶群體,包括那些以前可能未曾參與加密領域的個體。這種對包容性的承諾與其通過可及性賦能的總體使命相一致。 SPERO,$$s$ 的時間線 理解一個項目的歷史提供了對其發展軌跡和里程碑的關鍵見解。以下是建議的時間線,映射 SPERO,$$s$ 演變中的重要事件: 概念化和構思階段:形成 SPERO,$$s$ 基礎的初步想法被提出,與區塊鏈行業內的去中心化和社區聚焦原則密切相關。 項目白皮書的發布:在概念階段之後,發布了一份全面的白皮書,詳細說明了 SPERO,$$s$ 的願景、目標和技術基礎設施,以吸引社區的興趣和反饋。 社區建設和早期參與:積極進行外展工作,建立早期採用者和潛在投資者的社區,促進圍繞項目目標的討論並獲得支持。 代幣生成事件:SPERO,$$s$ 進行了一次代幣生成事件(TGE),向早期支持者分發其原生代幣,並在生態系統內建立初步流動性。 首次 dApp 上線:與 SPERO,$$s$ 相關的第一個去中心化應用程序(dApp)上線,允許用戶參與平台的核心功能。 持續發展和夥伴關係:對項目產品的持續更新和增強,包括與區塊鏈領域其他參與者的戰略夥伴關係,使 SPERO,$$s$ 成為加密市場中一個具有競爭力和不斷演變的參與者。 結論 SPERO,$$s$ 是 web3 和加密貨幣潛力的見證,能夠徹底改變金融系統並賦能個人。憑藉對去中心化治理、社區參與和創新設計功能的承諾,它為更具包容性的金融環境鋪平了道路。 與任何在快速發展的加密領域中的投資一樣,潛在的投資者和用戶都被鼓勵進行徹底研究,並對 SPERO,$$s$ 的持續發展進行深思熟慮的參與。該項目展示了加密行業的創新精神,邀請人們進一步探索其無數可能性。儘管 SPERO,$$s$ 的旅程仍在展開,但其基礎原則確實可能影響我們在互聯網數字生態系統中如何與技術、金融和彼此互動的未來。

487 人學過發佈於 2024.12.17更新於 2024.12.17

什麼是 $S$

什麼是 AGENT S

Agent S:Web3中自主互動的未來 介紹 在不斷演變的Web3和加密貨幣領域,創新不斷重新定義個人如何與數字平台互動。Agent S是一個開創性的項目,承諾通過其開放的代理框架徹底改變人機互動。Agent S旨在簡化複雜任務,為人工智能(AI)提供變革性的應用,鋪平自主互動的道路。本詳細探索將深入研究該項目的複雜性、其獨特特徵以及對加密貨幣領域的影響。 什麼是Agent S? Agent S是一個突破性的開放代理框架,專門設計用來解決計算機任務自動化中的三個基本挑戰: 獲取特定領域知識:該框架智能地從各種外部知識來源和內部經驗中學習。這種雙重方法使其能夠建立豐富的特定領域知識庫,提升其在任務執行中的表現。 長期任務規劃:Agent S採用經驗增強的分層規劃,這是一種戰略方法,可以有效地分解和執行複雜任務。此特徵顯著提升了其高效和有效地管理多個子任務的能力。 處理動態、不均勻的界面:該項目引入了代理-計算機界面(ACI),這是一種創新的解決方案,增強了代理和用戶之間的互動。利用多模態大型語言模型(MLLMs),Agent S能夠無縫導航和操作各種圖形用戶界面。 通過這些開創性特徵,Agent S提供了一個強大的框架,解決了自動化人機互動中涉及的複雜性,為AI及其他領域的無數應用奠定了基礎。 誰是Agent S的創建者? 儘管Agent S的概念根本上是創新的,但有關其創建者的具體信息仍然難以捉摸。創建者目前尚不清楚,這突顯了該項目的初期階段或戰略選擇將創始成員保密。無論是否匿名,重點仍然在於框架的能力和潛力。 誰是Agent S的投資者? 由於Agent S在加密生態系統中相對較新,關於其投資者和財務支持者的詳細信息並未明確記錄。缺乏對支持該項目的投資基礎或組織的公開見解,引發了對其資金結構和發展路線圖的質疑。了解其支持背景對於評估該項目的可持續性和潛在市場影響至關重要。 Agent S如何運作? Agent S的核心是尖端技術,使其能夠在多種環境中有效運作。其運營模型圍繞幾個關鍵特徵構建: 類人計算機互動:該框架提供先進的AI規劃,力求使與計算機的互動更加直觀。通過模仿人類在任務執行中的行為,承諾提升用戶體驗。 敘事記憶:用於利用高級經驗,Agent S利用敘事記憶來跟蹤任務歷史,從而增強其決策過程。 情節記憶:此特徵為用戶提供逐步指導,使框架能夠在任務展開時提供上下文支持。 支持OpenACI:Agent S能夠在本地運行,使用戶能夠控制其互動和工作流程,與Web3的去中心化理念相一致。 與外部API的輕鬆集成:其多功能性和與各種AI平台的兼容性確保了Agent S能夠無縫融入現有技術生態系統,成為開發者和組織的理想選擇。 這些功能共同促成了Agent S在加密領域的獨特地位,因為它以最小的人類干預自動化複雜的多步任務。隨著項目的發展,其在Web3中的潛在應用可能重新定義數字互動的展開方式。 Agent S的時間線 Agent S的發展和里程碑可以用一個時間線來概括,突顯其重要事件: 2024年9月27日:Agent S的概念在一篇名為《一個像人類一樣使用計算機的開放代理框架》的綜合研究論文中推出,展示了該項目的基礎工作。 2024年10月10日:該研究論文在arXiv上公開,提供了對框架及其基於OSWorld基準的性能評估的深入探索。 2024年10月12日:發布了一個視頻演示,提供了對Agent S能力和特徵的視覺洞察,進一步吸引潛在用戶和投資者。 這些時間線上的標記不僅展示了Agent S的進展,還表明了其對透明度和社區參與的承諾。 有關Agent S的要點 隨著Agent S框架的持續演變,幾個關鍵特徵脫穎而出,強調其創新性和潛力: 創新框架:旨在提供類似人類互動的直觀計算機使用,Agent S為任務自動化帶來了新穎的方法。 自主互動:通過GUI自主與計算機互動的能力標誌著向更智能和高效的計算解決方案邁進了一步。 複雜任務自動化:憑藉其強大的方法論,能夠自動化複雜的多步任務,使過程更快且更少出錯。 持續改進:學習機制使Agent S能夠從過去的經驗中改進,不斷提升其性能和效率。 多功能性:其在OSWorld和WindowsAgentArena等不同操作環境中的適應性確保了它能夠服務於廣泛的應用。 隨著Agent S在Web3和加密領域中的定位,其增強互動能力和自動化過程的潛力標誌著AI技術的一次重大進步。通過其創新框架,Agent S展現了數字互動的未來,為各行各業的用戶承諾提供更無縫和高效的體驗。 結論 Agent S代表了AI與Web3結合的一次大膽飛躍,具有重新定義我們與技術互動方式的能力。儘管仍處於早期階段,但其應用的可能性廣泛且引人入勝。通過其全面的框架解決關鍵挑戰,Agent S旨在將自主互動帶到數字體驗的最前沿。隨著我們深入加密貨幣和去中心化的領域,像Agent S這樣的項目無疑將在塑造技術和人機協作的未來中發揮關鍵作用。

1.2k 人學過發佈於 2025.01.14更新於 2025.01.14

什麼是 AGENT S

如何購買S

歡迎來到HTX.com!在這裡,購買Sonic (S)變得簡單而便捷。跟隨我們的逐步指南,放心開始您的加密貨幣之旅。第一步:創建您的HTX帳戶使用您的 Email、手機號碼在HTX註冊一個免費帳戶。體驗無憂的註冊過程並解鎖所有平台功能。立即註冊第二步:前往買幣頁面,選擇您的支付方式信用卡/金融卡購買:使用您的Visa或Mastercard即時購買Sonic (S)。餘額購買:使用您HTX帳戶餘額中的資金進行無縫交易。第三方購買:探索諸如Google Pay或Apple Pay等流行支付方式以增加便利性。C2C購買:在HTX平台上直接與其他用戶交易。HTX 場外交易 (OTC) 購買:為大量交易者提供個性化服務和競爭性匯率。第三步:存儲您的Sonic (S)購買Sonic (S)後,將其存儲在您的HTX帳戶中。您也可以透過區塊鏈轉帳將其發送到其他地址或者用於交易其他加密貨幣。第四步:交易Sonic (S)在HTX的現貨市場輕鬆交易Sonic (S)。前往您的帳戶,選擇交易對,執行交易,並即時監控。HTX為初學者和經驗豐富的交易者提供了友好的用戶體驗。

2.7k 人學過發佈於 2025.01.15更新於 2026.06.02

如何購買S

相關討論

歡迎來到 HTX 社群。在這裡,您可以了解最新的平台發展動態並獲得專業的市場意見。 以下是用戶對 S (S)幣價的意見。

活动图片