TLDR Bernstein raised Core Scientific (CORZ) price target to $24 from $17, maintaining Outperform rating Bitcoin miners are pivoting from maximizing bitcoin gains to monetizing their power infrastructure for AI data centers Bernstein abandoned traditional DCF valuation model for sum-of-parts approach to capture AI colocation business value Riot Platforms target raised to $25 from $19, [...] The post Core Scientific (CORZ) Stock: Price Target Raised 41% as Bitcoin Miners Pivot to AI appeared first on Blockonomi.TLDR Bernstein raised Core Scientific (CORZ) price target to $24 from $17, maintaining Outperform rating Bitcoin miners are pivoting from maximizing bitcoin gains to monetizing their power infrastructure for AI data centers Bernstein abandoned traditional DCF valuation model for sum-of-parts approach to capture AI colocation business value Riot Platforms target raised to $25 from $19, [...] The post Core Scientific (CORZ) Stock: Price Target Raised 41% as Bitcoin Miners Pivot to AI appeared first on Blockonomi.

Core Scientific (CORZ) Stock: Price Target Raised 41% as Bitcoin Miners Pivot to AI

2025/11/03 22:07

TLDR

  • Bernstein raised Core Scientific (CORZ) price target to $24 from $17, maintaining Outperform rating
  • Bitcoin miners are pivoting from maximizing bitcoin gains to monetizing their power infrastructure for AI data centers
  • Bernstein abandoned traditional DCF valuation model for sum-of-parts approach to capture AI colocation business value
  • Riot Platforms target raised to $25 from $19, CleanSpark increased to $24 from $20
  • Mining stocks jumped in premarket trading with IREN up 21%, Core Scientific up 6.8%

Bernstein analyst Gautam Chhugani raised the price target on Core Scientific to $24 from $17. The firm maintained its Outperform rating on the shares.

The upgrade comes as bitcoin miners reshape their business models. These companies are moving away from chasing bitcoin price gains. Instead, they’re focusing on monetizing their power infrastructure.


CORZ Stock Card
Core Scientific, Inc., CORZ

Bitcoin miners now play a key role in the AI value chain, according to Bernstein. Their large-scale power facilities have become essential for AI data centers. The broker calls this the biggest bottleneck to execution in the AI industry.

Every U.S.-listed bitcoin miner under Bernstein’s coverage has made this strategic shift. The companies are optimizing the value of their power assets rather than betting on bitcoin upside.

The broker made a major change to how it values these companies. Bernstein discarded its discounted cash flow valuation methodology. The firm adopted a sum-of-parts approach instead.

This new model captures the different valuations for bitcoin mining and AI colocation businesses. It combines miners’ bitcoin holdings, mining EBITDA, AI co-location revenues, and cloud revenues. The model also includes the value of power sites earmarked for AI data centers using a $3 million per megawatt multiple.

Core Scientific’s HPC Colocation Strategy

Core Scientific is transitioning toward high-performance computing colocation. The company plans to deliver approximately 590 megawatts of IT load by early 2027.

Shareholders recently rejected the CoreWeave deal. This rejection gives management more flexibility to optimize value. The broker noted a new partnership is expected in the fourth quarter.

The stock responded well to the analyst upgrade. Core Scientific shares rose 6.8% in premarket trading to $23.

Broader Mining Sector Gets Boost

Bernstein also raised targets for other mining companies. Riot Platforms saw its target increase to $25 from $19. The upgrade reflects the AI potential of its 1-gigawatt Corsicana site.

CleanSpark’s target moved to $24 from $20. The company is shifting toward a hybrid bitcoin-AI model through new hires and partnerships.

Bernstein rates IREN, CORZ, RIOT, and CLSK as outperform. The broker said miners with active or potential AI contracts are being re-rated by the market.

Mining stocks rallied across the board in premarket trading. IREN jumped 21% to around $60.75 following news of an AI cloud deal with Microsoft. Riot stock gained 3% to $20.38. CleanSpark climbed 3.6% to $18.44.

The sector is being viewed as a key enabler of next-generation computing infrastructure. Miners are providing what the broker calls “warm powered shells” for AI data centers.

Bernstein’s analysts emphasized that bitcoin miners with active or potential AI contracts are getting higher valuations. The market now sees these companies differently than traditional crypto miners.

The broker’s new valuation approach treats the AI colocation business separately from bitcoin mining operations. This reflects the different growth prospects and risk profiles of each business line.

The post Core Scientific (CORZ) Stock: Price Target Raised 41% as Bitcoin Miners Pivot to AI appeared first on Blockonomi.

Disclaimer: The articles reposted on this site are sourced from public platforms and are provided for informational purposes only. They do not necessarily reflect the views of MEXC. All rights remain with the original authors. If you believe any content infringes on third-party rights, please contact service@support.mexc.com for removal. MEXC makes no guarantees regarding the accuracy, completeness, or timeliness of the content and is not responsible for any actions taken based on the information provided. The content does not constitute financial, legal, or other professional advice, nor should it be considered a recommendation or endorsement by MEXC.
Share Insights

You May Also Like

Preliminary analysis of the Balancer V2 attack, which resulted in a loss of $120 million.

Preliminary analysis of the Balancer V2 attack, which resulted in a loss of $120 million.

On November 3, the Balancer V2 protocol and its fork projects were attacked on multiple chains, resulting in a serious loss of more than $120 million. BlockSec issued an early warning at the first opportunity [1] and gave a preliminary analysis conclusion [2]. This was a highly complex attack. Our preliminary analysis showed that the root cause was that the attacker manipulated the invariant, thereby distorting the calculation of the price of BPT (Balancer Pool Token) -- that is, the LP token of Balancer Pool -- so that it could profit in a stable pool through a batchSwap operation. Background Information 1. Scaling and Rounding To standardize the decimal places of different tokens, the Balancer contract will: upscale: Upscales the balance and amount to a uniform internal precision before performing the calculation; downscale: Reduces the result to its original precision and performs directional rounding (e.g., inputs are usually rounded up to ensure the pool is not under-filled; output paths are often truncated downwards). Conclusion: Within the same transaction, the asymmetrical rounding direction used in different stages can lead to a systematic slight deviation when executed repeatedly in very small steps. 2. Prices of D and BPT The Balancer V2 protocol’s Composable Stable Pool[3] and the fork protocol were affected by this attack. Stable Pool is used for assets that are expected to maintain a close 1:1 exchange ratio (or be exchanged at a known exchange rate), allowing large exchanges without causing significant price shocks, thereby greatly improving the efficiency of capital utilization between similar or related assets. The pool uses the Stable Math (a Curve-based StableSwap model), where the invariant D represents the pool's "virtual total value". The approximate price of BPT (Pool's LP Token) is: The formula above shows that if D is made smaller on paper (even if no funds are actually withdrawn), the price of BPT will be cheaper. BTP represents the pool share and is used to calculate how many pool reserves can be obtained when withdrawing liquidity. Therefore, if an attacker can obtain more BPT, they can profit when withdrawing liquidity. Attack Analysis Taking an attack transaction on Arbitrum as an example, the batchSwap operation can be divided into three stages: Phase 1: The attacker redeems BPT for the underlying asset to precisely adjust the balance of one of the tokens (cbETH) to a critical point (amount = 9) for rounding. This step sets the stage for the precision loss in the next phase. Phase Two: The attacker uses a carefully crafted quantity (= 8) to swap between another underlying asset (wstETH) and cbETH. Due to rounding down when scaling the token quantity, the calculated Δx is slightly smaller (from 8.918 to 8), causing Δy to be underestimated and the invariant D (derived from Curve's StableSwap model) to be smaller. Since BPT price = D / totalSupply, the BPT price is artificially suppressed. Phase 3: The attackers reverse-swap the underlying assets back to BPT, restoring the balance within the pool while profiting from the depressed price of BPT—acquiring more BPT tokens. Finally, the attacker used another profitable transaction to withdraw liquidity, thereby using the extra BPT to acquire other underlying assets (cbETH and wstETH) in the Pool and thus profit. Attacking the transaction: https://app.blocksec.com/explorer/tx/arbitrum/0x7da32ebc615d0f29a24cacf9d18254bea3a2c730084c690ee40238b1d8b55773 Profitable trades: https://app.blocksec.com/explorer/tx/arbitrum/0x4e5be713d986bcf4afb2ba7362525622acf9c95310bd77cd5911e7ef12d871a9 Reference: [1]https://x.com/Phalcon_xyz/status/1985262010347696312 [2]https://x.com/Phalcon_xyz/status/1985302779263643915 [3]https://docs-v2.balancer.fi/concepts/pools/composable-stable.html
Share
PANews2025/11/04 14:00