DeepSeek's $10 Trillion Path: Leveraging Open Source to Pivot a Trillion-Dollar Hardware Ecosystem

marsbitPublicado a 2026-05-25Actualizado a 2026-05-25

Resumen

This article proposes a strategic analysis of DeepSeek, arguing its goal is not short-term application-layer monetization but a long-term, foundational play to reshape the AI hardware ecosystem. It posits that DeepSeek's series of architectural innovations—MoE, MLA, DSA, CSA, Engram, TileLang—are fundamentally designed to drastically reduce the computational and memory (especially HBM) requirements for training and serving state-of-the-art AI models. By making AI feasible on hardware with lower performance (e.g., using NAND/SSD for KV Cache, LPDDR for weights and Engram storage), DeepSeek aims to foster and benefit from a viable alternative AI hardware supply chain, particularly in China. This strategy could unlock a trillion-dollar valuation for DeepSeek by enabling and owning a stake in a new, massive hardware ecosystem, rather than competing directly on subscriptions or multi-modal features.

Original Title: DeepSeek's 10 trillion USD grand strategy

Original Author: @bookwormengr

Original Compilation: Peggy, BlockBeats

Editor's Note: Over the past year, discussions about DeepSeek have mostly focused on model performance, open source strategy, and price wars. However, understanding DeepSeek solely from perspectives like "selling subscriptions or not," "having multimodal capabilities or not," or "being able to act as a coding agent or not" might underestimate what it truly aims to change.

This article proposes a more radical judgment: DeepSeek's goal might not be short-term monetization through the application layer, but rather to reshape the cost structure of AI training and inference through a series of foundational architectural innovations, and indirectly catalyze the formation of a new hardware ecosystem. From MoE and MLA to DSA, CSA, mHC, Engram, and further to Dual Path and TileLang, DeepSeek's technical roadmap consistently revolves around one core question: how to achieve stronger models with less high-end computing power, under constraints of HBM, advanced manufacturing processes, packaging, and the CUDA ecosystem.

The most noteworthy aspect of this article is not "whether DeepSeek can earn a few hundred million dollars through APIs or subscriptions," but whether it is binding model capabilities, memory architecture, and the domestic hardware ecosystem together. KV Cache compression reduces reliance on HBM, NAND and SSDs can accommodate long-term caching, LPDDR can be used for weight streaming and Engram storage, and TileLang attempts to weaken the CUDA moat. If these innovations continue to proliferate, the beneficiaries won't be just DeepSeek itself, but also storage, ASICs, GPUs, networking chips, and the entire AI infrastructure chain.

Of course, the judgments in the article about a "$10 trillion industrial ecosystem" and a "$1 trillion valuation" still carry a strong speculative tone. But it provides an important path to understanding DeepSeek: open source doesn't necessarily mean abandoning commercialization, and low prices aren't necessarily just about subsidizing the market. For DeepSeek, the real business might not be at the application layer, but in making more hardware viable and enabling lower-cost AI supply. In other words, what it's selling might not be the model itself, but the feasibility of the next generation of AI infrastructure.

Original Article:

Have you ever wondered how DeepSeek is actually going to make money, and potentially a lot of it?

It hasn't launched competitive coding subscription plans like GLM, MoonShot, and MiniMax; it doesn't have multimodal, audio, or video models. So far, it doesn't even have its own harness—the outer runtime framework for model invocation, tool integration, and task execution—though they have recently started hiring for related positions to build this system.

Meanwhile, DeepSeek seems to be a long-term, steadfast proponent of open source, even happily sharing its "secret sauce." Isn't this crazy? Isn't it just burning money for nothing? Are the investors ready to pour in $10 billion just throwing their money down the drain?

I personally believe the answer is quite the opposite.

Next, based on what DeepSeek has done so far, I'll offer some observations and analyze the strategy it appears to be following. DeepSeek CEO Liang Wenfeng's ambitions likely extend far beyond the current model competition. He might be aiming for a much bigger prize: DeepSeek has the opportunity to reach a $1 trillion valuation while catalyzing the formation of a new $10 trillion industry.

TechInAsia report on DeepSeek's latest funding round

Revisiting DeepSeek's "Hero's Journey"

DeepSeek has always been going against the grain. It hasn't chosen to continuously release slightly better models and hastily package them as directly monetizable applications, like coding subscriptions. On January 27, 2025, I posted a widely circulated tweet about what I saw as DeepSeek's "Hero's Journey." Now, that story has become even more interesting.

While others were still trying to build dense models, DeepSeek chose the more difficult-to-train Mixture of Experts (MoE).

They adopted a "first principles" approach, inventing the new GRPO algorithm to replace the then-mainstream but costlier-to-implement PPO reinforcement learning algorithm.

They found that Reinforcement Learning from Verified Rewards (RLVR) was a key strategy for improving model reasoning capabilities.

They also proposed a simple speculative decoding strategy through "Multi Token Prediction," while also making training signals more dense.

They perfected the "ZERO bubble" pipeline to improve the utilization efficiency of limited GPU resources.

They released an expert load balancer, making it easier for everyone to deploy MoE models. Particularly, with the "Wide Expert Parallel" strategy, models can serve with larger batches, significantly reducing inference costs.

They invented mechanisms like MLA, DSA, CSA, HCA to reduce KV Cache requirements and keep the computational demand increase with context length as close to constant as possible.

They invented Engram, trading memory for computational efficiency.

They also invented mHC, enabling stable training even as model size scales. And there are many more examples like these.

In the "Hero's Journey," the most universal narrative structure, the hero never decides at the outset where their journey will ultimately lead. They learn along the way, gradually discovering their truly great mission and accomplishing it against formidable obstacles. They face many doubters but choose to ignore them. They also face malicious actors. They have apparent flaws or weaknesses but ultimately overcome them to fulfill their mission. They face seemingly insurmountable challenges but find ways to form alliances and learn to use their limited, precious resources wisely. This is precisely what makes the audience cheer for the hero. This is also why DeepSeek has won followers, global respect, and detractors.

As I will detail next, DeepSeek has been on this path for a long time and is gradually discovering its ultimate destiny: its goal is not to sell coding subscriptions, but to propel a $10 trillion Chinese AI hardware ecosystem and achieve a $1 trillion valuation for itself. In the process, it will also create opportunities for many new entrants in the Western hardware ecosystem.

Let's start with some interesting KV Cache calculations

Take a look at this very timely recent tweet by @SemiAnalysis_:

DeepSeek has solved this problem better than anyone else!

Let's do some fun KV Cache calculations. Don't worry, even if you don't like math. We'll use the recently released KV Cache calculator to see how much KV Cache savings DeepSeek V4 Pro brings and compare it with the latest GLM and Qwen models.

Here I calculate for a 1 million context length, assuming 8-bit KV precision and 16-bit indexer precision. You can also try this calculator yourself: https://kvcache.ai/tools/kv-cache-calculator/

You can also try the calculator yourself!

At 1 million context length:

· DeepSeek V4 requires only 5.48GB HBM;

· GLM-5 requires 60GB HBM;

· Qwen3-235B-A22B requires a whopping 89GB HBM.

Note that:

· DeepSeek is a 1.6 trillion parameter model;

· GLM-5 is about 700 billion parameters and has already adopted DeepSeek's MLA and DSA, though not the latest compressed attention mechanisms;

· Qwen3-235B-A22B is about 235 billion parameters, using GQA attention mechanism.

DeepSeek has made fundamental contributions to alleviating memory pressure. If such innovations are widely adopted, they will significantly reduce the operating costs of long-horizon agents and unlock the next batch of new applications.

KV Cache occupancy comparison for 1 million token context and model sizes

The methodology behind the "madness"

The ability to keep the KV Cache volume so small without sacrificing model quality is precisely why DeepSeek can offer long-term caching at extremely low prices—less than 3% of Sonnet 4.6's cache hit price—and DeepSeek can keep the cache for hours.

For long-horizon tasks, a smaller KV Cache means it can be offloaded to SSD more economically and reloaded when needed. This reduces reliance on HBM. From the perspective of China's AI hardware industry, HBM is not only in tight supply but also one of the most difficult memory types to manufacture.

Furthermore, DeepSeek has developed technology to load KV Cache from SSDs faster, as described in its Dual Path paper.

DeepSeek V4's compression of KV Cache is so significant that this step might not even be necessary.

So, who are the most direct beneficiaries of KV Cache compression?

Who supplies SSDs at scale? Don't forget, YMTC (Yangtze Memory Technologies Co.) is growing into a giant in the 3D NAND field. NAND can help DeepSeek avoid recomputing KV. In turn, DeepSeek creates a huge market for NAND and SSDs—benefiting not just YMTC but other related players.

But it's not just about NAND and SSDs.

LPDDR memory also has huge potential. It can serve as a place to store model weights and stream them into HBM on demand, alleviating pressure on HBM. The SGLang team published a great blog post introducing this. The image below shows how this scheme works.

While DeepSeek hasn't specifically designed for this scheme, its MoE architecture, large number of expert models, and 4-bit weight characteristics all make this scheme easier to implement.

This schematic shows how memory might be used and how model weights are streamed from LPDDR to HBM. Highly recommend reading SGLang's blog post.

If this innovation is combined with extremely compact and lossless KV Cache, it will significantly reduce the demand for HBM.

So, who produces LPDDR in China? The answer is CXMT, ChangXin Memory Technologies. They are only about half a generation behind in LPDDR speed and one generation behind in density—not a huge gap.

Besides ample NAND, the Chinese AI ecosystem will also have ample LPDDR supply in the near future. Can this ease compute pressure? Answer: Yes. Keep reading.

Intelligent memory usage can also alleviate GPU/ASIC pressure

The role of using NAND to store KV Cache is easy to understand: it allows KV Cache to be retained longer, reduces pressure on HBM, avoids recomputing KV Cache, and thus alleviates the computational burden on GPUs and ASICs.

Can LPDDR play a similar role? Besides serving as a storage location to stream weights "just-in-time" into HBM on demand, can it further reduce computational pressure?

Answer: Yes.

LPDDR can be used to store a large amount of content called Engram. In DeepSeek's Engram paper, they point out that MoE can expand model capacity through conditional computation, but the Transformer itself lacks a native "knowledge lookup" mechanism. Therefore, Transformers often have to inefficiently simulate retrieval through computation.

To solve this, DeepSeek proposed the Engram module. It modernizes classic N-gram embeddings, transforming them into a hash-based O(1) lookup mechanism, creating a complementary sparsification path they call conditional memory.

This saves computation but also requires memory to host the embedding table, which itself can be very large.

Essentially, this is a classic "trade memory for compute" scheme. But the key insight is: from a per-bit read cost perspective, the "memory" side is much cheaper—one LPDDR lookup is far cheaper than having data go through multiple Transformer layers for one full forward pass. Therefore, at scale, this is a very cost-effective trade-off.

This is how DeepSeek sacrifices some memory to gain computational savings.

A worthwhile trade-off

Without comparable chip transistor density or EUV, Chinese GPUs and ASICs are likely to lag behind Western GPUs in raw FLOPs compute power for a long time. They also still have significant gaps in advanced packaging. Therefore, such trade-offs are very worthwhile, especially given that China can mass-produce NAND and LPDDR memory.

Reviewing DeepSeek's long-term strategy

Judging from these innovations, DeepSeek's goal doesn't seem to be making a few hundred million dollars in profit in the short term. Many of its past choices illustrate this: still no multimodal capabilities, no voice models, and video models are out of the question.

What it's really engaged in is a patient, potentially $10 trillion long-term game: catalyzing the formation of an alternative AI hardware ecosystem.

This is not only to make Chinese memory manufacturers key players in the Chinese and even global AI hardware markets but also to fundamentally reduce resource requirements, making AI model training and serving more cost-efficient. This way, many GPU, ASIC manufacturers, and networking chip vendors can become viable options.

At the same time, these innovations will also benefit the Western open-source ecosystem and the new generation of hardware manufacturers.

All the signs are already there. Let's review these innovations proposed by DeepSeek so far in detail:

1. Mixture of Experts (MoE) and MLA introduced in DeepSeek V2

DeepSeek introduced MoE and MLA in V2. MoE reduced the computation required to train high-intelligence models by about 40-50%; MLA reduced KV Cache by 90%.

This made offloading KV Cache to SSDs quite efficient.

These ideas first appeared in the DeepSeek V2 paper released in May 2024. Later, they also laid the foundation for training DeepSeek V3. At the time, DeepSeek trained a system close to closed-source model performance using only 2048 weakened H800 GPUs.

2. DSA: Introduced in DeepSeek V3.2 Exp to reduce computational overhead in long-context scenarios and alleviate HBM bandwidth pressure.

The core role of DSA is to ensure computational load doesn't continuously grow with increasing context length. Look at the chart below: as context length increases, DeepSeek-V3.2's processing time remains largely flat.

3. mHC: Proposed by DeepSeek in December 2025 in the paper "mHC: Manifold-Constrained Hyper-Connections."

mHC is a macro-architectural innovation by DeepSeek that redesigns information flow between Transformer layers.

Since ResNet, models typically used standard residual connections, i.e., x + F(x). mHC expands the residual flow into multiple parallel information channels and allows the model to perform learnable mixing between these channels. The key is that it constrains the mixing matrix to be doubly stochastic, restricting it to the Birkhoff polytope via Sinkhorn-Knopp projection. This mathematically guarantees stable signal magnitude regardless of how deep the model stacks.

This solves the catastrophic instability problem faced by earlier unconstrained Hyper-Connections. Hyper-Connections were initially proposed by ByteDance but, without constraints, signal amplification could explode 3000x at 27 billion parameters, causing training to collapse completely.

mHC's computational cost is low: it only adds about 6.7% actual training time overhead because it doesn't change the FLOPs of attention or FFN layers, only how the outputs of these layers are routed between layers.

But the performance improvement is noticeable: at 27 billion parameters, mHC improves scores by 7.2 points on BIG-Bench Hard reasoning tasks, 3.2 points on DROP, 2.8 points on GSM8K math, and 1.4 points on MMLU general knowledge—all at the same model size and nearly the same compute budget.

Essentially, mHC provides the network with a richer, more expressive inter-layer information routing topology, achieving higher intelligence per parameter with almost no extra FLOPs.

mHC is a complex architectural design, but it enables more stable training and higher intelligence per parameter.

4. CSA, HSA: Introduced by DeepSeek in V4 in April 2026.

The goal of CSA and HSA is to further reduce KV Cache requirements by another 90% by compressing KV tokens, while also significantly reducing required FLOPs, thereby alleviating pressure on both HBM and GPU/ASIC.

5. Engram: Introduced by DeepSeek in Q1 2026, essentially trading memory—LPDDR memory—for computational efficiency to some extent.

As shown in the detailed chart below, Engram provides noticeable performance improvement under the same total parameter budget.

6. Engram: Introduced by DeepSeek in Q1 2026, essentially trading memory—LPDDR memory—for computational efficiency to some extent.

As shown in the detailed chart below, Engram provides noticeable performance improvement under the same total parameter budget.

This is DeepSeek's recommendation shared with hardware vendors in the V4 paper. I'm sure in private discussions, their feedback would be even more extensive.

7. Investment in TileLang also points in the same direction: DeepSeek isn't just solving its own compute bottlenecks; it's enabling the Chinese hardware ecosystem to compete with the Western one.

With TileLang, developers can write a kernel—the low-level computational code—once and have it run successfully on multiple hardware platforms, provided those platforms have corresponding TileLang backends.

I expect other Chinese AI labs will join in gradually. This will help Chinese hardware vendors indirectly counter the so-called "CUDA moat." At the same time, it will also unlock the potential of more Western hardware, like AMD.

It should be noted that several Chinese AI hardware platforms already offer CUDA compatibility or CUDA translation layers. For example, Moore Threads, MetaX, Biren, and Tianshu Zhixin are Chinese chip vendors that achieve high CUDA compatibility through translation layers. So theoretically, they might not necessarily need TileLang.

Large-scale reinforcement learning and RSI

As DeepSeek gains access to more compute sources—more hardware options—and the models themselves require less computational resources, it will be able to pursue more ambitious training projects, especially reinforcement learning post-training.

Reinforcement learning requires generating a massive number of trajectories—trillions of tokens. This quickly becomes extremely expensive. Going further, training models with 1 million context length requires generating trajectories of the same length. Only training on such ultra-long trajectories can truly support long-horizon tasks.

Additionally, with more hardware options, DeepSeek will have access to more hardware resources, which will drive automated research, or RSI. RSI refers to AI designing and executing experiments itself. This involves a lot of trial and error, and costs escalate quickly. But RSI is crucial for exploring the full model design space. Before moving towards AGI, and subsequently ASI, DeepSeek must possess RSI capabilities.

What DeepSeek does today, the entire industry will follow tomorrow

DeepSeek's innovations around MoE, MLA, DSA, etc., have already been adopted by other AI labs globally and in China.

For example, ZAI, the developer of the GLM series, uses MLA and DSA. Kimi (Moonshot) also uses MLA and openly states its architecture is based on DeepSeek's design. Conversely, DeepSeek uses the Muon optimizer, which was first used at scale by Kimi (Moonshot) in large-scale training.

It should be noted:

MoE was first proposed by Google in 2017, key author Noam Shazeer. DeepSeek's contribution lies in applying MoE at scale and inventing its own accompanying techniques.

Muon, the MomentUm Orthogonalized by Newton-Schulz optimizer, was proposed by ML researcher Keller Jordan in late 2024. The Kimi (Moonshot) team was the first to use it for large-scale training.

What about the money-making issue?

We can look at the interesting example of OpenAI.

OpenAI received warrants/options to purchase AMD and Cerebras stock at a low price, tied to its compute consumption milestones. For AMD and Cerebras, this was a very good deal. Because once OpenAI commits to using their hardware, their long-term success probability increases significantly.

Here's a passage from AMD's announcement:

"As part of the agreement, to further align strategic interests, AMD issued to OpenAI warrants to purchase up to 160 million shares of AMD common stock, vesting based on the achievement of specific milestones. The first tranche vests upon completion of the initial 1 GW deployment, with subsequent tranches vesting as purchases scale to 6 GW. Vesting is also contingent on AMD achieving certain stock price targets and OpenAI reaching technical and commercial milestones required for AMD's large-scale deployment."

I expect DeepSeek will also enter into similar agreements with multiple Chinese memory, ASIC, CPU, and networking stack vendors, collaborating deeply to make these vendors' hardware stacks capable of handling leading AI workloads.

Considering the total market capitalization of AI stocks in the West, including East Asian allies, far exceeds $10 trillion, this "gain equity returns through cooperation" approach will give DeepSeek the opportunity to help China build an equally massive industry and claim its share of the pie, ultimately achieving its own $1 trillion valuation.

This would not only earn DeepSeek far more money than traditional application subscription businesses but also fulfill its stated goal of "making AGI beneficial to everyone." Liang Wenfeng is a big fan of Jim Simons and a savvy enough capital player; he couldn't miss this.

If you look back at everything DeepSeek has done so far, this is the only explanation that makes the most sense.

These are key AI stocks. The chart doesn't yet include hyperscalers and many other related companies.

Original Article Link

Preguntas relacionadas

QAccording to the article, what is DeepSeek's primary long-term strategic goal beyond short-term revenue from applications?

AThe article argues that DeepSeek's long-term goal is not immediate application-layer monetization, but rather to reshape the AI cost structure and drive the formation of a new hardware ecosystem worth $10 trillion, positioning DeepSeek itself for a potential $1 trillion valuation.

QHow does DeepSeek's work on KV Cache compression, like MLA, CSA, and HSA, benefit the broader AI hardware ecosystem according to the analysis?

ABy drastically reducing KV Cache size (e.g., requiring only 5.48GB HBM for 1M context vs. 60GB+ for competitors), DeepSeek's innovations lower dependency on high-performance HBM memory. This allows KV Cache to be offloaded to more abundant and cheaper storage like SSDs (benefiting NAND producers like YMTC) and enables efficient use of LPDDR for weight streaming and Engram storage, making a wider range of hardware, including alternative GPUs and ASICs, viable for AI workloads.

QWhat is the concept of 'Engram' proposed by DeepSeek, and what strategic advantage does it provide within the proposed hardware strategy?

AEngram is a 'conditional memory' mechanism that modernizes N-gram embeddings into a hash-based O(1) lookup system. It introduces a 'memory-for-compute' trade-off, where storing large embedding tables in cheaper, more abundant memory (like LPDDR) allows the model to retrieve knowledge efficiently, reducing the need for expensive computation through many transformer layers. This is a strategic advantage when hardware like Chinese GPUs/ASICs may lag in raw FLOPs but LPDDR supply is strong.

QWhat role does TileLang play in DeepSeek's strategy as described in the article?

ATileLang is an investment in software abstraction. It allows developers to write computational kernels once and have them run on multiple hardware platforms with supported backends. This initiative helps erode the CUDA ecosystem's moat, empowers a broader range of Chinese and Western hardware (like AMD) by improving their accessibility, and is aligned with DeepSeek's goal of fostering a competitive, diverse hardware ecosystem.

QHow does the article suggest DeepSeek could achieve a $1 trillion valuation, drawing a parallel to a similar industry deal?

AThe article suggests DeepSeek could follow a model similar to OpenAI's deals with AMD and Cerebras. By deeply collaborating with and committing to use hardware from Chinese memory, ASIC, CPU, and networking companies, DeepSeek could receive stock warrants or options tied to usage milestones. As DeepSeek's innovations make these companies' hardware viable for leading AI workloads, it helps build a massive $10 trillion industry. In return, DeepSeek gains significant equity stakes in these ecosystem players, creating a path to its own $1 trillion valuation.

Lecturas Relacionadas

DeFi Has Reached Its Most Dangerous Moment: The Real Vulnerabilities Are Not in the Code

DeFi in Peril: The Real Vulnerability Isn't in the Code April 2026 marked a paradigm shift in DeFi security, with over $625 million lost across 30 incidents—the worst month in crypto history by event count. Crucially, none of the major exploits (Drift Protocol: $285M, KelpDAO: $292M, Wasabi Protocol: $4.5M) resulted from smart contract vulnerabilities. Instead, failures occurred in the operational "plumbing": social engineering to compromise multi-signature councils, a single-point-of-failure 1-of-1 bridge validator, and stolen admin private keys. These events expose a fundamental misalignment: the industry's security model has long focused on code audits, while the actual attack surface has shifted to privileged access points and off-chain infrastructure. The article introduces the term "OpenFi" to describe this reality: permissionless, on-chain, yet operationally dependent on trusted third parties (admins, validators, oracles) at key junctures. The KelpDAO exploit vividly demonstrated asymmetric "contagion risk." A configuration error in a smaller protocol triggered a panic, causing approximately $13.2 billion in outflows from larger, unaffected protocols like Aave within 48 hours, as users fled uncertain collateral. The core dilemma is the double-edged sword of centralization. Operational levers like emergency councils (e.g., Arbitrum freezing stolen funds post-KelpDAO) enable crisis response but also create catastrophic attack surfaces if compromised (e.g., Drift). The path forward demands radical honesty: protocols must clearly disclose their trust assumptions, operational levers, and failure modes. The industry must treat operational security (key management, configurations, incident response) with the same rigor as code security. Survival depends on building systems whose risks can be understood, priced, and insured, moving beyond the outdated "code is law" mantra to a mature model of disclosed and managed trust.

链捕手Hace 2 hora(s)

DeFi Has Reached Its Most Dangerous Moment: The Real Vulnerabilities Are Not in the Code

链捕手Hace 2 hora(s)

Vitalik's Article Emphasizes Ethereum Must Be 'Amazing', But Foundation Is Not the Center

Vitalik Buterin has published a lengthy response to recent community criticism directed at the Ethereum Foundation (EF). Acknowledging a sense of "unease," he addresses concerns about the EF's strategic direction, its perceived disconnect from ETH's price performance, and calls for its reduced central role. Vitalik rejects the notion that the EF should be the central governing body of Ethereum, framing it instead as one "node with a clear mandate" among many within the ecosystem. He highlights the EF's limited ETH holdings (≈0.16% of supply) compared to other blockchain foundations and states it will no longer sell significant amounts of ETH. Its future focus will be on long-term, critical projects that align with Ethereum's core values of censorship-resistance and decentralization, which might not otherwise happen. A core argument is that Ethereum must be "amazing," but not by merely chasing higher transaction speeds at the cost of decentralization. He proposes focusing on the "CROPS" dimensions: creating a Cryptographically provable, Reliable, Open, Private, and Secure network. This includes pursuing goals like a formally verifiable, bug-free Ethereum client and minimizing protocol-level reliance on intermediaries. The article concludes by noting that while Vitalik clarifies the EF's refocused role, he does not directly address community suggestions for creating a new organization explicitly aligned with ETH's economic interests. This "alignment gap" is presented as a key challenge for Ethereum's future.

链捕手Hace 2 hora(s)

Vitalik's Article Emphasizes Ethereum Must Be 'Amazing', But Foundation Is Not the Center

链捕手Hace 2 hora(s)

Galxe: How a Quest Platform Evolved into Web3's Growth Infrastructure

Galxe, once perceived as a simple Web3 quest platform, has evolved into a core growth infrastructure within the Web3 ecosystem. It addresses a fundamental Web3 growth dilemma: the lack of a mature, systematic user acquisition and retention system akin to Web2's advertising and analytics platforms. While users complete quests (social tasks, on-chain interactions) for rewards, Galxe's true innovation lies in transforming these fragmented, one-off actions into lasting, verifiable identity credentials. This process of *behavioral assetization* creates a persistent record of a user's activities across projects and chains. For users, their wallet accumulates a valuable history that can unlock future access and rewards, fostering a "profile-building" mentality. For projects, Galxe provides a pre-screened user pool with rich behavioral data, enabling targeted outreach to users based on their specific on-chain history and community engagement. Galxe employs a gamefied growth path, guiding users from low-friction social tasks into deeper, valuable on-chain interactions through a structured progression of quests. This solves the incentive-behavior mismatch common in Web3, filtering users by their willingness to engage. Beyond quests, products like Passport (identity verification) and Starboard (community analytics) position Galxe as a comprehensive growth operating system. The platform's defensible advantage is its self-reinforcing data and network flywheel: more projects attract more users, enriching behavioral data; richer data enables better user targeting, attracting more projects. Ultimately, Galxe is shifting Web3's growth logic from short-term "reward-driven" traffic towards a long-term "identity-driven" relationship model, where a user's accumulated on-chain履历 becomes a core asset.

marsbitHace 2 hora(s)

Galxe: How a Quest Platform Evolved into Web3's Growth Infrastructure

marsbitHace 2 hora(s)

Trading

Spot
Futuros

Artículos destacados

Qué es $S$

Entendiendo SPERO: Una Visión General Completa Introducción a SPERO A medida que el panorama de la innovación continúa evolucionando, la aparición de tecnologías web3 y proyectos de criptomonedas juega un papel fundamental en la configuración del futuro digital. Un proyecto que ha atraído la atención en este campo dinámico es SPERO, denotado como SPERO,$$s$. Este artículo tiene como objetivo reunir y presentar información detallada sobre SPERO, para ayudar a entusiastas e inversores a comprender sus fundamentos, objetivos e innovaciones dentro de los dominios web3 y cripto. ¿Qué es SPERO,$$s$? SPERO,$$s$ es un proyecto único dentro del espacio cripto que busca aprovechar los principios de descentralización y tecnología blockchain para crear un ecosistema que promueva la participación, la utilidad y la inclusión financiera. El proyecto está diseñado para facilitar interacciones de igual a igual de nuevas maneras, proporcionando a los usuarios soluciones y servicios financieros innovadores. En su esencia, SPERO,$$s$ tiene como objetivo empoderar a los individuos al proporcionar herramientas y plataformas que mejoren la experiencia del usuario en el espacio de las criptomonedas. Esto incluye habilitar métodos de transacción más flexibles, fomentar iniciativas impulsadas por la comunidad y crear caminos para oportunidades financieras a través de aplicaciones descentralizadas (dApps). La visión subyacente de SPERO,$$s$ gira en torno a la inclusividad, buscando cerrar brechas dentro de las finanzas tradicionales mientras aprovecha los beneficios de la tecnología blockchain. ¿Quién es el Creador de SPERO,$$s$? La identidad del creador de SPERO,$$s$ sigue siendo algo oscura, ya que hay recursos públicos limitados que proporcionan información de fondo detallada sobre su(s) fundador(es). Esta falta de transparencia puede derivarse del compromiso del proyecto con la descentralización, una ética que muchos proyectos web3 comparten, priorizando las contribuciones colectivas sobre el reconocimiento individual. Al centrar las discusiones en torno a la comunidad y sus objetivos colectivos, SPERO,$$s$ encarna la esencia del empoderamiento sin señalar a individuos específicos. Como tal, comprender la ética y la misión de SPERO sigue siendo más importante que identificar a un creador singular. ¿Quiénes son los Inversores de SPERO,$$s$? SPERO,$$s$ cuenta con el apoyo de una diversa gama de inversores que van desde capitalistas de riesgo hasta inversores ángeles dedicados a fomentar la innovación en el sector cripto. El enfoque de estos inversores generalmente se alinea con la misión de SPERO, priorizando proyectos que prometen avances tecnológicos sociales, inclusión financiera y gobernanza descentralizada. Estas fundaciones de inversores suelen estar interesadas en proyectos que no solo ofrecen productos innovadores, sino que también contribuyen positivamente a la comunidad blockchain y sus ecosistemas. El respaldo de estos inversores refuerza a SPERO,$$s$ como un contendiente notable en el dominio de proyectos cripto que evoluciona rápidamente. ¿Cómo Funciona SPERO,$$s$? SPERO,$$s$ emplea un marco multifacético que lo distingue de los proyectos de criptomonedas convencionales. Aquí hay algunas de las características clave que subrayan su singularidad e innovación: Gobernanza Descentralizada: SPERO,$$s$ integra modelos de gobernanza descentralizada, empoderando a los usuarios para participar activamente en los procesos de toma de decisiones sobre el futuro del proyecto. Este enfoque fomenta un sentido de propiedad y responsabilidad entre los miembros de la comunidad. Utilidad del Token: SPERO,$$s$ utiliza su propio token de criptomoneda, diseñado para servir diversas funciones dentro del ecosistema. Estos tokens permiten transacciones, recompensas y la facilitación de servicios ofrecidos en la plataforma, mejorando la participación y la utilidad general. Arquitectura en Capas: La arquitectura técnica de SPERO,$$s$ apoya la modularidad y escalabilidad, permitiendo la integración fluida de características y aplicaciones adicionales a medida que el proyecto evoluciona. Esta adaptabilidad es fundamental para mantener la relevancia en el cambiante paisaje cripto. Participación de la Comunidad: El proyecto enfatiza iniciativas impulsadas por la comunidad, empleando mecanismos que incentivan la colaboración y la retroalimentación. Al nutrir una comunidad sólida, SPERO,$$s$ puede abordar mejor las necesidades de los usuarios y adaptarse a las tendencias del mercado. Enfoque en la Inclusión: Al ofrecer tarifas de transacción bajas e interfaces amigables para el usuario, SPERO,$$s$ busca atraer a una base de usuarios diversa, incluyendo a individuos que anteriormente pueden no haber participado en el espacio cripto. Este compromiso con la inclusión se alinea con su misión general de empoderamiento a través de la accesibilidad. Cronología de SPERO,$$s$ Entender la historia de un proyecto proporciona información crucial sobre su trayectoria de desarrollo y hitos. A continuación se presenta una cronología sugerida que mapea eventos significativos en la evolución de SPERO,$$s$: Fase de Conceptualización e Ideación: Las ideas iniciales que forman la base de SPERO,$$s$ fueron concebidas, alineándose estrechamente con los principios de descentralización y enfoque comunitario dentro de la industria blockchain. Lanzamiento del Whitepaper del Proyecto: Tras la fase conceptual, se lanzó un whitepaper completo que detalla la visión, los objetivos y la infraestructura tecnológica de SPERO,$$s$ para generar interés y retroalimentación de la comunidad. Construcción de Comunidad y Primeras Interacciones: Se realizaron esfuerzos de divulgación activa para construir una comunidad de primeros adoptantes y posibles inversores, facilitando discusiones en torno a los objetivos del proyecto y obteniendo apoyo. Evento de Generación de Tokens: SPERO,$$s$ llevó a cabo un evento de generación de tokens (TGE) para distribuir sus tokens nativos a los primeros seguidores y establecer liquidez inicial dentro del ecosistema. Lanzamiento de la dApp Inicial: La primera aplicación descentralizada (dApp) asociada con SPERO,$$s$ se puso en marcha, permitiendo a los usuarios interactuar con las funcionalidades centrales de la plataforma. Desarrollo Continuo y Alianzas: Actualizaciones y mejoras continuas a las ofertas del proyecto, incluyendo alianzas estratégicas con otros actores en el espacio blockchain, han moldeado a SPERO,$$s$ en un jugador competitivo y en evolución en el mercado cripto. Conclusión SPERO,$$s$ se erige como un testimonio del potencial de web3 y las criptomonedas para revolucionar los sistemas financieros y empoderar a los individuos. Con un compromiso con la gobernanza descentralizada, la participación comunitaria y funcionalidades diseñadas de manera innovadora, allana el camino hacia un paisaje financiero más inclusivo. Como con cualquier inversión en el espacio cripto que evoluciona rápidamente, se anima a los posibles inversores y usuarios a investigar a fondo y participar de manera reflexiva con los desarrollos en curso dentro de SPERO,$$s$. El proyecto muestra el espíritu innovador de la industria cripto, invitando a una mayor exploración de sus innumerables posibilidades. Mientras el viaje de SPERO,$$s$ aún se desarrolla, sus principios fundamentales pueden, de hecho, influir en el futuro de cómo interactuamos con la tecnología, las finanzas y entre nosotros en ecosistemas digitales interconectados.

72 Vistas totalesPublicado en 2024.12.17Actualizado en 2024.12.17

Qué es $S$

Qué es AGENT S

Agent S: El Futuro de la Interacción Autónoma en Web3 Introducción En el paisaje en constante evolución de Web3 y las criptomonedas, las innovaciones están redefiniendo constantemente cómo los individuos interactúan con las plataformas digitales. Uno de estos proyectos pioneros, Agent S, promete revolucionar la interacción humano-computadora a través de su marco agente abierto. Al allanar el camino para interacciones autónomas, Agent S busca simplificar tareas complejas, ofreciendo aplicaciones transformadoras en inteligencia artificial (IA). Esta exploración detallada profundizará en las complejidades del proyecto, sus características únicas y las implicaciones para el dominio de las criptomonedas. ¿Qué es Agent S? Agent S se presenta como un marco agente abierto innovador, diseñado específicamente para abordar tres desafíos fundamentales en la automatización de tareas informáticas: Adquisición de Conocimiento Específico del Dominio: El marco aprende inteligentemente de diversas fuentes de conocimiento externas y experiencias internas. Este enfoque dual le permite construir un rico repositorio de conocimiento específico del dominio, mejorando su rendimiento en la ejecución de tareas. Planificación a Largo Plazo de Tareas: Agent S emplea planificación jerárquica aumentada por la experiencia, un enfoque estratégico que facilita la descomposición y ejecución eficiente de tareas complejas. Esta característica mejora significativamente su capacidad para gestionar múltiples subtareas de manera eficiente y efectiva. Manejo de Interfaces Dinámicas y No Uniformes: El proyecto introduce la Interfaz Agente-Computadora (ACI), una solución innovadora que mejora la interacción entre agentes y usuarios. Utilizando Modelos de Lenguaje Multimodal de Gran Escala (MLLMs), Agent S puede navegar y manipular diversas interfaces gráficas de usuario sin problemas. A través de estas características pioneras, Agent S proporciona un marco robusto que aborda las complejidades involucradas en la automatización de la interacción humana con las máquinas, preparando el terreno para una multitud de aplicaciones en IA y más allá. ¿Quién es el Creador de Agent S? Si bien el concepto de Agent S es fundamentalmente innovador, la información específica sobre su creador sigue siendo elusiva. El creador es actualmente desconocido, lo que resalta ya sea la etapa incipiente del proyecto o la elección estratégica de mantener a los miembros fundadores en el anonimato. Independientemente de la anonimidad, el enfoque sigue siendo en las capacidades y el potencial del marco. ¿Quiénes son los Inversores de Agent S? Dado que Agent S es relativamente nuevo en el ecosistema criptográfico, la información detallada sobre sus inversores y patrocinadores financieros no está documentada explícitamente. La falta de información disponible públicamente sobre las bases de inversión u organizaciones que apoyan el proyecto plantea preguntas sobre su estructura de financiamiento y hoja de ruta de desarrollo. Comprender el respaldo es crucial para evaluar la sostenibilidad del proyecto y su posible impacto en el mercado. ¿Cómo Funciona Agent S? En el núcleo de Agent S se encuentra una tecnología de vanguardia que le permite funcionar de manera efectiva en diversos entornos. Su modelo operativo se basa en varias características clave: Interacción Humano-Computadora Similar a la Humana: El marco ofrece planificación avanzada de IA, esforzándose por hacer que las interacciones con las computadoras sean más intuitivas. Al imitar el comportamiento humano en la ejecución de tareas, promete elevar las experiencias de los usuarios. Memoria Narrativa: Empleada para aprovechar experiencias de alto nivel, Agent S utiliza memoria narrativa para hacer un seguimiento de las historias de tareas, mejorando así sus procesos de toma de decisiones. Memoria Episódica: Esta característica proporciona a los usuarios una guía paso a paso, permitiendo que el marco ofrezca apoyo contextual a medida que se desarrollan las tareas. Soporte para OpenACI: Con la capacidad de ejecutarse localmente, Agent S permite a los usuarios mantener el control sobre sus interacciones y flujos de trabajo, alineándose con la ética descentralizada de Web3. Fácil Integración con APIs Externas: Su versatilidad y compatibilidad con varias plataformas de IA aseguran que Agent S pueda encajar sin problemas en ecosistemas tecnológicos existentes, convirtiéndolo en una opción atractiva para desarrolladores y organizaciones. Estas funcionalidades contribuyen colectivamente a la posición única de Agent S dentro del espacio cripto, ya que automatiza tareas complejas y de múltiples pasos con una intervención humana mínima. A medida que el proyecto evoluciona, sus posibles aplicaciones en Web3 podrían redefinir cómo se desarrollan las interacciones digitales. Cronología de Agent S El desarrollo y los hitos de Agent S pueden encapsularse en una cronología que resalta sus eventos significativos: 27 de septiembre de 2024: El concepto de Agent S fue lanzado en un documento de investigación integral titulado “Un Marco Agente Abierto que Usa Computadoras Como un Humano”, mostrando las bases del proyecto. 10 de octubre de 2024: El documento de investigación fue puesto a disposición del público en arXiv, ofreciendo una exploración profunda del marco y su evaluación de rendimiento basada en el benchmark OSWorld. 12 de octubre de 2024: Se lanzó una presentación en video, proporcionando una visión visual de las capacidades y características de Agent S, involucrando aún más a posibles usuarios e inversores. Estos marcadores en la cronología no solo ilustran el progreso de Agent S, sino que también indican su compromiso con la transparencia y la participación comunitaria. Puntos Clave Sobre Agent S A medida que el marco Agent S continúa evolucionando, varios atributos clave destacan, subrayando su naturaleza innovadora y potencial: Marco Innovador: Diseñado para proporcionar un uso intuitivo de las computadoras similar a la interacción humana, Agent S aporta un enfoque novedoso a la automatización de tareas. Interacción Autónoma: La capacidad de interactuar de manera autónoma con las computadoras a través de GUI significa un salto hacia soluciones informáticas más inteligentes y eficientes. Automatización de Tareas Complejas: Con su metodología robusta, puede automatizar tareas complejas y de múltiples pasos, haciendo que los procesos sean más rápidos y menos propensos a errores. Mejora Continua: Los mecanismos de aprendizaje permiten a Agent S mejorar a partir de experiencias pasadas, mejorando continuamente su rendimiento y eficacia. Versatilidad: Su adaptabilidad en diferentes entornos operativos como OSWorld y WindowsAgentArena asegura que pueda servir a una amplia gama de aplicaciones. A medida que Agent S se posiciona en el paisaje de Web3 y criptomonedas, su potencial para mejorar las capacidades de interacción y automatizar procesos significa un avance significativo en las tecnologías de IA. A través de su marco innovador, Agent S ejemplifica el futuro de las interacciones digitales, prometiendo una experiencia más fluida y eficiente para los usuarios en diversas industrias. Conclusión Agent S representa un audaz avance en la unión de la IA y Web3, con la capacidad de redefinir cómo interactuamos con la tecnología. Aunque aún se encuentra en sus primeras etapas, las posibilidades para su aplicación son vastas y atractivas. A través de su marco integral que aborda desafíos críticos, Agent S busca llevar las interacciones autónomas al primer plano de la experiencia digital. A medida que nos adentramos más en los reinos de las criptomonedas y la descentralización, proyectos como Agent S sin duda desempeñarán un papel crucial en la configuración del futuro de la tecnología y la colaboración humano-computadora.

455 Vistas totalesPublicado en 2025.01.14Actualizado en 2025.01.14

Qué es AGENT S

Cómo comprar S

¡Bienvenido a HTX.com! Hemos hecho que comprar Sonic (S) sea simple y conveniente. Sigue nuestra guía paso a paso para iniciar tu viaje de criptos.Paso 1: crea tu cuenta HTXUtiliza tu correo electrónico o número de teléfono para registrarte y obtener una cuenta gratuita en HTX. Experimenta un proceso de registro sin complicaciones y desbloquea todas las funciones.Obtener mi cuentaPaso 2: ve a Comprar cripto y elige tu método de pagoTarjeta de crédito/débito: usa tu Visa o Mastercard para comprar Sonic (S) al instante.Saldo: utiliza fondos del saldo de tu cuenta HTX para tradear sin problemas.Terceros: hemos agregado métodos de pago populares como Google Pay y Apple Pay para mejorar la comodidad.P2P: tradear directamente con otros usuarios en HTX.Over-the-Counter (OTC): ofrecemos servicios personalizados y tipos de cambio competitivos para los traders.Paso 3: guarda tu Sonic (S)Después de comprar tu Sonic (S), guárdalo en tu cuenta HTX. Alternativamente, puedes enviarlo a otro lugar mediante transferencia blockchain o utilizarlo para tradear otras criptomonedas.Paso 4: tradear Sonic (S)Tradear fácilmente con Sonic (S) en HTX's mercado spot. Simplemente accede a tu cuenta, selecciona tu par de trading, ejecuta tus trades y monitorea en tiempo real. Ofrecemos una experiencia fácil de usar tanto para principiantes como para traders experimentados.

870 Vistas totalesPublicado en 2025.01.15Actualizado en 2025.03.21

Cómo comprar S

Discusiones

Bienvenido a la comunidad de HTX. Aquí puedes mantenerte informado sobre los últimos desarrollos de la plataforma y acceder a análisis profesionales del mercado. A continuación se presentan las opiniones de los usuarios sobre el precio de S (S).

活动图片