Grayscale Report: Financial Privacy in the AI Era, Why Zcash Should Not Be Overlooked?

marsbitPublié le 2026-08-22Dernière mise à jour le 2026-08-22

Résumé

Title: Grayscale Report: Financial Privacy in the AI Era – Why Zcash Should Not Be Overlooked The article argues that privacy is a fundamental, not niche, attribute of functional money. It highlights that technological shifts, like the rise of AI and stablecoins, are driving a new wave of public focus on financial privacy. Zcash, a decentralized digital currency similar to Bitcoin but with built-in privacy via zero-knowledge proofs, is positioned to address this need. Unlike transparent blockchains, Zcash offers users the option to conduct "shielded" transactions that hide sender, receiver, and amount while remaining verifiable. The report details Zcash's evolution, noting key upgrades that improved usability and security. It points to rising on-chain usage of privacy features as evidence of real demand. Currently, ZEC holds a minimal share (~0.4%) of the total crypto market cap. Grayscale suggests this reflects a market assumption that privacy is a marginal concern. The investment thesis hinges on a potential market re-evaluation: if privacy is recognized as a core monetary feature in an era of enhanced surveillance, Zcash's current valuation represents significant upside potential. Key risks discussed include regulatory challenges, historical trusted setup concerns for older pools (mitigated by newer protocols), quantum computing threats, and execution risks associated with future technical upgrades. The conclusion is that while the future scale of private digital curren...

Author: Michael Zhao, Grayscale Research

Translation: Luffy, Foresight News

Original Title: Grayscale: Zcash, Financial Privacy in the Age of AI

Privacy is not a niche add-on feature of money; it is a crucial component for money to function properly. People do not want every single transaction, account balance, and financial relationship to be publicly exposed. Physical cash possesses this attribute. Historically, financial systems relying on intermediaries (banks) also maintained a certain degree of practical confidentiality, restricting third parties from arbitrarily accessing financial records, although the information still had the potential for leakage. Even law enforcement agencies typically require a court order to access an individual's financial data.

Technological and social changes put pressure on this system, often triggering public discussions about financial privacy and new methods for protecting it. In the 1970s, the digitization of financial records and the enactment of the Bank Secrecy Act brought more attention to financial privacy. Similarly, in the late 1990s to early 2000s, the proliferation of the internet, online banking, and the passage of the Patriot Act once again made financial privacy a focal point, driving the widespread adoption of tools like encryption and two-factor authentication.

Chart 1: Technological change may increase public attention on financial privacy

Grayscale Research believes we are on the verge of a third wave of heightened public concern about financial privacy, fueled by the adoption of stablecoins and various blockchain applications, as well as new financial surveillance methods enabled by artificial intelligence. Multiple high-frequency indicators show that public attention to this issue has already begun to rise.

Chart 2: Recent attention to financial privacy has increased

It is in this context that Zcash emerges. Zcash is a decentralized digital currency, its underlying logic similar to Bitcoin, but equipped with mature privacy mechanisms. Bitcoin achieved digital scarcity but not digital privacy. Its public transparency ensures auditability but sacrifices monetary use cases that require confidentiality. If crypto users ultimately view private digital currency as a distinct need separate from transparent digital assets, Zcash has an opportunity to capture that market. ZEC's current market capitalization is only about 0.4% of the total cryptocurrency market cap. Compared to its technical strength and the potential market for privacy-focused digital currencies, this valuation seems low.

Privacy is Becoming an Independent Product Category

On public blockchains, account balances, counterparties, and transaction history are permanently visible to all. Even if users employ anonymous addresses, their activities can often be gradually correlated and de-anonymized through exchanges, counterparties, wallet behavior, and on-chain analysis tools. In reality, the information leaked by public chains often exceeds user expectations.

However, the vast majority of users require some degree of financial privacy. Individuals do not want their account balances and spending records to be public by default; businesses seek confidentiality for supplier information, salary payments, treasury fund flows, and customer interactions; institutions also do not want their wallet structures and transaction patterns to be mapped and tracked in real-time.

Therefore, the need for privacy does not only come from those seeking complete anonymity; it is a more universal demand for confidentiality in economic activities.

Yet within the crypto industry, the privacy sector has long faced a major challenge: difficulty in distribution and adoption. Strong privacy protection introduces additional friction for exchange support, wallet integration, and market access. So, privacy in crypto is not just a technical feature; it also involves business trade-offs.

Several Approaches to On-Chain Privacy

Different crypto privacy systems aim to conceal different types of information. Some solutions merely make tracking transaction flows on a transparent ledger more difficult, while others directly hide key transaction fields.

  • Mixing-based Privacy Solutions: Operate on top of public chains like Bitcoin, e.g., CoinJoin, Bitcoin Cash's CashFusion, Dash's PrivateSend. They can only increase the difficulty of transaction tracing; the underlying ledger remains fully public.
  • Confidential Transaction Systems: For example, Litecoin's MWEB, which can hide transaction amounts, achieving basic structural privacy, but still differs from fully shielded transaction systems.
  • Default Privacy Public Chains: Represented by Monero, where privacy is enabled by default, without requiring users to manually opt-in.
  • Shielded Transaction Systems: Represented by Zcash, which validates transaction legitimacy without exposing the sender, receiver, or transaction amount to the public.

Within the privacy sector, Zcash's positioning is quite special. It is an optional-privacy base-layer public chain; shielded transactions can conceal the sender, receiver, and amount at the transaction layer. This is fundamentally different from privacy add-on layers built atop transparent public chains.

Chart 3: Different cryptocurrencies offer varying degrees of transaction privacy

What is Zcash and How Does It Work?

Zcash is a public chain for peer-to-peer value transfer, with a capped total supply of 21 million tokens. It uses a Proof-of-Work (PoW) security model and shares many characteristics with Bitcoin. The core difference is that users can choose to enable shielded transactions, rather than having all transaction details public by default.

The Zcash network supports two types of transactions:

  • Transparent Transactions: Fully visible on-chain, similar in logic to Bitcoin transfers.
  • Shielded Transactions: Can complete transaction validity verification without leaking the sender, receiver, or transaction amount to the public.

In simple terms, Zcash achieves transaction verification without complete public disclosure.

Zcash relies on zero-knowledge proof technology to build a shielded pool. As long as funds remain within the shielded pool, on-chain information leakage can be minimized. Zero-knowledge proofs are an advanced cryptography technology that can be used for both privacy protection and scalability in the blockchain space.

Zcash also supports selective disclosure. Through view keys, users can grant specified third parties permission to query details of shielded transactions when necessary. Shielded transactions are not a complete black box; they are confidential to the public while still allowing users to make controlled disclosures when needed.

Zcash Development Journey: Legacy Protocol, New Chapter

Zcash launched in 2016. By crypto industry time scales, it is an older project and can easily be mistaken for a relic of a previous cycle. However, from its inception, its goal was not merely to implement privacy. The project's original intention was to truly implement zero-knowledge cryptography in a digital cash system.

Its core concept was groundbreaking at the time: borrowing Bitcoin's monetary model while implementing private transactions at the base layer of a public chain. Zcash was among the first projects to build private digital cash as a base-layer public chain, rather than just as a wallet feature or an upper-layer privacy add-on.

But in its early days, the technological vision outpaced the supporting product infrastructure. Early shielded transactions had huge computational overhead, and the user experience was far inferior to transparent transactions. Several major upgrades gradually alleviated this predicament:

  • Sapling (2018): Significantly reduced proof generation time and memory usage, making shielded transactions practically usable. Generating a shielded transaction took only seconds, with memory usage as low as 40MB, directly driving increased usage.
  • Orchard / NU5 (2022): Upgraded the cryptographic foundation, introducing the Orchard shielded protocol and Halo2. The new shielded pool no longer requires a trusted setup.
  • Ironwood (2026): Fixed an Orchard circuit vulnerability, built a new shielded pool, eliminating theoretical token counterfeiting risks and ensuring token supply integrity.
  • Unified Addresses & Wallet Optimization: Simplified interaction flow, allowing users to use both transparent and shielded receiving addresses without handling multiple address formats.

Zcash aims to solve not just "whether private transfers are possible," but how to use private transfers at scale and conveniently. Years of effort to reduce usage friction are now finally showing results.

The wallet layer is a key component. Zodl (formerly Zashi) is positioned not just as an asset storage tool, but as an interaction gateway prioritizing the shielded mode. The product integrates NEAR Intents-based swaps, CrossPay cross-asset transfers, and supports cold storage for shielded balances.

The value of these features lies in reducing the steps where users are forced to exit the shielded pool. Whether depositing, paying, or swapping for other assets, operations can largely remain in a closed, encrypted environment.

Historically, Zcash's biggest bottleneck was never whether private transaction technology was feasible, but whether users could remain secure throughout the entire transaction process.

Zcash ecosystem infrastructure is also gradually maturing. Leading mining pool Foundry announced in April 2026 the launch of a U.S.-based Zcash mining pool for institutional and public company miners. This does not directly increase shielded wallet users but represents ecosystem maturity: more industrial-grade support and increased institutional awareness of the chain.

Additionally, minor policy adjustments related to fees and the mempool have alleviated network congestion caused by spam transactions, improving network stability under high load. This is not the core of Zcash's investment thesis but contributes to moving the protocol from theoretical privacy to practical usability.

Zcash's next phase of development depends on whether the protocol can evolve from "privacy is achievable" to "privacy can be adopted at scale." Key technical directions to monitor:

Tachyon: The most important scaling proposal, aiming to reduce the cost and synchronization burden of shielded transactions, addressing the historical pain point for mass adoption.

Crosslink: Focuses on transaction finality and network reliability, not completely replacing the existing PoW, but strengthening settlement guarantees. For the investment logic, Zcash's future depends not only on privacy features but also on the overall robustness and operational reliability of the network.

Shielded Assets: Enables assets other than native ZEC to utilize Zcash's privacy system. If this functionality is successfully implemented, it would extend shielded transaction capabilities to more assets and applications.

How Should ZEC's Value Be Assessed?

As of July 2026, the overall crypto market assigns an extremely low valuation to the privacy attribute.

Grayscale categorizes assets with "digital currency" use cases into the "Cryptocurrency Sector." This sector currently includes 15 assets with a total market cap of $1.4 trillion, with Bitcoin accounting for approximately 90%. ZEC's current market cap is around $8 billion, representing only about 0.6% of the digital currency sector. Capturing just 5% market share in this sector would imply a 9x increase in market cap.

Chart 4: ZEC's share of the total currency market cap is small but growing

ZEC's current market pricing reflects the market's prevailing assumption: privacy is a marginal demand with a narrow audience, not deserving of a valuation premium. However, in an environment of increasing surveillance, tightening compliance constraints, and frequent financial censorship, if the value of privacy is reassessed, a 0.6% market share would no longer be a reasonable equilibrium but rather an option value not yet fully priced in by the market.

The bullish case for Zcash argues that current market pricing assumes privacy demand will remain niche, but on-chain data already proves privacy is a real, existing need. As of July 20th, shielded transactions account for approximately 90% of total Zcash transaction volume. About 4.2 million ZEC reside in the shielded pool, constituting 25% of the circulating supply, a historical high. This indicates privacy is not just a narrative but observable on-chain behavior.

Chart 5: Shielded supply of ZEC has reached a new all-time high

In other words, Zcash does not require explosive growth today to support its potential upside; it only needs the market to reassess the future value of privacy. Once investors believe privacy deserves a moderate premium within the cryptocurrency system, ZEC's current valuation will appear conservative. The market still views privacy as an optional add-on, not a core attribute of money.

Risks and Other Considerations

Zcash's investment logic depends not only on privacy demand but also on historical cryptographic assumptions, future security risks, and the network's ability to maintain collaborative stability during major upgrades.

Regulatory Risk

Zcash's regulatory risk stems not only from providing privacy features but also from whether regulators and service providers recognize its selective disclosure mechanism as meeting compliance requirements. Compared to privacy systems with no disclosure capabilities, Zcash's view keys offer a clearer compliance path. A full view key can be authorized to a specified party to view inbound shielded transaction information, recipient addresses, amounts, and memos for ordinary shielded transfers. However, this disclosure is permissioned, not a default full-chain traceability.

Global Anti-Money Laundering rules, the EU's MiCA regulation, continue to impose hard requirements on Virtual Asset Service Providers for customer due diligence, record-keeping, suspicious transaction reporting, and the Travel Rule. View keys can reduce, but not eliminate, the risk that exchanges and custodians may be unwilling to support shielded transactions due to operational or policy reasons.

Legacy Trusted Setup Pool Issue

A major historical controversy for Zcash stems from the trusted initial setup required for the early Sprout and Sapling shielded protocols. The NU5 version introduced the Orchard protocol and Halo proof system; the new Orchard pool no longer requires a trusted setup. Additionally, in 2026, a soundness vulnerability was discovered in the original Orchard circuit, theoretically allowing undetectable token counterfeiting within the pool. Network upgrade NU6.2 fixed the circuit; Ironwood (NU6.3) introduced a new, independent shielded pool, prohibited new assets from entering the old Orchard pool, and mandated that funds exiting the old pool must pass through Zcash's verification accounting mechanism, restoring independent verifiability of the total supply and significantly improving the cryptographic outlook.

The remaining issue is that the old pools still exist, and historical funds remain within them. This risk will diminish over time but should still be noted when comparing old and new protocol versions.

Quantum Computing Risk

Quantum computing is a long-term risk for the vast majority of public chains, not unique to Zcash. Transparent funds and shielded funds face different quantum threat paths due to different exposed cryptographic components on-chain. The Electric Coin Company, long responsible for Zcash development, has explicitly included quantum resistance in its roadmap, indicating this is not purely theoretical. However, for investment judgment, quantum risk is more of a long-term proposition; near-to-medium-term priorities are product usability, ecosystem adoption, and market structure.

Execution and Adoption Risk

Zcash has relied on multiple major protocol upgrades to iterate on usability, security, and scalability, introducing two types of execution risk. First, the roadmap objectives are highly challenging; Tachyon, Crosslink, etc., are heavyweight technical engineering projects, not simple parameter changes. Second, network upgrades require coordination among engineers, wallet developers, infrastructure service providers, and the entire ecosystem. Zcash's improvement proposal process is well-documented, which is an advantage, but the investment logic still partially depends on sustained development delivery quality and collaborative efforts.

Conclusion

Privacy has always been an important trait for money to have practical value; it's just easier to forget in the digital age. The starting point for Zcash's creation was to address the inherent flaw of public chains: transactions are easy to verify but hard to keep confidential. After years of technical refinement, it has become one of the most representative projects attempting to fill this gap.

Whether private digital currency will grow into a mainstream sector or remain niche is still undetermined. However, judging by current valuations, the market has hardly priced in the possibility of "privacy's future value significantly increasing."

For investors, the opportunity lies not in betting that Zcash will replace Bitcoin, but in the fact that the value of private digital currency has not yet been fully recognized by the market.

Cryptos en tendance

Questions liées

QAccording to the Grayscale report, why is Zcash considered a potentially undervalued asset in the context of the cryptocurrency market?

AZcash's market capitalization represents only about 0.4% of the total crypto market, which is considered low relative to its technological capabilities and the potential market for private digital currencies. The report argues that the market currently undervalues privacy as a core monetary feature, treating it as a niche add-on rather than a fundamental component, thus ZEC's price doesn't yet reflect the potential future value of financial privacy.

QWhat are the key technical differences between Zcash's shielded transactions and the privacy mechanisms of other cryptocurrencies like Monero?

AZcash uses an optional privacy model where users can choose between transparent or shielded transactions. Shielded transactions utilize zero-knowledge proofs to hide the sender, receiver, and transaction amount on the ledger while still allowing validity verification. In contrast, Monero employs a default-privacy model where all transactions are private by default, using ring signatures and stealth addresses to obscure transaction details.

QWhat major upgrades has the Zcash protocol undergone to improve its usability and security, particularly for shielded transactions?

AKey Zcash upgrades include: Sapling (2018), which drastically reduced proof generation time and memory usage; Orchard/NU5 (2022), which introduced a new shielded pool without trusted setup; and Ironwood/NU6.3 (2026), which created a new shielded pool to fix a theoretical counterfeiting vulnerability in the original Orchard circuit and restore verifiable supply integrity.

QHow does the report characterize the potential regulatory risk for Zcash, and what feature does it highlight as a possible mitigation?

AThe report states that Zcash's regulatory risk stems not just from offering privacy, but from whether regulators and service providers accept its compliance mechanisms. It highlights Zcash's 'selective disclosure' feature via view keys as a potential mitigation. This allows users to grant specific third parties permission to view details of their shielded transactions, providing a clearer path to compliance compared to systems with no disclosure options.

QWhat does the report identify as the historical bottleneck for Zcash's adoption, and what is the current focus for its next stage of development?

AThe historical bottleneck was never the feasibility of private transactions, but the user's ability to remain in a private state throughout an entire transaction workflow (e.g., during exchanges or payments). The next stage of development focuses on evolving from 'privacy is possible' to 'privacy can be adopted at scale.' Key technical directions for this include Tachyon (for scaling shielded transactions) and the potential for shielded assets (extending privacy to non-ZEC assets).

Lectures associées

Pourquoi le Trésor américain intensifie ses rachats de dette à long terme, et pourquoi l'or et le Bitcoin montent-ils ?

Le Trésor américain a annoncé un doublement du programme de rachat de ses obligations à long terme à partir du 9 septembre, une mesure visant à soutenir la liquidité du marché. Cette décision, intervenue dans un contexte de hausse continue des rendements obligataires et d'affaiblissement du dollar, a ravivé les craintes d'une dépréciation de la devise américaine, servant de catalyseur principal à une forte hausse du bitcoin et de l'or. Le bitcoin a connu une progression particulièrement marquée, avec des gains quotidiens d'environ 6% pendant trois séances consécutives. L'or a également bénéficié de la faiblesse du dollar, franchissant sa moyenne mobile sur 200 jours. Les analystes expliquent que l'annonce du Trésor a relancé le "trade de dépréciation monétaire", poussant les investisseurs vers des actifs considérés comme des valeurs refuges face à l'érosion anticipée du pouvoir d'achat du dollar. Cependant, le marché obligataire est resté sceptique, les rendements des obligations à 10 et 30 ans étant rapidement revenus à leurs niveaux d'avant l'annonce. Cette réaction met en doute l'efficacité réelle de l'opération pour soulager la pression sur les taux à long terme. Des facteurs supplémentaires, comme une réunion à la Maison Blanche sur la régulation des cryptomonnaies et des rachats forcés de positions vendeuses sur le bitcoin, ont aussi contribué à la hausse. En définitive, bien que l'intervention du Trésor ait provoqué un mouvement de fuite vers les actifs tangibles, elle ne semble pas avoir modifié les dynamiques fondamentales du marché obligataire, où persistent les inquiétudes concernant le déficit budgétaire, l'inflation et le fardeau de la dette publique américaine.

华尔街日报Il y a 11 mins

Pourquoi le Trésor américain intensifie ses rachats de dette à long terme, et pourquoi l'or et le Bitcoin montent-ils ?

华尔街日报Il y a 11 mins

Le mystérieux grand modèle « Ox Alpha » fait le buzz, gratuit pour un temps limité

Le monde des grands modèles de langage (LLM) est en effervescence avec l'apparition d'Ox Alpha, un modèle anonyme surnommé « Niu Lai » par les internautes chinois. Proposé gratuitement et temporairement sur OpenRouter, il dispose d'un contexte de 1 million de tokens et prend en charge texte, images et vidéos. Son évaluation sur des tâches d'ingénierie logicielle réelles (benchmark DeepSWE) montre des performances impressionnantes, avec un taux de réussite initial de 80% sur un sous-ensemble de tests, rivalisant ainsi avec les meilleurs modèles de codage actuels. Bien que d'autres tests aient rapporté un score d'environ 63%, son fort potentiel est établi. Son origine fait l'objet de vives spéculations. Plusieurs indices techniques pointent vers une version non publiée de GLM-5.3 (probablement GLM-5.3 Flash ou sa variante multimodale) développée par Zhipu AI : alignement parfait du comptage de tokens visuels et textuels avec GLM-5V-Turbo/GLM-5.3, comportements de refus et style de réponse similaires. L'entreprise n'a cependant pas confirmé. Parallèlement, un autre modèle anonyme nommé « korrine » apparaît sur Code Arena, suscitant des hypothèses le liant à Kimi, Qwen ou MiMo. Cette tendance au test anonyme (« sous couverture ») permet aux développeurs d'évaluer objectivement les capacités des modèles, sans biais de marque, et de les soumettre à des tests de stress en conditions réelles avant un lancement officiel, tout en générant du buzz marketing. La performance d'Ox Alpha, s'il s'agit bien d'un modèle « Flash » (version allégée), laisse entrevoir un potentiel encore plus élevé pour les versions complètes à venir.

marsbitIl y a 1 h

Le mystérieux grand modèle « Ox Alpha » fait le buzz, gratuit pour un temps limité

marsbitIl y a 1 h

Bitwise CIO Matt : Si vous avez actuellement une configuration crypto de 0 %, cela équivaut à être activement baissier sur le marché

Matt Hougan, CIO de Bitwise, analyse la dynamique actuelle du marché cryptographique malgré une baisse de 50% depuis les sommets. Il souligne l'engagement persistant de Wall Street, citant le lancement de fonds tokenisés par BlackRock malgré les retards réglementaires comme le CLARITY Act. Hougan estime que ce projet de loi restera dans un état d'incertitude, mais que l'industrie avancera sans lui, soutenue par les grandes institutions financières. Il observe un changement de comportement du Bitcoin, désormais résistant aux mauvaises nouvelles, signe pour lui de la fin d'un marché baissier. Concernant l'investissement, il explique que le DCA (moyenne par coût) est une assurance comportementale, mais qu'une entrée immédiate est justifiée pour les rendements absolus, anticipant une reprise. Hougan note que les grandes plateformes de gestion de patrimoine (Wells Fargo, UBS) considèrent désormais la crypto comme une classe d'actifs à part entière, se focalisant sur le long terme. Il met en avant les opportunités de la gestion d'actifs on-chain et du thème de la tokenisation d'actifs réels (RWA), bénéfiques pour Ethereum, Solana et Chainlink. Son conseil principal : une allocation de 5% en crypto est un "repas gratuit", améliorant significativement les rendements sans augmenter la volatilité globale du portefeuille. À l'inverse, une allocation de 0% n'est pas une position neutre, mais un pari actif très baissier sur l'avenir de cette classe d'actifs.

marsbitIl y a 1 h

Bitwise CIO Matt : Si vous avez actuellement une configuration crypto de 0 %, cela équivaut à être activement baissier sur le marché

marsbitIl y a 1 h

À l'instant, le premier match de tennis humain-machine au monde s'est déroulé, un robot a effectué un sauvetage limite, laissant Zheng Jie stupéfaite

Le premier match de tennis humain-robot au monde a eu lieu lors des deuxièmes Jeux mondiaux des robots humanoïdes, diffusé en direct par la télévision centrale de Chine. Le robot humanoïde "Galaxy Star仔" de Galaxy General Robotics a affronté la championne de tennis Zheng Jie en simple, après avoir participé à un double mixte. Le robot a démontré des capacités remarquables : déplacement agile, échanges fluides, service à plus de 100 km/h, et récupération de balles difficiles. Il a même réussi à se relever rapidement après une chute. Cette performance représente un point de rupture dans l'intelligence incarnée, testant en temps réel les limites de la perception, de la prise de décision, du contrôle moteur et de l'adaptation dans un environnement physique dynamique et imprévisible, bien plus complexe que les jeux de stratégie comme les échecs ou le Go. Cette réussite s'appuie sur le modèle d'intelligence incarnée "Galaxy AstraBrain", qui intègre dans une même architecture les fonctions de décision de haut niveau ("cerveau") et de contrôle moteur fin ("cervelet"), éliminant ainsi les délais de communication. Le robot a été entraîné en deux étapes : d'abord par apprentissage à partir de données imparfaites de joueurs humains, puis par un entraînement intensif en simulation où plusieurs agents s'affrontaient, permettant l'émergence autonome de compétences comme le sauvetage extrême ou la technique pour se relever. Cet événement "AstraTennis" marque le passage de l'IA d'un monde numérique à la maîtrise du monde physique, symbolisant les avancées de la Chine dans l'ère de la symbiose carbone-silicium.

marsbitIl y a 2 h

À l'instant, le premier match de tennis humain-machine au monde s'est déroulé, un robot a effectué un sauvetage limite, laissant Zheng Jie stupéfaite

marsbitIl y a 2 h

Soudain, DeepSeek annonce des tarifs creux le week-end, travailler le samedi et dimanche deviendrait plus avantageux ?

DeepSeek a annoncé une modification de sa tarification par période de pointe et creuse pour ses API, effective à partir du 23 août. Désormais, les week-ends (samedi et dimanche) seront entièrement facturés au tarif creux, sans distinction d'heure. Cette décision, généralement bien accueillie par les développeurs qui peuvent ainsi réduire leurs coûts en exécutant des tâches batch le week-end, suscite également des inquiétudes parmi les salariés. En effet, certaines industries, comme celle des mini-séries, ont déjà commencé à ajuster les horaires de travail pour profiter des périodes de calcul AI moins chères. Des cas sont rapportés où des entreprises modifient les plannings, voire imposent du travail le week-end, pour optimiser les dépenses en tokens. Les raisons de ce changement tarifaire font débat. Une hypothèse avance que les prix de pointe correspondent aux périodes d'entraînement des modèles par DeepSeek, libérant la capacité de calcul le week-end. D'autres remettent en cause cette logique, arguant que l'entraînement des modèles est hautement automatisé. Alors que la nouvelle grille tarifaire est en vigueur, la question des impacts à long terme sur l'organisation du travail et des potentielles économies réelles, compte tenu des coûts de coordination supplémentaires, reste ouverte.

marsbitIl y a 2 h

Soudain, DeepSeek annonce des tarifs creux le week-end, travailler le samedi et dimanche deviendrait plus avantageux ?

marsbitIl y a 2 h

Trading

Spot

Articles tendance

Comment acheter ERA

Bienvenue sur HTX.com ! Nous vous permettons d'acheter Caldera (ERA) de manière simple et pratique. Suivez notre guide étape par étape pour commencer votre parcours crypto.Étape 1 : Création de votre compte HTXUtilisez votre adresse e-mail ou votre numéro de téléphone pour ouvrir un compte sur HTX gratuitement. L'inscription se fait en toute simplicité et débloque toutes les fonctionnalités.Créer mon compteÉtape 2 : Choix du mode de paiement (rubrique Acheter des cryptosCarte de crédit/débit : utilisez votre carte Visa ou Mastercard pour acheter instantanément Caldera (ERA).Solde :utilisez les fonds du solde de votre compte HTX pour trader en toute simplicité.Prestataire tiers :pour accroître la commodité d'utilisation, nous avons ajouté des modes de paiement populaires tels que Google Pay et Apple Pay.P2P :tradez directement avec d'autres utilisateurs sur HTX.OTC (de gré à gré) : nous offrons des services personnalisés et des taux de change compétitifs aux traders.Étape 3 : stockage de vos Caldera (ERA)Après avoir acheté vos Caldera (ERA), stockez-les sur votre compte HTX. Vous pouvez également les envoyer ailleurs via un transfert sur la blockchain ou les utiliser pour trader d'autres cryptos.Étape 4 : tradez des Caldera (ERA)Tradez facilement Caldera (ERA) sur le marché Spot de HTX. Il vous suffit d'accéder à votre compte, de sélectionner la paire de trading, d'exécuter vos trades et de les suivre en temps réel. Nous offrons une expérience conviviale aux débutants comme aux traders chevronnés.

842 vues totalesPublié le 2025.07.17Mis à jour le 2026.06.02

Comment acheter ERA

Discussions

Bienvenue dans la Communauté HTX. Ici, vous pouvez vous tenir informé(e) des derniers développements de la plateforme et accéder à des analyses de marché professionnelles. Les opinions des utilisateurs sur le prix de ERA (ERA) sont présentées ci-dessous.

活动图片