News
23 Apr 2026, 13:55
Bitmine’s Massive $218M ETH Stake: A Power Move Reshaping Institutional Crypto Staking

BitcoinWorld Bitmine’s Massive $218M ETH Stake: A Power Move Reshaping Institutional Crypto Staking In a bold move that signals a deepening commitment to the Ethereum network, Bitmine (BMNR) has staked an additional 93,600 ETH, valued at $218 million, according to a report from Lookonchain. This latest transaction, executed approximately one hour ago, brings Bitmine’s total staked Ethereum to a staggering 3,489,469 ETH, worth $8.13 billion. This massive sum now represents a commanding 70% of the company’s total asset holdings. Bitmine’s Strategic ETH Stake: A Closer Look This new staking event follows an earlier report today that Bitmine had purchased an additional 100,000 ETH for $233.7 million. The consecutive large-scale moves paint a clear picture of the company’s aggressive accumulation and staking strategy. By locking such a significant portion of its treasury into the Ethereum staking mechanism, Bitmine is not just holding the asset; it is actively participating in the network’s proof-of-stake consensus, earning yields and contributing to network security. The sheer scale of Bitmine’s operation is difficult to overstate. With $8.13 billion staked, the company is one of the largest single entities validating transactions on the Ethereum network. This level of participation has several immediate effects: Network Security: A larger, more distributed set of validators strengthens the network’s resistance to attacks. Market Liquidity: By staking, Bitmine removes a significant amount of ETH from circulating supply, which can have a bullish effect on price over the long term. Institutional Confidence: Such a large commitment from a publicly traded company like Bitmine serves as a powerful signal to other institutional investors, potentially encouraging further adoption. Institutional Ethereum Staking: A Growing Trend Bitmine’s aggressive staking is part of a broader trend of institutional investors moving into Ethereum staking. Unlike Bitcoin, which uses energy-intensive proof-of-work, Ethereum’s proof-of-stake model allows holders to earn passive income by locking up their coins to validate transactions. For companies like Bitmine, this creates a new revenue stream from an asset they already hold. The move also highlights the growing sophistication of crypto treasury management. Instead of simply holding ETH and hoping for price appreciation, Bitmine is actively deploying its capital to generate yield. This strategy is becoming increasingly common among corporate holders of digital assets, as they seek to maximize returns in a competitive market. Impact on Bitmine’s Financial Position With 70% of its total holdings now staked, Bitmine has made a clear bet on the long-term viability and profitability of the Ethereum network. This concentration, however, also introduces specific risks. The value of its staked assets is directly tied to the price of ETH, and the staked ETH is subject to a lock-up period before it can be withdrawn. This limits the company’s flexibility in the short term. Despite these risks, the potential rewards are substantial. At current staking yields of around 3-5% annually, Bitmine’s $8.13 billion stake could generate between $240 million and $400 million in annual rewards. This income stream provides a stable source of revenue that is independent of market trading or other business activities. Market Reactions and Expert Analysis The crypto market has reacted positively to the news, with ETH prices seeing a modest uptick in the hours following the announcement. Analysts point to the reduction in circulating supply and the strong signal of institutional confidence as key drivers of the positive sentiment. Industry experts view Bitmine’s move as a validation of Ethereum’s proof-of-stake transition. “When a company of this size commits 70% of its assets to staking, it sends a powerful message,” says a blockchain analyst at a leading financial research firm. “It suggests they have high conviction in the network’s future and its ability to generate consistent returns.” This sentiment is echoed by other institutional players. Several hedge funds and asset managers have recently increased their exposure to Ethereum staking, viewing it as a low-risk way to gain exposure to the crypto market’s growth. Timeline of Bitmine’s Recent ETH Accumulation The recent activity is part of a larger pattern of accumulation by Bitmine. Here is a brief timeline of their major moves in the past 24 hours: Earlier Today: Bitmine purchases 100,000 ETH for $233.7 million. One Hour Ago: Bitmine stakes 93,600 ETH, worth $218 million. Current Holdings: Total staked ETH reaches 3,489,469 ETH ($8.13 billion). This rapid-fire activity suggests a coordinated strategy, possibly in anticipation of upcoming network upgrades or market events. Conclusion Bitmine’s decision to stake an additional $218 million in ETH is a landmark event in the world of institutional cryptocurrency staking. By committing 70% of its holdings to the network, the company has not only secured a significant yield-generating asset but has also sent a powerful signal of confidence to the broader market. This move underscores the growing trend of institutional investors actively participating in blockchain networks, moving beyond simple speculation to become core infrastructure providers. As the Ethereum network continues to evolve, the actions of large stakers like Bitmine will play an increasingly important role in its security, liquidity, and overall health. FAQs Q1: What is Bitmine’s total staked ETH worth? A1: Bitmine’s total staked ETH is worth $8.13 billion, representing 3,489,469 ETH. Q2: How much ETH did Bitmine just stake? A2: Bitmine staked an additional 93,600 ETH, valued at $218 million. Q3: Why is Bitmine staking so much ETH? A3: Bitmine is staking ETH to earn passive yield, support the Ethereum network’s security, and generate a stable revenue stream from its treasury holdings. Q4: What percentage of Bitmine’s holdings are now staked? A4: 70% of Bitmine’s total asset holdings are now staked in the Ethereum network. Q5: How does this affect the price of Ethereum? A5: By removing a large amount of ETH from circulation, staking can create upward price pressure. Additionally, the strong institutional signal can boost market confidence and attract further investment. This post Bitmine’s Massive $218M ETH Stake: A Power Move Reshaping Institutional Crypto Staking first appeared on BitcoinWorld .
23 Apr 2026, 13:54
7 Billion XRP Demand Signal Incoming Supply Crunch: Evernorth

XRP’s demand begins to outweigh supply as large holders actively scoop the tokens off exchanges in large quantities, sparking concerns of an incoming supply shock..
23 Apr 2026, 13:53
Kraken API Unlocked — the market data feeds systematic traders use on Kraken

TL;DR: Kraken’s API provides real-time and historical market data feeds to different strategy types: L2 order book depth for execution algorithms , OHLCV and trade history for backtesting , funding rate data for carry strategies , and ticker feeds for momentum signals . Systematic traders typically use 2–3 feeds based on strategy type , over-subscribing adds overhead without improving signal quality . Knowing which API endpoints exist doesn’t tell you which feeds to actually use. Execution algorithms commonly use L2 book depth 10 rather than 1,000. Momentum strategies typically don’t need an order book at all. And if you’re backtesting on 6 months of data, you’re missing how your strategy performs across market cycles. Here’s what systematic traders subscribe to for execution algorithms, backtesting, and carry strategies, along with what you gain from combining feeds instead of running them in isolation. What market data feeds does Kraken’s API offer? Real-time feeds: Ticker (price/volume), order book (L2 depth, L3 individual orders), trades (executed transactions), OHLCV (streaming candlesticks) Historical data: OHLCV, historical funding rates, trade history Futures-specific: Mark price, funding rates, open interest Access methods: WebSocket v2 for real-time, REST for historical, FIX for institutional Do you need L2 or L3 order book data for your crypto trading strategy? Ticker data provides best bid, best ask, and last price. But if you’re executing size, ticker alone doesn’t tell you how much liquidity sits behind those prices. L2 (aggregated orders) Order book (L2) shows aggregated depth across multiple price levels. This matters when you’re sizing orders to avoid slippage. If you’re selling 5 BTC and the best bid only has 0.08 BTC of depth, you’ll move through multiple levels. L2 shows you this before you send the order. L3 (individual orders) L3 provides a full order-by-order view of all resting orders in the book, including order IDs and timestamps. This enables queue priority analysis; you can determine where any order, including your own, sits in the queue at each price level, as well as fill probability estimation and market microstructure analysis. L3 is primarily used for sub-second execution or queue position analysis. From a performance standpoint, the latency difference between L3 and L2 feeds is negligible compared to transport time. The main cost is payload size: L3 describes every individual order in the book rather than cumulative quantity at each price level, which means more data to encode, transmit, and decode. If you can’t articulate why you need individual order visibility, L2 is sufficient for most systematic strategies. Depth options The WebSocket book channel supports five depth levels — 10, 25, 100, 500, and 1,000. Execution algorithms commonly use depth 10, which covers the actionable range with minimal payload overhead. Depths 500 and 1,000 are used for market impact modeling or analyzing deep liquidity and are more compute-intensive to maintain. How do you access Kraken’s historical market data for backtesting? OHLCV (candlestick data) is commonly used for backtesting. Moving averages, RSI, breakout signals, they all use OHLCV as input. But OHLCV alone doesn’t tell you if your execution assumptions are realistic. If your backtest assumes you can fill 10 BTC at bid without slippage, you should validate that against trade history. Pull the trade feed to confirm that volume actually traded at those levels during your backtest period. WebSocket vs REST for OHLCV: Use WebSocket if you need the current candle updated in real-time as trades happen, rather than polling for a completed candle. How do you use Kraken’s funding rate data for carry strategies? Funding rate carry strategies harvest the periodic payments between longs and shorts on perpetual futures. You need current rates for live monitoring (futures ticker provides this) and historical rates for backtesting. Mark price vs. index price: The futures ticker includes both, along with the last traded price, three distinct values. Mark price determines liquidation risk and unrealized P&L. The index price is the real-time spot reference price used in funding rate calculations. During volatile periods, mark price and index price can diverge; when that spread widens, it signals basis risk or liquidation pressure, something carry traders need to monitor closely. The last traded price is a separate figure reflecting the most recent fill and is not the relevant comparison for assessing liquidation risk. What are the most common mistakes when using crypto market data feeds? Using WebSocket for everything : If you’re backtesting or running slow strategies, REST polling is simpler. Assuming L3 is necessary. : If you can’t explain why you need individual order visibility and queue position data across the full book, you probably don’t need L3. Order book L2 (aggregated depth) is sufficient for most systematic strategies. Ignoring historical depth: A backtest on 6 months of data doesn’t show you how your strategy performs across market cycles. How do you get started with market data feeds on Kraken? New to Kraken’s API? Start with ticker and OHLCV via REST. These are public (no authentication), simple to integrate, and cover most of initial strategy development. Add order book and trade feeds when you move to live execution. For experienced traders: Identify your strategy type: Execution algo, backtest, momentum, etc Pick 2-3 feeds: Don’t over-subscribe, start with what directly feeds your signals or execution logic Create API keys when ready Full API documentation: docs.kraken.com/api Create your API keys now, or for institutional scale or FIX access, get in touch: Contact the Kraken Institutional team FAQ What market data does Kraken’s API provide for free? Kraken’s real-time market data feeds (ticker, order book (L2), trades, and OHLCV) do not require authentication. L3 individual order data requires authentication. What is the difference between L2 and L3 order book data on Kraken? L2 shows aggregated depth across price levels, which is sufficient for most systematic strategies. L3 shows all individual resting orders in the book with order IDs and timestamps, enabling queue priority analysis, fill probability estimation, and market microstructure analysis. L3 requires authentication. If you can’t explain why you need full individual order visibility, you probably don’t need it. Should I use WebSocket or REST for crypto market data? Use WebSocket if you need the current candle updated in real-time as trades happen, rather than polling for a completed candle. What data feeds do I need for a crypto execution algorithm? Execution algorithms commonly use L2 order book depth. The WebSocket book channel supports depths of 10, 25, 100, 500, and 1,000. Depth 10 is the standard starting point and covers the actionable range. Depths of 500 and 1,000 are used for market impact modeling and analyzing deep liquidity. Ticker data alone is insufficient when executing size because it doesn’t show liquidity behind best bid/ask. The post Kraken API Unlocked — the market data feeds systematic traders use on Kraken appeared first on Kraken Blog .
23 Apr 2026, 13:50
AI Galaxy Hunters Intensify the Global GPU Crunch as New Telescopes Launch

BitcoinWorld AI Galaxy Hunters Intensify the Global GPU Crunch as New Telescopes Launch The global GPU crunch is worsening, and a surprising new source of demand is emerging: AI galaxy hunters . Astronomers are turning to graphics processing units to analyze torrents of data from next-generation space telescopes, creating a fresh wave of competition for limited chip supplies. This shift comes as NASA, the European Space Agency, and other institutions prepare to launch observatories that will generate unprecedented volumes of cosmic information. AI Galaxy Hunters Drive GPU Demand in Astronomy NASA announced that the Nancy Grace Roman Space Telescope will launch in September 2026, eight months ahead of schedule. This telescope is expected to deliver 20,000 terabytes of data over its operational life. For comparison, the Hubble Space Telescope, once the gold standard, transmits only 1 to 2 gigabytes of sensor readings daily. The James Webb Space Telescope, which began operations in 2021, sends back 57 gigabytes of imagery each day. Later this year, the Vera C. Rubin Observatory in Chile will start a survey that gathers 20 terabytes of data every single night. This data explosion forces astronomers to abandon manual analysis. They now rely on GPUs to process images, identify galaxies, and run simulations. Brant Robertson, an astrophysicist at UC Santa Cruz, has worked with Nvidia for 15 years to apply GPU computing to space science. He initially used GPUs for supernova simulations. Now, he develops tools to handle the incoming data flood. How AI Galaxy Hunters Analyze Space Data Robertson and his former graduate student Ryan Hausen created a deep learning model called Morpheus . This AI scans massive datasets to identify and classify galaxies. Their early analysis of Webb data revealed an unexpected abundance of disc-shaped galaxies, challenging existing theories about the universe’s evolution. Morpheus is now evolving. Robertson is transitioning its architecture from convolutional neural networks to transformers, the same technology behind large language models like GPT. This change will allow Morpheus to analyze several times more area than it currently can, significantly speeding up its work. Robertson also works on generative AI models trained on space telescope data. These models improve the quality of observations from ground-based telescopes, which suffer from distortion by Earth’s atmosphere. Launching an 8-meter mirror into orbit remains difficult, so using software to enhance Rubin’s observations is the next best solution. The Growing Competition for GPUs The surge in AI galaxy hunting intensifies the global GPU crunch. Astronomers now compete with cryptocurrency miners, AI startups, and cloud computing providers for limited chip supplies. Robertson has used the National Science Foundation to build a GPU cluster at UC Santa Cruz, but it is already becoming outdated. More researchers want to apply compute-intensive techniques to their work, but funding is uncertain. The Trump administration proposed cutting the NSF’s budget by 50% in its current budget request. This would severely impact university research programs that depend on GPU clusters. Robertson notes that universities are risk-averse due to constrained resources. He emphasizes that researchers must be entrepreneurial to secure the hardware they need. Timeline of Key Telescope Data Outputs The following table compares data output from major space telescopes: Telescope Data Output per Day Launch Year Hubble Space Telescope 1–2 GB 1990 James Webb Space Telescope 57 GB 2021 Vera C. Rubin Observatory 20 TB 2025 Nancy Grace Roman Space Telescope ~55 TB (estimated) 2026 This exponential growth in data output directly drives the need for more powerful GPUs. Astronomers must process these datasets quickly to keep up with incoming observations. Impact on the Global GPU Supply Chain The demand from AI galaxy hunters adds to existing pressures on GPU supply chains. Nvidia, AMD, and other manufacturers struggle to meet demand from multiple sectors. Data centers, AI research labs, and gaming enthusiasts already face shortages and high prices. Astronomy departments at universities now compete with tech giants for GPU allocations. This creates a bottleneck for scientific discovery. Researchers like Robertson must apply for grants, build partnerships, and sometimes purchase older hardware to continue their work. Expert Insights on the GPU Crunch Robertson explains the situation clearly: “People want to do these AI, ML analyses, and GPUs are really the way to do that. You have to be entrepreneurial, especially when you’re working kind of at the edge of where the technology is.” He adds that universities are risk-averse because they have constrained resources. Researchers must demonstrate that GPU-intensive methods represent the future of their field. This trend is not limited to astronomy. Climate science, drug discovery, and autonomous vehicle research all rely on GPUs. The competition for chips will likely intensify as more fields adopt AI-driven methods. Conclusion AI galaxy hunters are reshaping astronomy by using GPUs to analyze massive datasets from next-generation telescopes. The Nancy Grace Roman Space Telescope, the Vera C. Rubin Observatory, and the James Webb Space Telescope generate terabytes of data daily, far exceeding the capacity of traditional analysis methods. This shift drives demand for GPUs, adding to the global chip shortage. Researchers face funding challenges and competition for hardware, but the potential for new discoveries keeps them pushing forward. As more telescopes come online, the need for powerful computing will only grow, making the GPU crunch a defining challenge for 21st-century science. FAQs Q1: What is an AI galaxy hunter? An AI galaxy hunter is a deep learning model that analyzes astronomical data to identify and classify galaxies. These models use GPUs to process large datasets quickly, helping astronomers discover new cosmic objects and understand galaxy formation. Q2: Why are GPUs important for astronomy? GPUs can perform many calculations simultaneously, making them ideal for processing the massive datasets generated by modern telescopes. They enable faster image analysis, simulation, and machine learning tasks that would take weeks on traditional CPUs. Q3: How does the Nancy Grace Roman Space Telescope contribute to the GPU crunch? The Roman telescope will generate 20,000 terabytes of data over its lifetime. Analyzing this data requires powerful GPUs, increasing competition for limited chip supplies among astronomers, AI researchers, and other industries. Q4: What is the Morpheus model? Morpheus is a deep learning model developed by Brant Robertson and Ryan Hausen. It scans astronomical images to identify galaxies and classify their shapes. The model is now being upgraded to use transformer architecture for faster and broader analysis. Q5: How does the GPU crunch affect scientific research? The GPU crunch makes it harder for researchers to access the hardware they need. Universities face budget constraints, and funding cuts to agencies like the NSF could worsen the situation. Scientists must be entrepreneurial to secure GPUs for their work. This post AI Galaxy Hunters Intensify the Global GPU Crunch as New Telescopes Launch first appeared on BitcoinWorld .
23 Apr 2026, 13:48
The $145 billion math: Why bitcoin’s quantum threat is manageable, not existential

Quantum fears focus on vulnerable early wallets, but market data suggests even a worst case sell-off would be large, not catastrophic.
23 Apr 2026, 13:46
Ripple-linked XRP slips amid bitcoin profit-taking, ETF delay

Token falls 2.5% after rejection near $1.44 as leveraged ETF launch pushback adds to mixed sentiment.














































