Japan's AI Dark Horse Emerges: How a 7B Small Model Challenges Fable and Mythos?

marsbitОпубликовано 2026-06-22Обновлено 2026-06-22

Введение

In June 2026, Sakana AI's new model Fugu caused a stir in the AI community. Its Fugu Ultra variant achieved scores of 73.7 on SWE-Bench Pro and 82.1 on TerminalBench 2.1, surpassing GPT-5.5 and Claude Opus 4.8, and was claimed to be comparable to export-restricted models like Fable 5 and Mythos Preview. Remarkably, the core of this high-performance system is not a massive model, but a small 7B-parameter RL Conductor model. Fugu operates as a multi-agent orchestrator: the 7B model acts as a "foreman," dynamically analyzing user tasks and delegating subtasks to a pool of top-tier global models (e.g., GPT-5, Gemini 3.1 Pro). It then synthesizes and verifies their outputs. This architecture represents a paradigm shift from monolithic models to an expert-team approach. It enhances performance in complex, multi-step engineering tasks like code review and security testing by enabling cross-validation from specialized models, improving long-session stability and token efficiency. However, Fugu's strengths come with trade-offs: it faces inherent latency due to multiple API calls, relies heavily on underlying US model APIs (creating dependency risks), and its benchmark comparisons with Fable/Mythos are based on reported scores, not head-to-head testing. For Japan's AI ecosystem, which lacks the massive compute and data resources of the US or China, Fugu exemplifies an "asymmetric breakthrough" strategy. Instead of competing directly in parameter scale, it focuses on intelligent orche...

June 22, 2026 — The new model "Fugu" released by Sakana AI sent shockwaves through the AI community. In the rigorous SWE-Bench Pro and TerminalBench benchmark tests, Fugu Ultra scored 73.7 and 82.1 points respectively, surpassing GPT-5.5 and Claude Opus 4.8, and even claimed to be on par with the export-controlled Fable 5 and Mythos Preview. Surprisingly, the core of this system, which topped the charts in engineering and reasoning capabilities, is not a massive model with hundreds of billions of parameters, but a model with only 7B parameters. It doesn't do the work itself; instead, it acts as a "project manager," dynamically orchestrating top global large models. This counter-intuitive architecture not only shatters the myth of "parameters equal justice" but also reflects Japan's path to AI breakthroughs amidst constrained computing resources.

The 7B "Project Manager": The Counter-Intuitive Architecture of Fugu

To understand the peculiarities of Fugu, one must first look at its origins. Sakana AI was founded in Tokyo in 2023 by Llion Jones, a co-author of the Transformer paper, and former Google researcher David Ha. From its inception, the company carried the "nature-inspired" gene, dedicated to solving AI problems with evolutionary algorithms and natural swarm intelligence. In 2025, Sakana AI secured investments from giants like NVIDIA and Google, valuing the company at over $25 billion. However, despite backing from these giants, Japan still lacks the massive computing infrastructure and data pools found in China and the US. Under these resource constraints, Sakana AI did not choose to compete head-on with trillion-parameter models but instead took an "orchestration" route.

Fugu is officially positioned as "a multi-agent orchestration system acting as a single foundational model." In traditional AI architecture, a large model is a "monolithic beast." A user inputs a prompt, and the model calculates from the first neural network layer to the last, outputting the result. This mode is extremely efficient for simple problems but often leads to hallucinations or logical breakdowns when facing complex, multi-step engineering tasks.

Fugu fundamentally changed this paradigm. Its core is a 7B-parameter model trained with reinforcement learning, called the RL Conductor. This 7B model does not directly generate the final answer; instead, it plays the role of a "project manager." When a user submits a task through a single OpenAI-compatible API, the RL Conductor dynamically analyzes the task type and then assigns subtasks to top global models in its agent pool, such as GPT-5, Gemini 3.1 Pro, or Claude Opus 4.8. It is responsible for scheduling, verifying, and synthesizing the outputs of these models, ultimately providing a result that has undergone multiple rounds of verification.

The theoretical underpinning for this architecture comes from two papers at ICLR 2026: "TRINITY: An Evolved LLM Coordinator" and "Learning to Orchestrate Agents in Natural Language with the Conductor." The papers detail how a small-parameter model can "conduct" large models through reinforcement learning. This changes the paradigm of "Test-time scaling." In the past, computing power was primarily used for deep inference within the model, making the model "struggle" for an answer. Now, computing power is used for external scheduling, verification, and synthesis. Traditional large models are monolithic all-rounders, while Fugu is a team of experts. The 7B RL Conductor proves that model parameter size is no longer the sole determinant of capability; knowing how to call tools and external agents can also lead to performance leaps.

The Truth Behind the Scores: Matching Fable and Surpassing GPT-5.5

The immediate reason for Fugu's sensation is its benchmark scores in rigorous tests. In the AI industry, benchmark scores are the hard currency for measuring model capabilities, but different benchmarks focus on entirely different aspects. The SWE-Bench Pro and TerminalBench 2.1 chosen by Sakana AI are both "tough nuts" biased towards real-world engineering environments.

SWE-Bench Pro focuses on software engineering capabilities, requiring models to locate and fix bugs in real codebases. According to data published in the Sakana AI console, Fugu Ultra scored 73.7 on SWE-Bench Pro. For comparison, Claude Opus 4.8 scored 69.2, GPT-5.5 scored 58.6, and Gemini 3.1 Pro scored 54.2. On TerminalBench 2.1, another test for system operation capabilities, Fugu Ultra scored 82.1, surpassing GPT-5.5's 78.2 and Opus 4.8's 74.6. These two tests not only examine a model's code generation ability but also its logical stability and tool-calling capability in multi-step, long-chain tasks. Fugu Ultra's lead means it experiences fewer mid-process crashes or deviations from goals when handling complex engineering problems compared to monolithic models.

More attention was paid to the comparison between Fugu and Fable 5/Mythos Preview. Anthropic's Fable series and another frontier lab's Mythos series represent the pinnacle of current AI reasoning capabilities. However, due to export controls or incomplete public release, these two models are not part of Fugu's agent pool. Sakana AI officially claims that Fugu Ultra is "on par" with Fable 5 and Mythos Preview on engineering and science benchmarks. It must be clarified, however, that this comparison is not based on head-to-head testing in the same pool. Fugu's scores are based on actual runs of its own system, while Fable and Mythos data are based on report scores publicly released by their respective vendors.

This comparison methodology has sparked some controversy in the developer community. Some argue that test conditions across different systems and environments are difficult to align perfectly, making direct score comparisons unfair. However, other developers point out that referencing vendor-reported data is industry practice in the absence of a unified testing environment. Setting aside the controversy with Fable and Mythos, Fugu Ultra's surpassing of GPT-5.5 and Opus 4.8 on SWE-Bench Pro and TerminalBench 2.1 is a real, like-for-like comparison. This surpassing is not because Fugu's underlying model is smarter than GPT-5.5, but because the RL Conductor performs task decomposition and expert scheduling more precisely. In experiments requiring multiple rounds of reasoning and verification, such as AutoResearch, Rubik's Cube solving, and mechanical design, Fugu consistently showed advantages. This indicates that in handling "long, messy, multi-step" real-world workflows, the multi-agent orchestration architecture indeed offers more resilience than monolithic models.

Real Development Scenario Tests: Code Review and Long Session Stability

For developers and AI tool users, benchmark scores are only references. What truly determines a model's usefulness is its performance in real work scenarios. Fugu underwent beta testing with nearly 500 early users before release. Their feedback revealed Fugu's unique value in practical applications.

Code review is one of the most common AI scenarios for developers. Traditional monolithic models often only find superficial syntax errors or common logic bugs when reviewing code. In beta testing, some developers reported that Fugu demonstrated unusually detailed performance in code reviews, capable of uncovering deep architectural bugs, while other tools often found only a few surface-level issues. This difference stems from Fugu's architecture. Upon receiving a code review task, the RL Conductor can call models specializing in static analysis, logical reasoning, and security auditing respectively to conduct cross-validation on the same piece of code from multiple angles. This "expert consultation" model naturally uncovers more hidden problems than the "solo effort" of a single model.

Another frequently mentioned advantage is long-session stability. When building AI Agent products, one of developers' biggest headaches is the model's "persona drift" in long conversations. As the number of dialogue rounds increases, monolithic models often forget the initial setup or deviate in instruction following. After testing, some enterprise executives reported that Fugu's Persona in long conversations is exceptionally stable, with almost no drift. This is because the RL Conductor itself is not responsible for maintaining long-text memory; it only selects the most appropriate underlying model to generate a response in each dialogue round based on the current context. This architecture of "separation of control and generation" greatly improves Agent stability during long-running sessions.

In the field of cybersecurity, Fugu also demonstrated end-to-end practical capability. In tests, Fugu could independently complete the entire workflow from reconnaissance, XSS/SQLi vulnerability detection to authentication review, and generate a complete penetration test report, strictly adhering to instructions not to cross boundaries and damage systems. This level of completion for complex tasks relies on the RL Conductor's precise orchestration of security toolchains and the capabilities of different large models.

In addition, token efficiency is a major highlight of Fugu. Traditional large models often generate lengthy chains of thought, consuming a large number of tokens when dealing with complex problems. Fugu's RL Conductor avoids wasteful long CoT consumption through precise routing. Official data and early testing show it can significantly reduce waste of ineffective tokens. For developers billed by tokens, this means not only cost reduction but also improved response speed.

The Achilles' Heel of Underlying Dependency: The Cost of Multi-Agent Orchestration

Although Fugu shines in architecture and benchmark scores, as a tool for practical work, it is not without weaknesses. The multi-agent orchestration architecture, while bringing performance breakthroughs, also introduces significant risks and limitations.

The core issue is underlying dependency risk. Fugu's agent pool heavily relies on underlying APIs from US giants like GPT, Claude, and Gemini. Although the RL Conductor has dynamic routing capabilities and can switch to other models if one fails or is rate-limited, this only mitigates single-supplier risk. It does not and cannot detach from the entire US AI infrastructure ecosystem. If these underlying models collectively raise prices, impose large-scale rate limits, or change API terms, Fugu's cost structure and stability will be directly impacted. This "parasitic" mode, living atop others' infrastructure, has inherent fragility in commercialization and long-term stability.

Next is the trade-off between latency and cost structure. While the RL Conductor saves on ineffective token consumption through precise routing, multi-agent orchestration inevitably involves multiple API calls and inter-model communication. For real-time interaction scenarios requiring extremely low latency, such as real-time voice conversations or high-frequency trading assistance, Fugu Ultra's "deep thinking and scheduling" time may be longer than directly calling a monolithic model. In scenarios where response speed is paramount, Fugu's architectural advantage could become a drag on user experience.

Furthermore, controversies over fairness of comparison persist. As mentioned, Fugu claims parity with Fable and Mythos, but the latter two are not in its agent pool. In the developer community, some voices question whether comparisons based on vendor-reported data have practical reference value. After all, model performance can vary greatly across different task distributions, and simple aggregate score comparisons might mask specific strengths and weaknesses. For developers needing precise model capability assessments, the lack of head-to-head test data means they must remain cautious during selection.

Not Competing on Compute, but on Orchestration: Japan's Asymmetric Breakthrough in Large Models

Looking beyond the specific product review, Fugu's birth carries deeper implications for Japan's large model ecosystem. In the global AI arms race, Japan is in an awkward position. It lacks both the continuous influx of top-tier computing power and frontier algorithm accumulation of the US, and the massive data pools and fiercely competitive market environment of China. More critically, Japan also faces export control risks from US frontier models (like Fable/Mythos). Against this backdrop, Sakana AI's "evolutionary algorithm" and "multi-agent orchestration" route showcase the logic of "asymmetric breakthrough" for a resource-constrained nation.

Japan does have domestic large model players. NTT released tsuzumi, and institutions like ELYZA, Rinna, and LLM-jp are also working hard to train local language models. However, most follow the traditional "train from scratch" route, struggling to compete with top US and Chinese models in parameter scale and general capabilities. Sakana AI is the only Japanese lab with global frontier influence that champions an "asymmetric architecture."

Fugu's dynamic routing capability essentially helps Japanese companies and institutions establish "AI Sovereignty." Under limited computing resources, instead of spending huge sums to train a hundred-billion-parameter model that is inferior to GPT-5.5 in all aspects, it's better to train a clever 7B "project manager." This manager can flexibly connect to the world's best models based on task needs. If one day a US model faces export controls or supply cuts, the RL Conductor can quickly route tasks to other available models, even connecting to Japan's domestic specialized models. This architecture gives Japan a degree of autonomy and risk resilience in utilizing AI capabilities.

Observing the global AI tool ecosystem, OmniTools notes that large model capabilities are gradually leveling, and the main battleground of competition is shifting from mere parameter stacking to toolchains and landing scenarios. The emergence of Fugu precisely confirms this trend. It no longer pursues perfection in a single model but pursues optimality at the system level. This thinking holds significant reference value for nations and regions lacking advantages in compute and data.

Of course, this "asymmetric breakthrough" has its ceiling. As long as the core technology of underlying models remains in the hands of a few giants, the capability ceiling of orchestration systems will be limited by those underlying models. Fugu proves a 7B model can be an excellent conductor, but it cannot magically create capabilities that the underlying models lack. For Japan's large models to truly achieve a breakthrough, beyond architectural innovation in orchestration, continued investment in underlying computing power, core algorithms, and high-quality data is still necessary. Fugu is an ingenious system-level innovation, but it's not a panacea. For developers and enterprise users, Fugu provides a highly competitive new option in complex engineering scenarios. However, when using it, one must also be clear-eyed about its underlying dependency vulnerabilities and the latency-cost trade-offs.

Трендовые криптовалюты

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

QWhat is the core innovation and role of the 7B-parameter model in Sakana AI's Fugu system?

AThe core innovation is a 7B-parameter model called the RL Conductor, which acts as a 'foreman' or intelligent orchestrator. It does not directly generate final answers but dynamically analyzes user tasks and dispatches subtasks to a pool of top-tier global foundation models like GPT-5 or Claude Opus. It is responsible for scheduling, verifying, and synthesizing these models' outputs.

QOn which two benchmark tests did Fugu Ultra outperform models like GPT-5.5 and Claude Opus 4.8, and what do these tests evaluate?

AFugu Ultra outperformed competitors on SWE-Bench Pro and TerminalBench 2.1. SWE-Bench Pro evaluates software engineering capabilities, specifically locating and fixing bugs in real codebases. TerminalBench 2.1 tests system operation capabilities, focusing on multi-step tasks in real-world engineering environments.

QAccording to the article, what are two key practical advantages of Fugu's architecture reported by early beta testers?

ATwo key practical advantages are: 1) Superior code review capabilities, where Fugu's multi-agent 'expert consultation' approach finds deeper architectural bugs compared to single models. 2) Exceptional long-session stability, where the RL Conductor's 'control-generation separation' architecture prevents persona drift over long conversations by selecting the best model for each turn based on context.

QWhat are the main weaknesses or risks associated with Fugu's multi-agent orchestration architecture?

AThe main weaknesses are: 1) Underlying dependency risk, as Fugu's agent pool relies on APIs from major US AI providers, making it vulnerable to collective price changes, rate limits, or policy shifts. 2) Latency trade-offs, where the orchestration process involving multiple API calls can introduce higher latency unsuitable for real-time interaction scenarios.

QHow does the Fugu system represent a 'non-symmetric breakthrough' strategy for Japan's AI industry, according to the article?

AIt represents a 'non-symmetric breakthrough' by circumventing Japan's limitations in compute power and data. Instead of expensively training a massive general-purpose model that can't compete with US/China leaders, Japan focused on training a smart, small 'foreman' model (the RL Conductor) that orchestrates the world's best models. This grants a degree of AI sovereignty and risk resilience, allowing flexible routing if certain US models become unavailable, though ultimate capability is still bounded by the underlying models.

Похожее

‘Продажа…’ – Как Grayscale планирует покрыть убыток Strategy в $14 млрд

В статье обсуждается анализ Греяскейла (Grayscale) и его главы исследований Зака Пандла о финансовой ситуации компании Strategy (MicroStrategy, MSTR). Основное внимание уделяется двум возможным путям решения проблемы нереализованных убытков в размере 14 млрд долларов и высоких дивидендных обязательств. Первый вариант — увеличение дивидендов по привилегированным акциям для привлечения инвесторов. Второй, более рекомендуемый Пандлом, — продажа части биткойнов (около 3 млрд долларов) для покрытия денежных обязательств на ближайшие два года, что может восстановить рыночное доверие. Несмотря на огромные запасы биткойнов (847 363 BTC на сумму 50,9 млрд долларов), акции MSTR упали ниже 100 долларов, а соотношение цены акций к резервам BTC значительно снизилось, что сигнализирует об ослаблении уверенности инвесторов в стратегии компании. Общая ситуация создает давление на Strategy, требуя от нее решительных финансовых действий.

ambcrypto16 мин. назад

‘Продажа…’ – Как Grayscale планирует покрыть убыток Strategy в $14 млрд

ambcrypto16 мин. назад

Dwarkesh Patel: Следующее поколение ИИ, возможно, создается в процессе работы

Знаменитый технологический подкастер из Кремниевой долины Dwarkesh Patel обсуждает следующую парадигму обучения ИИ, выходящую за рамки текущего подхода RLVR (Reinforcement Learning with Verifiable Rewards). Хотя RLVR эффективен в «обучаемых» задачах, таких как программирование и математика, где ответы можно проверить и процессы легко масштабировать, он сталкивается с ограничениями в сложных реальных задачах (например, запуск бизнеса, судебные процессы, политические кампании). Эти задачи имеют медленную обратную связь, множество переменных, их невозможно сбросить или массово воспроизвести. Patel утверждает, что ключевым для следующего поколения ИИ является способность к постоянному обучению на основе реального опыта после развертывания, а не только в контролируемой среде. Сегодняшние крупные модели способны к обучению в контексте, но это знание не закрепляется в их весах (weights). Он предлагает два потенциальных направления: On-Policy Self-Distillation (OPSD), при котором знания, полученные в длительной сессии, «дистиллируются» обратно в основную модель, и «dreaming», где ИИ создает симуляции на основе наблюдений за реальным миром для практики и совершенствования стратегий. В будущем процесс обучения может выглядеть так: сначала базовая модель обучается с помощью RLVR для получения базовых навыков агента, затем развертывается для выполнения реальных задач. Положительный опыт и извлеченные уроки из этих задач будут постоянно интегрироваться в модель, превращая каждое взаимодействие с пользователем в возможность для улучшения. Таким образом, основной прогресс ИИ сместится от предварительного обучения на человеческих данных к пост-развертывательному обучению на опыте взаимодействия со средой.

marsbit27 мин. назад

Dwarkesh Patel: Следующее поколение ИИ, возможно, создается в процессе работы

marsbit27 мин. назад

Еженедельные победители и аутсайдеры крипторынка – VELVET, BEAT, WLD, XLM

На этой неделе крипторынок находился под давлением. Bitcoin и Ethereum продолжили слабое выступление, в то время как капитал перетек в ряд низкокапитализированных альткойнов, что привело к значительному росту на отдельных токенах. **Лидеры недели:** * **Velvet [VELVET]:** стал крупнейшим еженедельным победителем с ростом на 235%, приблизившись к своему историческому максимуму. Технический анализ предполагает, что восходящий тренд остается в силе, несмотря на перекупленность. * **DeXe [DEXE]:** вырос на 60%, вернувшись к уровню $22 впервые с 2021 года. Активная покупка на просадках указывает на сохранение контроля быков. * **Audiera [BEAT]:** подорожал на 45%, что стало резким разворотом после падения на 70% неделей ранее, указывая на агрессивное возвращение покупателей. Среди других значимых ростов отмечены Cortex [CX] (+2710%) и Biconomy [BICO] (+246%). **Аутсайдеры недели:** * **MemeCore [M]:** обрушился на 70% после сообщений о манипуляциях инсайдеров. Токен находится в глубоко перепроданной зоне, идут первые попытки стабилизации. * **Worldcoin [WLD]:** упал на 26%, что выглядит как здоровая коррекция после пятинедельного ралли. Ключевой уровень поддержки находится возле $0.40. * **Stellar [XLM]:** потерял 18.5%, продолжив серию падения. Пробитие поддержки $0.25 увеличивает риск более глубокой коррекции. К другим заметным падениям относятся Humanity [H] (-71%) и Biconomy [BICO] (-68.5%). Итог недели: высокая волатильность с резкими взлетами и падениями, характерная для ротации капитала в условиях неопределенности.

ambcrypto2 ч. назад

Еженедельные победители и аутсайдеры крипторынка – VELVET, BEAT, WLD, XLM

ambcrypto2 ч. назад

Sui сотрудничает с Token Terminal для предоставления институциональной аналитики в блокчейне

Sui Network объявила о партнерстве с Token Terminal для интеграции финансовых данных и аналитики блокчейна в рабочие процессы институциональных исследований. Цель интеграции — упростить анализ данных сети Sui для профессиональных пользователей, повысив прозрачность и доступность информации для институциональных инвесторов. Важно отметить, что это партнерство направлено на улучшение исследовательской инфраструктуры и не должно рассматриваться как фактор, непосредственно влияющий на цену токена SUI или немедленный рост общего объема заблокированных средств (TVL). В текущих рыночных условиях, когда ликвидность снижена, а направление Биткойна остается неопределенным, подобные обновления экосистемы предоставляют трейдерам конкретные, проверяемые данные для анализа, в отличие от спекулятивных нарративов. Трейдерам рекомендуется обращаться к официальным материалам Sui Foundation и Token Terminal для проверки информации. Эта интеграция представляет собой шаг в развитии инфраструктуры Sui, а не сигнал к немедленным рыночным действиям.

bitcoinist4 ч. назад

Sui сотрудничает с Token Terminal для предоставления институциональной аналитики в блокчейне

bitcoinist4 ч. назад

SecondFi представляет план восстановления после эксплуатации кошелька Cardano на 2,4 миллиона долларов

**ВторойFi представляет план восстановления после взлома кошелька Cardano на $2,4 млн** После эксплуатации уязвимости на уровне кошелька, в результате которой было изъято около $2,4 млн в ADA, протокол SecondFi провел криминалистический анализ. Согласно официальному отчету, команда сделала снимок балансов пострадавших аккаунтов и представила план возврата средств в течение двух недель. Важно отметить, что инцидент связан с уязвимостью конкретного кошелька, а не с недостатками самого блокчейна Cardano. В связи с этим пользователям рекомендуется не делать поспешных выводов о безопасности протокола Cardano без прямых технических доказательств. Эта ситуация служит напоминанием для рынка о важности проверяемых данных — таких как обновления безопасности и записи в блокчейне — особенно в условиях неопределенности, когда внимание к движению средств и официальным заявлениям повышено. Трейдерам следует сосредоточиться на проверке следующих шагов: официальных обновлений от SecondFi и записей транзакций в сети Cardano.

bitcoinist4 ч. назад

SecondFi представляет план восстановления после эксплуатации кошелька Cardano на 2,4 миллиона долларов

bitcoinist4 ч. назад

Торговля

Спот

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

Как купить S

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

1.6k просмотров всегоОпубликовано 2025.01.15Обновлено 2026.06.02

Как купить S

Sonic: Обновления под руководством Андре Кронье – новая звезда Layer-1 на фоне спада рынка

Он решает проблемы масштабируемости, совместимости между блокчейнами и стимулов для разработчиков с помощью технологических инноваций.

2.3k просмотров всегоОпубликовано 2025.04.09Обновлено 2025.04.09

Sonic: Обновления под руководством Андре Кронье – новая звезда Layer-1 на фоне спада рынка

HTX Learn: Пройдите обучение по "Sonic" и разделите 1000 USDT

HTX Learn — ваш проводник в мир перспективных проектов, и мы запускаем специальное мероприятие "Учитесь и Зарабатывайте", посвящённое этим проектам. Наше новое направление .

1.9k просмотров всегоОпубликовано 2025.04.10Обновлено 2025.04.10

HTX Learn: Пройдите обучение по "Sonic" и разделите 1000 USDT

Обсуждения

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

活动图片