Ethereum ETH Price Prediction 2025, 2026 – 2030: Will Ethereum Price Hit $3k?

The post Ethereum ETH Price Prediction 2025, 2026 – 2030: Will Ethereum Price Hit $3k? appeared first on Coinpedia Fintech News Story Highlights The Ethereum price today is $ 2,423.65490177 . ETH price with a potential surge could hit $5,925 in 2025. The price of Ethereum could reach a high of $15,575 by 2030. After the escalation in tension caused by the Israel-Iran war, which sent shock waves across most cryptocurrencies. The Ethereum price today is at $2,428.94 with an intraday price surge of 0.67%. This has come after dropping to a low of $2,405.36. How much is 1 Ethereum right now? At the time of press, 1 Ethereum costs $2,246.73, with an intraday price change of -0.53%. Table of Contents Ethereum Price Today Ethereum Price Prediction July 2025 Ethereum Price Prediction 2025 Ethereum Price Targets 2026 – 2030 ETH Price Prediction 20 26 Ethereum Price Forecast 2027 ETH Price Prediction 2028 Ethereum Forecast 2029 Ethereum Price Prediction 203 0 Ether Price Prediction 2031, 2032, 2033, 2040, 2050 CoinPedia’s Ethereum Price Prediction Market Analysis FAQs Ethereum Price Today Cryptocurrency Ethereum Token ETH Price $ 2,423.65490177 0.61% Market cap $ 292,580,622,575.35 Circulating Supply 120,718,763.3691 Trading Volume $ 17,633,841,431.8635 All-time high $4,891.70 on 16th Nov 2021 All-time low $0.4209 on 22nd Oct 2015 Ethereum Price Prediction July 2025 Based on the current technical setup in the chart, Ethereum short-term price prediction suggests cautious optimism. The RSI hovers at 46.85, reflecting weak momentum, while price remains below the 20-day SMA and mid-Bollinger Band. If bulls regain control, Ethereum could reach a high of $2,800 in July 2025. However, bearish continuation might pull it down to $2,250, with an average price around $2,500. A break above the 20-day SMA would be key to upside potential. Month Potential Low Potential Average Potential High July $2,250 $2,500 $2,800 Ethereum Price Prediction 2025 Ethereum price has been trading in a symmetric triangle pattern since early 2021, a breakout could lead to the ETH coin price smashing the $5k mark and hitting a new all-time high of $5,925. Conversely, rising uncertainty or any unfavorable global economic events could pull the ETH price toward its annual low of $2,917. That being said, it could average out at around $3,392. Year Potential Low Potential Average Potential High 2025 $2,917 $3,392 $5,925 Ethereum Price Targets 2026 – 2030 Year Potential Low ($) Potential Average ($) Potential High ($) 2026 5,566 5,713 6,610 2027 6,800 7,246 8,705 2028 8,613 9,482 10,410 2029 10,192 11,111 12,994 2030 12,647 14,163 15,575 ETH Price Prediction 20 26 By 2026, the value of Ethereum is expected to reach a high of $6,610. On the other hand, the Ethereum price might drop to $5,566, with an average of $5,713. Ethereum Price Forecast 2027 The Ethereum 2027 forecast expects the ETH coin price to make a new all-time high at $8,705. However, a correction based on market shortcomings may drive the ETH crypto to $6,800, with an average of $7,246. ETH Price Prediction 2028 In 2028, the chances of Ethereum dominating the crypto market rise as the ETH price potentially makes a new high at $10,410. On the other hand, the altcoin might fall to $8,613, making an average of $9,482. Ethereum Forecast 2029 Approaching its all-time high of $12,994 in 2029, the Ethereum price is expected to surpass the psychological barrier of $12,000. In case of a correction, $ETH may reach a low of $10,192, with an average price of $11,111. Ethereum Price Prediction 203 0 As per our Ethereum Price Prediction 2030, the ETH crypto price is projected to reach a new all-time high of $15,575 in 2030, with a potential low of $12,647 and an average price of $14,163. Ether Price Prediction 2031, 2032, 2033, 2040, 2050 Based on the historic market sentiments and trend analysis of the largest altcoin by market capitalization, here are the possible Ethereum price targets for the longer time frames. .highcharts-legend { display:none; } document.addEventListener("DOMContentLoaded", function () { setTimeout(function() { Highcharts.chart('custom-chart-685beae23b67e', { chart: { type: 'areaspline' }, title: { text: 'Ethereum (ETH) Price Prediction', style: { color: '#171717', fontSize: '20px', fontWeight: '500', } }, xAxis: { categories: ["2031","2032","2033","2040","2050"], title: { text: 'Year', style: { color: '#171717', fontSize: '16px', fontWeight: '500', display: 'block', align: 'middle' // Ensure it's aligned properly }, margin: 15 } }, yAxis: { title: { text: 'Average Price ($)', style: { color: '#171717', fontSize: '16px', fontWeight: '500', } }, labels: { formatter: function () { return this.value === 0 ? "0" : formatNumber(this.value); } } }, responsive: { rules: [{ condition: { maxWidth: 767 // Set breakpoint at 767px }, chartOptions: { title: { style: { fontSize: '13px', fontWeight: '500', lineHeight: '22px' // Corrected 'lineHight' to 'lineHeight' } }, xAxis: { title: { style: { fontSize: '12px', fontWeight: '500' } } }, yAxis: { title: { style: { fontSize: '12px', fontWeight: '500' } } } } }] }, tooltip: { shared: true, formatter: function () { var year = this.x; // Default index if (this.series.chart.xAxis[0].categories) { year = this.series.chart.xAxis[0].categories[this.point.index]; // Map to category label } return ` ${year} ${this.points.map(point => ` \u25CF ${point.series.name}: ${formatNumber(point.y)} ` ).join(' ')}`; } }, credits: { enabled: false }, plotOptions: { areaspline: { color: '#0052CC', fillColor: { linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, stops: [ [0, '#0f549999'], [1, '#0052CC0D'] ] }, marker: { lineWidth: 1, lineColor: null, fillColor: 'white' } } }, series: [{ name: 'Market Value', data: [16301,20153,25501,94512,186483] // Dynamic values }] }); }, 1000); function formatNumber(value) { if (value === 0) { return "0"; } if (value >= 1000000000) { return (value / 1000000000).toFixed(2).replace(/\.00$/, '') + 'B'; } else if (value >= 1000000) { return (value / 1000000).toFixed(2).replace(/\.00$/, '') + 'M'; } else if (value >= 1000) { return (value / 1000).toFixed(2).replace(/\.00$/, '') + 'K'; } else if (value >= 1) { return value.toFixed(2); } else if (value >= 0.1) { return value.toFixed(4); } else if (value >= 0.01) { return value.toFixed(5); } else if (value >= 0.001) { // 0.001 to 0.00999 (6 decimal places) return value.toFixed(6); } else if (value >= 0.0001) { // 0.0001 to 0.000999 (6 decimal places) return value.toFixed(6); } else if (value >= 0.00001) { // 0.00001 to 0.0000999 (8 decimal places) return value.toFixed(8); } else if (value >= 0.000001) { // 0.000001 to 0.00000999 (9 decimal places) return value.toFixed(9); } else if (value >= 0.0000001) { // 0.0000001 to 0.000000999 (10 decimal places) return value.toFixed(10); } else if (value >= 0.00000001) { // 0.00000001 to 0.0000000999 (11 decimal places) return value.toFixed(11); } else if (value >= 0.000000001) { // 0.000000001 to 0.00000000999 (12 decimal places) return value.toFixed(12); } else if (value >= 0.0000000001) { // 0.0000000001 to 0.000000000999 (12 decimal places) return value.toFixed(12); } else { // Less than 0.0000000001 (13 decimal places) return value.toFixed(13); } } }); Year Potential Low ($) Potential Average ($) Potential High ($) 2031 14,645 16,301 17,958 2032 17,937 20,153 22,369 2033 21,125 25,501 29,877 2040 65,346 94,512 123,678 2050 117,684 186,483 255,282 CoinPedia’s Ethereum Price Prediction With factors like the growing Ethereum network, rising inflows, broader market recovery, and increased adoption, the ETH price will likely give multi-fold returns in 2025. As per CoinPedia’s Ethereum price prediction 2025, the Bulls can hit $5,925 in 2025. Conversely, a rise in FUD amongst investors and a lack of updates could curb the value of 1 ETH at $2,917. Year Potential Low Potential Average Potential High 2025 $2,917 $4,392 $5,925 Check out XRP Price Prediction 2025, 2026 – 2030! Market Analysis Firm Name 2025 2026 2030 Changelly $4,012.41 $5,375 $24,196 Coincodex $6,540.51 $3,816.62 $6,660.08 Binance $3,499.54 $3,674.52 $4,466.40 VanEck $6,000 – – *The Ethereum forecast mentioned above is the average targets set by the respective firms. .article-inside-link { margin-left: 0 !important; border: 1px solid #0052CC4D; border-left: 0; border-right: 0; padding: 10px 0; text-align: left; } .entry ul.article-inside-link li { font-size: 14px; line-height: 21px; font-weight: 600; list-style-type: none; margin-bottom: 0; display: inline-block; } .entry ul.article-inside-link li:last-child { display: none; } Also Read : Ripple XRP Price Prediction 2025, 2026-2030: Will XRP Reach $5? , .article_register_shortcode { padding: 18px 24px; border-radius: 8px; display: flex; align-items: center; margin: 6px 0 22px; border: 1px solid #0052CC4D; background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 82, 204, 0.1) 100%); } .article_register_shortcode .media-body h5 { color: #000000; font-weight: 600; font-size: 20px; line-height: 22px; text-align:left; } .article_register_shortcode .media-body h5 span { color: #0052CC; } .article_register_shortcode .media-body p { font-weight: 400; font-size: 14px; line-height: 22px; color: #171717B2; margin-top: 4px; text-align:left; } .article_register_shortcode .media-body{ padding-right: 14px; } .article_register_shortcode .media-button a { float: right; } .article_register_shortcode .primary-button img{ vertical-align: middle; width: 20px; margin: 0; display: inline-block; } @media (min-width: 581px) and (max-width: 991px) { .article_register_shortcode .media-body p { margin-bottom: 0; } } @media (max-width: 580px) { .article_register_shortcode { display: block; padding: 20px; } .article_register_shortcode img { max-width: 50px; } .article_register_shortcode .media-body h5 { font-size: 16px; } .article_register_shortcode .media-body { margin-left: 0px; } .article_register_shortcode .media-body p { font-size: 13px; line-height: 20px; margin-top: 6px; margin-bottom: 14px; } .article_register_shortcode .media-button a { float: unset; } .article_register_shortcode .secondary-button { margin-bottom: 0; } } Never Miss a Beat in the Crypto World! Stay ahead with breaking news, expert analysis, and real-time updates on the latest trends in Bitcoin, altcoins, DeFi, NFTs, and more. .subscription-options li { display: none; } .research-report-subscribe{ background-color: #0052CC; padding: 12px 20px; border-radius: 8px; color: #fff; font-weight: 500; font-size: 14px; width: 96%; } .research-report-subscribe img{ vertical-align: sub; margin-right: 2px; } Subscribe to Price Prediction var templateIds = "6"; var listOfSubscribed = []; function subscribed_popupmodal(template_id) { var templateId = '6'; getAllSubscriberCategoryList([templateId]); var subcribemodal = window.parent.document.getElementById('subscribe-modal-design'); if (subcribemodal) { var modalContent = ` Never Miss a Beat in the Crypto World! Stay informed and gain the edge you need to navigate the crypto world. Select your subscription now Daily Get real-time crypto news, market insights, and blockchain updates. Weekly Stay updated with major trends, funding news, and price analysis. Monthly Receive a detailed report with market analysis and expert predictions. Subscribe Now `; subcribemodal.innerHTML = modalContent; } subscribe_unsubscribe_status(template_id); //getAllSubscriberCategoryList(template_id); } function toggleSubscription(subscription, template_id) { var subscriptionCheckbox = document.getElementById(subscription + '_' + template_id); var li = document.getElementById(subscription + 'Selected_' + template_id); if (subscriptionCheckbox.checked) { li.classList.add('active'); } else { li.classList.remove('active'); } } function getAllSubscriberCategoryList(getcategoryId) { jQuery.ajax({ url: 'https://coinpedia.org/wp-admin/admin-ajax.php', type: 'GET', data: { action: 'subscribe_api_ajax_request', apiurl: '/app/email_newsletter/list', }, success: function(response) { var result = JSON.parse(response.message); if (result.status === true) { var idstosubscribed = [] // Populate listOfSubscribed with subscribed category IDs result.message.forEach(listofcategory => { if (listofcategory.subscribe_status === 1) { if (!listOfSubscribed.includes(listofcategory._id)) { listOfSubscribed.push(listofcategory._id); } if (!idstosubscribed.includes(listofcategory.news_cp_category_row_id)) { idstosubscribed.push(listofcategory.news_cp_category_row_id); } } }); idstosubscribed.forEach(id => { var subscribeButton = document.getElementById('subscribe_' + id); var unsubscribeButton = document.getElementById('unsubscribe_' + id); if (subscribeButton && unsubscribeButton) { subscribeButton.style.display = 'none'; unsubscribeButton.style.display = 'block'; var showDownloadReport = document.getElementById('download_report'); if (showDownloadReport) { showDownloadReport.style.display = 'block'; } } }); } }, error: function(xhr, status, error) { console.error('Error:', error); } }); } function subscribe_unsubscribe_status(getcategoryId) { var elementTounsubscribe = parent.document.getElementById('unsubscribe_' + getcategoryId); var elementTosubscribe = parent.document.getElementById('subscribe_' + getcategoryId); jQuery.ajax({ url: 'https://coinpedia.org/wp-admin/admin-ajax.php', type: 'POST', data: { action: 'subscribe_api_ajax_request', apiurl: '/app/email_newsletter/list?category_row_id=' + getcategoryId, }, success: function(response) { var result = JSON.parse(response.message); if (result.status === true) { parent.jQuery('.skeliton-loader-block').hide(); var hasSubscribeStatusOne = false; result.message.forEach(subscribeStatus => { if (listOfSubscribed.includes(subscribeStatus._id) && subscribeStatus.subscribe_status === 1) { hasSubscribeStatusOne = true; } if (subscribeStatus.notification_type === 3) { parent.document.getElementById('monthlySelected_' + getcategoryId).style.display = 'block'; parent.document.getElementById('monthly_' + getcategoryId).setAttribute('data-id', subscribeStatus._id); if (subscribeStatus.subscribe_status === 1) { parent.document.getElementById('monthly_' + getcategoryId).checked = true; } } else if (subscribeStatus.notification_type === 2) { parent.document.getElementById('weeklySelected_' + getcategoryId).style.display = 'block'; parent.document.getElementById('weekly_' + getcategoryId).setAttribute('data-id', subscribeStatus._id); if (subscribeStatus.subscribe_status === 1) { parent.document.getElementById('weekly_' + getcategoryId).checked = true; } } else if (subscribeStatus.notification_type === 1) { parent.document.getElementById('dailySelected_' + getcategoryId).style.display = 'block'; parent.document.getElementById('daily_' + getcategoryId).setAttribute('data-id', subscribeStatus._id); if (subscribeStatus.subscribe_status === 1) { parent.document.getElementById('daily_' + getcategoryId).checked = true; } } if (subscribeStatus.subscribe_status === 1) { listOfSubscribed.push(subscribeStatus._id); } }); if (hasSubscribeStatusOne) { elementTosubscribe.style.display = 'none'; elementTounsubscribe.style.display = 'block'; } else { elementTosubscribe.style.display = 'block'; elementTounsubscribe.style.display = 'none'; } } }, error: function(xhr, status, error) { console.error('Error:', error); } }); } function logSelectedSubscriptions(categoryid) { var unsubscribemodal = document.querySelector('.unsubscribed-popup-modal .modal'); var subscribedmodal = document.querySelector('.subscribed-popup-modal .modal'); unsubscribemodal.innerHTML=''; subscribedmodal.innerHTML=''; var selectedSubscriptions = []; var storeCheckedId = []; var checkboxes = document.querySelectorAll('#subscription-options-' + categoryid + ' input[type="checkbox"]'); var errorMessage = document.getElementById('error-message-select'); // Use a Set to handle unique data-ids var uniqueSubscribedIds = new Set(listOfSubscribed); checkboxes.forEach(function(checkbox) { var dataId = parseInt(checkbox.getAttribute('data-id')); if (checkbox.checked) { selectedSubscriptions.push(checkbox.id); storeCheckedId.push(dataId); } else { uniqueSubscribedIds.delete(dataId); // Remove unchecked data-id } }); // Update listOfSubscribed with unique values listOfSubscribed = Array.from(uniqueSubscribedIds); var selectedSubscriptionsString = selectedSubscriptions.join(', '); var concatinateSubscribeId = [...new Set(storeCheckedId.concat(listOfSubscribed))]; var categoryData = { 'subscribed_categories': concatinateSubscribeId }; var requestSubscriberData = { action: 'handle_dynamic_api_request_with_headers', security: '6bd2cdc1d6', endpoint: '/app/email_newsletter/update_categories', token: '', data: categoryData }; jQuery.ajax({ url: 'https://coinpedia.org/wp-admin/admin-ajax.php', type: 'POST', data: requestSubscriberData, beforeSend: function(xhr) { xhr.setRequestHeader('X-Requested-With', 'XMLHttpRequest'); }, success: function(response) { try { response = response.data; if (storeCheckedId.length === 0) { var unsubcribedPopUpmodal = ` You’ve Unsubscribed Successfully We're sorry to see you go! Your subscription has been canceled. If you change your mind, you can re-subscribe anytime. Thank you for being part of our community! `; unsubscribemodal.innerHTML = unsubcribedPopUpmodal; document.querySelector('#subscribe-modal-design .modal').style.display = 'none'; unsubscribemodal.style.display = 'block'; unsubscribemodal.classList.remove('hide'); unsubscribemodal.classList.add('show'); document.getElementById('subscribe_' + categoryid).style.display = 'block'; document.getElementById('unsubscribe_' + categoryid).style.display = 'none'; var showDownloadReport = document.getElementById('download_report'); if (showDownloadReport) { showDownloadReport.style.display = 'none'; } } else { var subscribedPopupModal = ` Thank you for subscribing! Thank you for subscribing to our crypto and blockchain newsletter! You’ll now receive the latest news, insights, and updates straight to your inbox. Welcome to our community! `; let selectedSubscriptionsArray = selectedSubscriptionsString.split(','); let subscribedCategories = selectedSubscriptionsArray.map(subscription => subscription.split('_')[0]); let subscribedCategoriesString = subscribedCategories.join(', '); subscribedmodal.innerHTML = subscribedPopupModal; if (document.getElementById('selectidname')) { document.getElementById('selectidname').textContent = subscribedCategoriesString; } document.querySelector('#subscribe-modal-design .modal').style.display = 'none'; subscribedmodal.style.display = 'block'; subscribedmodal.classList.remove('hide'); subscribedmodal.classList.add('show'); document.getElementById('subscribe_' + categoryid).style.display = 'none'; document.getElementById('unsubscribe_' + categoryid).style.display = 'block'; var showDownloadReport = document.getElementById('download_report'); if (showDownloadReport) { showDownloadReport.style.display = 'block'; } } } catch (e) { console.error('Error parsing response:', e); } }, }); } function closeModal(template_id) { var modalId = template_id; var modal = document.querySelector('#' + modalId); // Using querySelector to find the modal if (modal) { modal.classList.add('hide'); modal.classList.remove('show'); setTimeout(function() { modal.style.display = 'none'; }, 500); } else { console.warn('Modal not found:', modalId); } } function closeunsubscribemodal() { var unsubscribemodal = document.querySelector('.unsubscribed-popup-modal .modal'); if (unsubscribemodal) { unsubscribemodal.classList.add('hide'); unsubscribemodal.classList.remove('show'); } setTimeout(function() { unsubscribemodal.style.display = 'none'; }, 500); } function closesubscribemodal() { var subscribedmodal = document.querySelector('.subscribed-popup-modal .modal'); setTimeout(function() { subscribedmodal.style.display = 'none'; }, 500); if (subscribedmodal) { subscribedmodal.classList.add('hide'); subscribedmodal.classList.remove('show'); } } function withoutLoginClicked(withoutlogin_id) { localStorage.setItem('subscribe_without_Login', 'true'); localStorage.setItem('subscribe_clicked_id', withoutlogin_id); } document.addEventListener('DOMContentLoaded', function() { const subscribewithoutData = localStorage.getItem('subscribe_without_Login'); const subscribe_clicked_cat_id = localStorage.getItem('subscribe_clicked_id'); // Function to get cookies function getCookie(name) { let value = "; " + document.cookie; let parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); } // Get user token from cookies const userToken = getCookie('user_token'); if (subscribewithoutData === 'true' && userToken) { // Call the modal function with the category ID subscribed_popupmodal(subscribe_clicked_cat_id); // Remove the flag and category ID from localStorage localStorage.removeItem('subscribe_without_Login'); localStorage.removeItem('subscribe_clicked_id'); } }); /************************** update susbcriber content **************************** */ function initializeSubscriptionButton() { var initialListItems = document.querySelectorAll('.subscription-options input[type="checkbox"]'); initialListItems.forEach(function(item) { console.log(item.checked, 'Initial Checkbox checked status'); }); var listItems = document.querySelectorAll('.subscription-options li'); if (listItems.length === 0) return; var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector('input[type="checkbox"]'); if (checkbox) { if (checkbox.checked) { item.classList.add('active'); anyActive = true; // Set anyActive to true } else { item.classList.remove('active'); // Remove 'active' class if checkbox is unchecked } } }); } function updateButtonText(anyActive) { var subscribeButtonSpan = document.querySelector('.subscribe-submit .changeBtnText'); if (subscribeButtonSpan) { if (anyActive) { subscribeButtonSpan.textContent = 'Subscribe Now'; } else { subscribeButtonSpan.textContent = 'Unsubscribe'; } } } function updateSubscriptionButton() { var listItems = document.querySelectorAll('.subscription-options li'); if (listItems.length === 0) return; var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector('input[type="checkbox"]'); if (checkbox) { if (checkbox.checked) { item.classList.add('active'); anyActive = true; // Set anyActive to true } else { item.classList.remove('active'); // Remove 'active' class if checkbox is unchecked } } }); // Update the button text based on whether any list item has the 'active' class updateButtonText(anyActive); } document.addEventListener('click', function(event) { var clickedItem = event.target.closest('.subscription-options li'); if (clickedItem) { var checkbox = clickedItem.querySelector('input[type="checkbox"]'); if (checkbox) { checkbox.checked = !checkbox.checked; updateSubscriptionButton(); } } }); FAQs What will be the ETH Price tomorrow? Based on the current price trend, the ETH price tomorrow could range between $2,300 and $2,500. What will the price of Ethereum be in 2025? As per our Ethereum price forecast 2025, the ETH price could reach a maximum of $5,925. Will Ethereum price hit $20,000 in 2030? According to our Ethereum Price Prediction 2030, the ETH coin price could reach a maximum of $15,575 by 2030. Is it better to buy Bitcoin or Ethereum? While Ethereum is trusted for its stout fundamentals, Bitcoin continues to dominate with its widespread adoption. Will Ethereum Go B ack Up? The $ETH price is expected to go up as the FUD settles and the altcoin season kicks off. What is Ethereum 2.0? Ethereum 2.0 is an updated version of the existing Ethereum blockchain, which aims to increase the efficiency, scalability, and speed of the Ethereum network. Is Ethereum a good investment? As the altcoin season begins, the short-term gains make Ethereum a lucrative buying option. However, the long-term promises of this programmable blockchain make it a viable long-term crypto investment. How much would the price of Ethereum be in 2040? As per our Ethereum price prediction 2040, Ethereum could reach a maximum price of $123,678. How much will the ETH coin price be in 2050? By 2050, a single Ethereum price could go as high as $255,282. ETH BINANCE

Read more

Bitcoin Eyes $111K Liquidity Grab — But Can It Fuel Saylor’s $21M Dream?

Bitcoin may be consolidating, but market watchers say a serious liquidity move could be brewing. New data from CoinGlass reveals a growing cluster ...

Read more

Normalizing Risk In Crypto Policy Debates Promotes Bipartisanship

Just as with privacy, normalizing deliberations about fraud, scams could create a more comfortable space for Democrats who support crypto innovation, but with guardrails.

Read more

Galaxy Digital: Crypto Cycles And AI Servers Collide (Rating Upgrade)

Summary Upgrading Galaxy Digital to Buy after recent pullback, as risk-reward has improved and technicals look supportive for a new uptrend. Helios data center transition offers stable, high-margin recurring revenue, reducing reliance on volatile crypto markets and boosting long-term sustainability. Valuation is reasonable at current levels, with potential for 36-37% upside if crypto market sentiment improves. Key risks remain: heavy crypto dependence, Helios execution uncertainty, and potential dilution; I recommend buying at $18.3, not higher. Introduction I have covered Galaxy Digital Inc. ( GLXY ) twice before, once under ticker symbol GLXY on the TSE calling it a Buy and recently as GLXY on the Nasdaq issuing a Hold rating . The performances since then are depicted below. GLXY Performance after Buy rating GLXY Performance after Hold rating I did rate them a Hold on May 19 but did not sell any shares as I believe the stock has more upside potential this year. After the recent pullback, I do see a more favorable risk-reward ratio in buying GLXY. Therefore, I am upgrading my rating to a Buy again. Why I am long again Recent momentum for Galaxy Digital has been halted by the combination of a crypto price correction and the pricing of a new share offering totaling around $500M. Proceeds of set offering will be used to build out their Helios data center Infrastructure. What I did not cover so far due to length constraints is the Data Center opportunities GLXY has. Therefore, this will be the focus in this article. It is however, quite significant to the company, as shown in their division of business fields into Digital Assets , which includes Global Markets, Asset Management, and Investment Banking, and Data Centers, which covers their Helios Data Center in Dickens County, TX, initially intended to be used for Bitcoin mining but now being repurposed to host AI HPC services. Demand for data centers is set to grow at almost 300% throughout 2030. Similarly, data center IT CapEx is estimated to grow at a CAGR of 23%, reaching $800B in 2028, per McKinsey. Even if these optimistic assumptions are halved, this would be a very attractive market for Galaxy Digital to enter. GLXY IR Their 15-year agreement with CoreWeave marks a shift in their revenue model. At an estimated $900M annual recurring revenue projected to fully materialize into 2027, they are now less susceptible to crypto price volatility. These revenues are both stable and of high-margin nature, as GLXY projects 90%+ EBITDA margins for them due to their triple lease agreement structure. Conservatively estimated this could net GLXY an additional $500M of net income per year. More capacity should be gradually unlocked and full capacity of 2,500 MW could be reached in 2035, which at a 90% utilization rate and $150 per kW/month could earn them an a total of $2.4B in ARR. This could in turn translate to $800-900M of net income from data centers annually, assuming higher depreciation costs causing EBITDA margins to decrease a little bit. This seems to be a much better field of business to operate in rather than bitcoin mining and I'm glad they're transitioning. Bitcoin mining is incredibly dependent on Bitcoin prices and, excluding mining efficiency increases, needs Bitcoin prices to double every four years just to earn the same revenues and profits. Still, one cannot deny the fact that Galaxy's stock price continues to be very dependent on Bitcoin prices, which drives the broader cryptocurrency market. In my latest BTC analysis, I shared the following: In the short-term, though, I'm expecting a slight pullback to $97.5k or, in the worst case, to $93.5k We have now seen Bitcoin retrace to $98k. The worst might be behind us, but I continue to see a case for $93.5k as a worst case current scenario. Either way, Bitcoin was super quick to regain the psychologically important $100k mark, despite economic and geopolitical uncertainties. In my view, this is clear evidence that the momentum is strong enough to reach further ATHs this year. Bitcoin's monthly RSI still has room for one further euphoric leap this year, as in all post-halving years, it has reached levels north of 90, whereas we have just seen 75 in 2024, a halving year. TradingView When it comes to valuation, traditional measures only get us so far. But looking at the P/B value, it has come down a little bit over the past few weeks. In my last coverage it was at 2.7X and is now at 2.2X, which in my view, is more reasonable and contains a little more room to run to the upside in case of a continued crypto market euphoria. Specifically, I could see this value reach levels of 3X during peak investor sentiment sometime around late Q3 or Q4 this year. This implies short-term upside potential of 36%. Data by YCharts Since estimates are hard to find, I will do my own scenario analysis, based on FY 2025 and 2026. As long as a big portion of GLXY's profits stem from cyclical unrealized digital asset gains, they deserve to trade at high single digit P/E ratios, considering the unpredictability and the fact that profits vary greatly from true cashflows. As I assume rising digital asset prices in 2025, GLXY's net income would be boosted significantly by holdings gains as well as higher AUM, trading and lending usage and advisory. I can imagine these developments to drive net income to around $700M in 2025, giving GLXY a forward P/E of 9.9X, which seems like the stock is neither over- nor undervalued for its 2025 upcoming performance. A continued crypto bull market is therefore already priced in. For 2026, gains or losses from the crypto markets are hard to forecast since it is supposed to be a crypto winter year. That could compromise net income drastically. They could, however, achieve revenues of $1B ($300M from financial services, $700M from Helios), which would put them at a forward P/S ratio of just below 7X, which is also reasonably considering their revenue will become much more predictable and be of high-margin nature. Checking technicals again, I realize that GLXY is trading at a crucial support of 25 CAD. The 200 day MA is also inching closer and could offer support. If these levels are lost, however, I could see price moving down towards 20 CAD (-20%). GLXY's recent drop of 30% also falls within its usual range of corrections since 2022. Weekly RSI down to 54 and daily RSI at 45 make me more confident in the start of a new uptrend. From then, it is important that they reclaim the descending trend line starting from their 2021 highs as support. Price has been rejected here three times on the daily chart in the last few weeks. Overcoming this resistance would give them a good foundation for trying to break through the key resistance zone at 34-36 CAD, which is my new preliminary price target, offering approximately 37% upside. TradingView Risks As mentioned in my prior coverage, GLXY's core risk remains its heavy dependence on crypto markets. A prolonged pullback in Bitcoin could lead to declining trading activity, lower AUMs and negative net income. I particularly expect a lot of volatility going into 2026 where Galaxy will have to prove whether they can perform while reporting potentially large unrealized losses on their digital asset holdings. Additionally, Q1 2025's large loss as well as the Nasdaq listing increase the risk of shareholder dilution. Galaxy truly needs predictable revenues in order to safely be able to fund their costs and future expansions, so taking on debt and issuing a lot of shares is no longer necessary. Proceeds from share offerings are needed to restructure Helios and build it out in order to achieve maximum capacity. While likely, Helios has not proven to be economically viable and has not turned over a dime. This is set to change in the first half next year, but does remain an operational risk, as it is very hard to calculate ROI when investors don't precisely know about the amount of investment needed and whether projected capacity, revenues, and profits will truly materialize. Conclusion I am upgrading Galaxy Digital back to a Buy, though with less conviction than during the April lows. The recent pullback did improve the risk-reward ratio but it is not as favorable as it was when prices hit $8-$12. Still, Galaxy Digital Inc. offers exposure to growing AI adoption, cryptocurrency financial services and digital asset holdings growth. At today's prices, investors get the above-named sections for a fair valuation and decent technicals. Helios has the potential to make GLXY's financial profile more sustainable and less volatile over the coming years. This remains a 2025 focused investment, but I will continue to monitor both the Helios rollout and broader crypto dynamics closely. Depending on how these develop, Galaxy Digital could transition into a longer term position for me, heading into 2026 and 2027. Disclaimer: At the time of writing this article, GLXY stock price is at $18.3. I recommend buying at this price, not any higher.

Read more

Trump News: $2.4B Crypto Push Begins with Truth Social ETF Filing

The post Trump News: $2.4B Crypto Push Begins with Truth Social ETF Filing appeared first on Coinpedia Fintech News On Tuesday, the New York Stock Exchange (NYSE) filed a rule change to allow the listing of a new Truth Social Bitcoin and Ethereum ETF, backed by Trump Media & Technology Group. If approved, this dual-asset ETF would hold 75% Bitcoin and 25% Ethereum, making it one of the most politically branded cryptocurrency products to date. NYSE Pushes for Truth Social ETF The proposed ETF listing falls under the SEC’s 19b-4 rule, a common path for ETF approval. While it signals regulatory progress, it does not guarantee final approval from the Securities and Exchange Commission (SEC). In a statement, the SEC responded : “The Exchange believes that the proposed rule change is designed to prevent fraudulent and manipulative acts and practices in that the shares will be listed and traded on the exchange pursuant to the initial and continued listing criteria in NYSE.” Trump’s Bold Crypto Vision Trump Media is ramping up efforts to establish a stronghold in the crypto space. In May, it announced a $2.5 billion raise to build its own Bitcoin Treasury. Key projects include: Truth Social Bitcoin ETF Truth Social Bitcoin and Ethereum ETF America First Bitcoin Fund America First Blockchain Leaders Fund America First Stablecoin Income Fund The funds aim to merge crypto investing with political branding, targeting supporters of the “America First” agenda. .article-inside-link { margin-left: 0 !important; border: 1px solid #0052CC4D; border-left: 0; border-right: 0; padding: 10px 0; text-align: left; } .entry ul.article-inside-link li { font-size: 14px; line-height: 21px; font-weight: 600; list-style-type: none; margin-bottom: 0; display: inline-block; } .entry ul.article-inside-link li:last-child { display: none; } Also Read : Bitcoin Price Prediction: Top Analyst Eyeing $140K , Crypto.com to Serve as ETF Custodian To manage the ETF’s infrastructure, Trump Media has partnered with Crypto.com , which will serve as the custodian, liquidity provider, and execution agent. President Trump, who holds a majority stake in Trump Media, also oversees platforms like: Truth Social – Social Media Truth+ – Streaming Platform Truth.Fi – Fintech and Digital Payments Final Word While the Truth Social ETF still awaits SEC approval, the filing marks a major step in merging politics and cryptocurrency. If approved, this could signal a new era of politically driven crypto funds entering mainstream finance. .article_register_shortcode { padding: 18px 24px; border-radius: 8px; display: flex; align-items: center; margin: 6px 0 22px; border: 1px solid #0052CC4D; background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 82, 204, 0.1) 100%); } .article_register_shortcode .media-body h5 { color: #000000; font-weight: 600; font-size: 20px; line-height: 22px; text-align:left; } .article_register_shortcode .media-body h5 span { color: #0052CC; } .article_register_shortcode .media-body p { font-weight: 400; font-size: 14px; line-height: 22px; color: #171717B2; margin-top: 4px; text-align:left; } .article_register_shortcode .media-body{ padding-right: 14px; } .article_register_shortcode .media-button a { float: right; } .article_register_shortcode .primary-button img{ vertical-align: middle; width: 20px; margin: 0; display: inline-block; } @media (min-width: 581px) and (max-width: 991px) { .article_register_shortcode .media-body p { margin-bottom: 0; } } @media (max-width: 580px) { .article_register_shortcode { display: block; padding: 20px; } .article_register_shortcode img { max-width: 50px; } .article_register_shortcode .media-body h5 { font-size: 16px; } .article_register_shortcode .media-body { margin-left: 0px; } .article_register_shortcode .media-body p { font-size: 13px; line-height: 20px; margin-top: 6px; margin-bottom: 14px; } .article_register_shortcode .media-button a { float: unset; } .article_register_shortcode .secondary-button { margin-bottom: 0; } } Never Miss a Beat in the Crypto World! Stay ahead with breaking news, expert analysis, and real-time updates on the latest trends in Bitcoin, altcoins, DeFi, NFTs, and more. .subscription-options li { display: none; } .research-report-subscribe{ background-color: #0052CC; padding: 12px 20px; border-radius: 8px; color: #fff; font-weight: 500; font-size: 14px; width: 96%; } .research-report-subscribe img{ vertical-align: sub; margin-right: 2px; } Subscribe to News var templateIds = "6"; var listOfSubscribed = []; function subscribed_popupmodal(template_id) { var templateId = '6'; getAllSubscriberCategoryList([templateId]); var subcribemodal = window.parent.document.getElementById('subscribe-modal-design'); if (subcribemodal) { var modalContent = ` Never Miss a Beat in the Crypto World! Stay informed and gain the edge you need to navigate the crypto world. Select your subscription now Daily Get real-time crypto news, market insights, and blockchain updates. Weekly Stay updated with major trends, funding news, and price analysis. Monthly Receive a detailed report with market analysis and expert predictions. Subscribe Now `; subcribemodal.innerHTML = modalContent; } subscribe_unsubscribe_status(template_id); //getAllSubscriberCategoryList(template_id); } function toggleSubscription(subscription, template_id) { var subscriptionCheckbox = document.getElementById(subscription + '_' + template_id); var li = document.getElementById(subscription + 'Selected_' + template_id); if (subscriptionCheckbox.checked) { li.classList.add('active'); } else { li.classList.remove('active'); } } function getAllSubscriberCategoryList(getcategoryId) { jQuery.ajax({ url: 'https://coinpedia.org/wp-admin/admin-ajax.php', type: 'GET', data: { action: 'subscribe_api_ajax_request', apiurl: '/app/email_newsletter/list', }, success: function(response) { var result = JSON.parse(response.message); if (result.status === true) { var idstosubscribed = [] // Populate listOfSubscribed with subscribed category IDs result.message.forEach(listofcategory => { if (listofcategory.subscribe_status === 1) { if (!listOfSubscribed.includes(listofcategory._id)) { listOfSubscribed.push(listofcategory._id); } if (!idstosubscribed.includes(listofcategory.news_cp_category_row_id)) { idstosubscribed.push(listofcategory.news_cp_category_row_id); } } }); idstosubscribed.forEach(id => { var subscribeButton = document.getElementById('subscribe_' + id); var unsubscribeButton = document.getElementById('unsubscribe_' + id); if (subscribeButton && unsubscribeButton) { subscribeButton.style.display = 'none'; unsubscribeButton.style.display = 'block'; var showDownloadReport = document.getElementById('download_report'); if (showDownloadReport) { showDownloadReport.style.display = 'block'; } } }); } }, error: function(xhr, status, error) { console.error('Error:', error); } }); } function subscribe_unsubscribe_status(getcategoryId) { var elementTounsubscribe = parent.document.getElementById('unsubscribe_' + getcategoryId); var elementTosubscribe = parent.document.getElementById('subscribe_' + getcategoryId); jQuery.ajax({ url: 'https://coinpedia.org/wp-admin/admin-ajax.php', type: 'POST', data: { action: 'subscribe_api_ajax_request', apiurl: '/app/email_newsletter/list?category_row_id=' + getcategoryId, }, success: function(response) { var result = JSON.parse(response.message); if (result.status === true) { parent.jQuery('.skeliton-loader-block').hide(); var hasSubscribeStatusOne = false; result.message.forEach(subscribeStatus => { if (listOfSubscribed.includes(subscribeStatus._id) && subscribeStatus.subscribe_status === 1) { hasSubscribeStatusOne = true; } if (subscribeStatus.notification_type === 3) { parent.document.getElementById('monthlySelected_' + getcategoryId).style.display = 'block'; parent.document.getElementById('monthly_' + getcategoryId).setAttribute('data-id', subscribeStatus._id); if (subscribeStatus.subscribe_status === 1) { parent.document.getElementById('monthly_' + getcategoryId).checked = true; } } else if (subscribeStatus.notification_type === 2) { parent.document.getElementById('weeklySelected_' + getcategoryId).style.display = 'block'; parent.document.getElementById('weekly_' + getcategoryId).setAttribute('data-id', subscribeStatus._id); if (subscribeStatus.subscribe_status === 1) { parent.document.getElementById('weekly_' + getcategoryId).checked = true; } } else if (subscribeStatus.notification_type === 1) { parent.document.getElementById('dailySelected_' + getcategoryId).style.display = 'block'; parent.document.getElementById('daily_' + getcategoryId).setAttribute('data-id', subscribeStatus._id); if (subscribeStatus.subscribe_status === 1) { parent.document.getElementById('daily_' + getcategoryId).checked = true; } } if (subscribeStatus.subscribe_status === 1) { listOfSubscribed.push(subscribeStatus._id); } }); if (hasSubscribeStatusOne) { elementTosubscribe.style.display = 'none'; elementTounsubscribe.style.display = 'block'; } else { elementTosubscribe.style.display = 'block'; elementTounsubscribe.style.display = 'none'; } } }, error: function(xhr, status, error) { console.error('Error:', error); } }); } function logSelectedSubscriptions(categoryid) { var unsubscribemodal = document.querySelector('.unsubscribed-popup-modal .modal'); var subscribedmodal = document.querySelector('.subscribed-popup-modal .modal'); unsubscribemodal.innerHTML=''; subscribedmodal.innerHTML=''; var selectedSubscriptions = []; var storeCheckedId = []; var checkboxes = document.querySelectorAll('#subscription-options-' + categoryid + ' input[type="checkbox"]'); var errorMessage = document.getElementById('error-message-select'); // Use a Set to handle unique data-ids var uniqueSubscribedIds = new Set(listOfSubscribed); checkboxes.forEach(function(checkbox) { var dataId = parseInt(checkbox.getAttribute('data-id')); if (checkbox.checked) { selectedSubscriptions.push(checkbox.id); storeCheckedId.push(dataId); } else { uniqueSubscribedIds.delete(dataId); // Remove unchecked data-id } }); // Update listOfSubscribed with unique values listOfSubscribed = Array.from(uniqueSubscribedIds); var selectedSubscriptionsString = selectedSubscriptions.join(', '); var concatinateSubscribeId = [...new Set(storeCheckedId.concat(listOfSubscribed))]; var categoryData = { 'subscribed_categories': concatinateSubscribeId }; var requestSubscriberData = { action: 'handle_dynamic_api_request_with_headers', security: '6bd2cdc1d6', endpoint: '/app/email_newsletter/update_categories', token: '', data: categoryData }; jQuery.ajax({ url: 'https://coinpedia.org/wp-admin/admin-ajax.php', type: 'POST', data: requestSubscriberData, beforeSend: function(xhr) { xhr.setRequestHeader('X-Requested-With', 'XMLHttpRequest'); }, success: function(response) { try { response = response.data; if (storeCheckedId.length === 0) { var unsubcribedPopUpmodal = ` You’ve Unsubscribed Successfully We're sorry to see you go! Your subscription has been canceled. If you change your mind, you can re-subscribe anytime. Thank you for being part of our community! `; unsubscribemodal.innerHTML = unsubcribedPopUpmodal; document.querySelector('#subscribe-modal-design .modal').style.display = 'none'; unsubscribemodal.style.display = 'block'; unsubscribemodal.classList.remove('hide'); unsubscribemodal.classList.add('show'); document.getElementById('subscribe_' + categoryid).style.display = 'block'; document.getElementById('unsubscribe_' + categoryid).style.display = 'none'; var showDownloadReport = document.getElementById('download_report'); if (showDownloadReport) { showDownloadReport.style.display = 'none'; } } else { var subscribedPopupModal = ` Thank you for subscribing! Thank you for subscribing to our crypto and blockchain newsletter! You’ll now receive the latest news, insights, and updates straight to your inbox. Welcome to our community! `; let selectedSubscriptionsArray = selectedSubscriptionsString.split(','); let subscribedCategories = selectedSubscriptionsArray.map(subscription => subscription.split('_')[0]); let subscribedCategoriesString = subscribedCategories.join(', '); subscribedmodal.innerHTML = subscribedPopupModal; if (document.getElementById('selectidname')) { document.getElementById('selectidname').textContent = subscribedCategoriesString; } document.querySelector('#subscribe-modal-design .modal').style.display = 'none'; subscribedmodal.style.display = 'block'; subscribedmodal.classList.remove('hide'); subscribedmodal.classList.add('show'); document.getElementById('subscribe_' + categoryid).style.display = 'none'; document.getElementById('unsubscribe_' + categoryid).style.display = 'block'; var showDownloadReport = document.getElementById('download_report'); if (showDownloadReport) { showDownloadReport.style.display = 'block'; } } } catch (e) { console.error('Error parsing response:', e); } }, }); } function closeModal(template_id) { var modalId = template_id; var modal = document.querySelector('#' + modalId); // Using querySelector to find the modal if (modal) { modal.classList.add('hide'); modal.classList.remove('show'); setTimeout(function() { modal.style.display = 'none'; }, 500); } else { console.warn('Modal not found:', modalId); } } function closeunsubscribemodal() { var unsubscribemodal = document.querySelector('.unsubscribed-popup-modal .modal'); if (unsubscribemodal) { unsubscribemodal.classList.add('hide'); unsubscribemodal.classList.remove('show'); } setTimeout(function() { unsubscribemodal.style.display = 'none'; }, 500); } function closesubscribemodal() { var subscribedmodal = document.querySelector('.subscribed-popup-modal .modal'); setTimeout(function() { subscribedmodal.style.display = 'none'; }, 500); if (subscribedmodal) { subscribedmodal.classList.add('hide'); subscribedmodal.classList.remove('show'); } } function withoutLoginClicked(withoutlogin_id) { localStorage.setItem('subscribe_without_Login', 'true'); localStorage.setItem('subscribe_clicked_id', withoutlogin_id); } document.addEventListener('DOMContentLoaded', function() { const subscribewithoutData = localStorage.getItem('subscribe_without_Login'); const subscribe_clicked_cat_id = localStorage.getItem('subscribe_clicked_id'); // Function to get cookies function getCookie(name) { let value = "; " + document.cookie; let parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); } // Get user token from cookies const userToken = getCookie('user_token'); if (subscribewithoutData === 'true' && userToken) { // Call the modal function with the category ID subscribed_popupmodal(subscribe_clicked_cat_id); // Remove the flag and category ID from localStorage localStorage.removeItem('subscribe_without_Login'); localStorage.removeItem('subscribe_clicked_id'); } }); /************************** update susbcriber content **************************** */ function initializeSubscriptionButton() { var initialListItems = document.querySelectorAll('.subscription-options input[type="checkbox"]'); initialListItems.forEach(function(item) { console.log(item.checked, 'Initial Checkbox checked status'); }); var listItems = document.querySelectorAll('.subscription-options li'); if (listItems.length === 0) return; var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector('input[type="checkbox"]'); if (checkbox) { if (checkbox.checked) { item.classList.add('active'); anyActive = true; // Set anyActive to true } else { item.classList.remove('active'); // Remove 'active' class if checkbox is unchecked } } }); } function updateButtonText(anyActive) { var subscribeButtonSpan = document.querySelector('.subscribe-submit .changeBtnText'); if (subscribeButtonSpan) { if (anyActive) { subscribeButtonSpan.textContent = 'Subscribe Now'; } else { subscribeButtonSpan.textContent = 'Unsubscribe'; } } } function updateSubscriptionButton() { var listItems = document.querySelectorAll('.subscription-options li'); if (listItems.length === 0) return; var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector('input[type="checkbox"]'); if (checkbox) { if (checkbox.checked) { item.classList.add('active'); anyActive = true; // Set anyActive to true } else { item.classList.remove('active'); // Remove 'active' class if checkbox is unchecked } } }); // Update the button text based on whether any list item has the 'active' class updateButtonText(anyActive); } document.addEventListener('click', function(event) { var clickedItem = event.target.closest('.subscription-options li'); if (clickedItem) { var checkbox = clickedItem.querySelector('input[type="checkbox"]'); if (checkbox) { checkbox.checked = !checkbox.checked; updateSubscriptionButton(); } } }); FAQs What is the Truth Social Bitcoin and Ethereum ETF? It’s a proposed dual-asset ETF by Trump Media & Technology Group, aiming to hold 75% Bitcoin and 25% Ethereum. It seeks to combine crypto investing with political branding. Has the Truth Social Bitcoin and Ethereum ETF been approved yet? No, the ETF’s approval is still pending. The NYSE has filed a 19b-4 rule change with the SEC, which is a procedural step, but final SEC approval is not guaranteed. Why is this new ETF significant for the crypto market? If approved, the Truth Social Bitcoin and Ethereum ETF would be one of the first politically branded crypto products, potentially signaling a new era of politically driven crypto funds entering mainstream finance.

Read more

Crypto from Bybit $1.5 billion heist frozen by Greek authorities

Financial authorities in Greece have restricted access to a crypto wallet with funds originating from the Bybit exchange hack, which resulted in the loss of around $1.5 billion of ether in February. The intervention, described as a first in the country, is part of ongoing investigations into what has been regarded as the biggest heist in crypto history, linked to the notorious Lazarus Group hacking syndicate. Greek officials block illicit crypto assets on a local exchange The Hellenic Anti-Money Laundering Authority (HAMLA) has joined the complex investigation into this year’s massive theft from one of the largest digital currency exchanges. The government body recently froze assets traced back to the heist. HAMLA President Charalambos Vourliotis made the announcement at a briefing, during which he informed Greece’s Minister of Economy and Finance, Kyriakos Pierrakakis, about his agency’s work in the crypto space. Acting on received intelligence in May, the authority identified a user registered on a Greek trading platform who received a “significant amount” of ether (ETH) in their account. Using specialized software to analyze the suspicious transaction, HAMLA analysts were able to establish that the coins were part of those stolen from Bybit earlier this year. The wallet was immediately frozen, carrying out a prosecutor’s order, the Greek newspapers Proto Thema and Kathimerini reported on their websites on Tuesday. The anti-money laundering agency also issued a seizure order for the crypto holdings and submitted a report to the Prosecutor’s Office of Greece for further legal action. The authorities are yet to provide details about the seized holdings and the recipient of the digital transfer. But the local press already described the move as a first, both in terms of Greece freezing illicit crypto funds and finding Greek fingerprints in a digital financial crime of this caliber, noting: “The case has drawn international attention, with the U.S. Federal Bureau of Investigation (FBI) issuing a public alert confirming the freezing of suspicious digital assets.” Cryptocurrency seized in Greece linked to the Bybit breach The Dubai -based Bybit, a leading crypto exchange in terms of daily trading volume, announced it had been hacked on February 21, 2025, reporting the theft of $1.5 billion in ETH, deemed the largest cryptocurrency theft to date. Blockchain analysis has since linked the attack to the Lazarus Group, uniting hackers allegedly controlled by the regime ruling North Korea , which reportedly exploited security weaknesses and transferred the digital coins to multiple addresses. HAMLA began to unravel the Greek connection last month when it was notified of a suspicious movement of funds, more specifically, the crediting of a “large sum of Ethereum” to a wallet hosted by an unnamed provider of crypto exchange services in Greece. Using blockchain forensics tools at their disposal, the agency’s analysts conducted a series of checks to “untangle the thread,” the weekly Proto Thema detailed in a follow-up article on Wednesday. The trained specialists found that the funds had not come from a regular commercial transaction such as a cryptocurrency purchase but followed a specific transaction trail already flagged by the FBI. It took them to one of the ETH wallets involved in the laundering of the Bybit funds, which had been split and moved through multiple wallets before some of it ended up in Greece. Investigators haven’t been able to prove yet that the Greek owner of the frozen wallet actually knew the true origin of the funds received, the report noted. However, law enforcement officials in Greece are still considering all scenarios, including the possibility that the person acted as an intermediary link in a global digital money laundering scheme. Cryptopolitan Academy: Coming Soon - A New Way to Earn Passive Income with DeFi in 2025. Learn More

Read more

Shibarium Block Time Skyrockets 62%, Is This a Good Thing?

Shibarium may be getting slower unless surge in average block time is reversed

Read more

Could This Be Top Crypto Buy Of June 2025 As DOGE and TON Surge

The crypto market is currently going through a period of heightened fluctuations. Amid these conditions, these projects have displayed their momentum both in terms of price growth and community growth. One of the most standout projects of June 2025 is Mutuum Finance (MUTM) , which has signaled that it could be the top crypto to add to your portfolio based on current statistics. The Mutuum Finance (MUTM) project has so far broken through multiple milestones in its ongoing presale, and even doubters are now jumping in to take advantage of the huge price discount. Let us take a deep dive into the three projects of June 2025 that you should buy, and why each one of them deserves your attention. DOGE DOGE is a well-known crypto project that is known for massive price fluctuations. While the earliest investors experienced some respectable gains, it has been a bloodbath since then. The price has been known to fluctuate by double digits in just a few days, making it nearly impossible to plot an entry or exit point. As such, while DOGE will continue to attract new buyers through hype for the coming years, it will likely remain a challenge to predict the price growth of DOGE. For more reliable, sustainable, and predictable price performance, Mutuum Finance (MUTM) is a great option. TON TON is the native coin on the Toncoin blockchain project, which is currently engaged in a massive integration with Telegram. The blockchain aims to be a competitor of Ethereum (ETH). However, while it could achieve some respectable gains, it is unlikely to dethrone Ethereum (ETH. When TON is a good coin, most of the initial gains have been mopped up by the community, which means the potential for future growth is limited. For more massive growth, Mutuum Finance (MUTM) is a great option. Mutuum Finance (MUTM): Designed For Growth Mutuum Finance (MUTM) is a project in the presale phase. It is designed as a decentralized non-custodial lending protocol, where users can participate as lenders, borrowers, or liquidators. As lenders, they can deposit assets into the communal pools to earn passive income. Interest rates in the communal pools are based on the pool utilization rate. To determine the pool utilization rate, the protocol measures the value of assets being actively borrowed versus the total value of assets in the pools. As the utilization rate rises, the interest rate rises, which pushes borrowers to repay their loans to avoid the rising rates. At the same time, it attracts more lenders looking to benefit from the rising yields in the pools. In some cases, the Mutuum Finance team can adjust the optimal utilization target for individual assets, as well as the interest slopes. These actions are taken to defend liquidity on the protocol. This is often done in cases where the rates on external protocols become more attractive compared to Mutuum Finance (MUTM). When that happens, arbitrageurs could raid the platform to siphon liquidity from the pools. Adjusting those parameters ensures that they mitigate that issue by keeping borrowing costs at the same level as the rest of the market. Another step that Mutuum Finance (MUTM) takes to defend liquidity on the protocol is liquidity mining. In a liquidity mining program, the platform offers incentives in the form of MUTM tokens to those who supply liquidity to the protocol. The liquidity mining program will be focused on high-value assets, ensuring that the protocol’s liquidity is preserved even during high market volatility. The team will implement a tiered system to determine how to distribute the mining rewards. For instance, the team will focus on tokens that promote protocol stability and discourage token inflation. Their focus will be on tokens like widely-adopted stablecoins due to their important role in lending and use as collateral. However, small, volatile assets that can destabilize the ecosystem will not be added. MUTM Token Presale The Mutuum Finance (MUTM) presale is currently in phase 5. So far, over $11 million has been raised in the ongoing presale from around 12,400 unique buyers. In the current phase of the presale, tokens are going for $0.03, a 200% increase from the phase 1 price of $0.01. The token price is set to go up by 16.67% in phase 6 to $0.035. That will also reduce the guaranteed ROI from the current level of 100% to just 71.43%. With analysts predicting that MUTM tokens could outperform DOGE and TON, this presale presents your best opportunities to snap up a valuable growth opportunity in the crypto market. So far, the MUTM presale has been a massive success when it comes to participation numbers. For instance, 47% of the tokens set aside for phase 5 have been sold, barely two weeks after it began. This fast pace shows that investors want to take full advantage of the 50% discount off the planned MUTM token listing price of $0.06. You, too, can act and be part of this massive opportunity for massive growth. For more information about Mutuum Finance (MUTM), visit the links below: Website: https://www.mutuum.com/ Linktree: https://linktr.ee/mutuumfinance

Read more

Tether’s Urgent Action: 112 Crypto Addresses Frozen After Geopolitical Crisis

BitcoinWorld Tether’s Urgent Action: 112 Crypto Addresses Frozen After Geopolitical Crisis The cryptocurrency world is once again buzzing with news that highlights the complex interplay between digital assets, geopolitics, and centralized control. In a dramatic move, Tether , the issuer of the world’s largest stablecoin, USDT, has frozen 112 crypto addresses across the Tron and Ethereum blockchains. This action, reportedly taken in the wake of the recent Israel-Iran clash, has sent ripples through the crypto community, raising critical questions about the nature of stablecoins and the future of digital asset security. What Led to Tether’s Swift Action? The decision by Tether to freeze a significant number of crypto addresses comes amidst escalating geopolitical tensions. According to crypto researcher @Cryptadamist on X, these frozen wallets collectively held an astonishing 700 million USDT before being blacklisted. While Tether has not yet issued an official statement detailing the specific reasons behind this particular freeze, such actions are typically undertaken in response to law enforcement requests, compliance with sanctions, or to combat illicit financial activities. The timing is particularly noteworthy, following closely on the heels of Israel’s attack on Iran. This geopolitical backdrop suggests that the freeze might be linked to efforts to prevent the use of stablecoins for purposes deemed illegal or to circumvent international sanctions. It also follows reports of a substantial $90 million hack targeting Nobitex, Iran’s largest crypto exchange, which could be a related factor, prompting heightened scrutiny from stablecoin issuers like Tether. Unpacking the Freezing of Crypto Addresses : What Does it Mean? For many, the concept of a centralized entity like Tether being able to freeze crypto addresses seems to contradict the very ethos of decentralization that blockchain technology champions. However, as a centralized stablecoin issuer, Tether maintains the ability to blacklist addresses, rendering the USDT held within them unusable. This power is a double-edged sword: Enhanced Security: It allows Tether to respond to threats, prevent illicit financing, and comply with regulatory mandates, theoretically making the stablecoin safer for legitimate users and the broader financial system. Centralization Concerns: It also highlights the inherent vulnerability of centralized stablecoins to censorship and external control, a point of contention for many crypto enthusiasts who prioritize financial autonomy. The researcher @Cryptadamist also highlighted that most Iranian crypto platforms heavily rely on USDT transactions conducted via the Tron blockchain. This reliance makes the freezing of Tron-based addresses particularly impactful for users and exchanges within that region, potentially disrupting their operations and access to liquidity. The Ethereum addresses, while also significant, may represent a broader range of international entities or individuals. The Broader Implications for USDT and Stablecoins As the dominant stablecoin, USDT plays a pivotal role in the global cryptocurrency market, serving as a primary trading pair and a safe haven asset during market volatility. Tether’s ability to freeze such a large sum of USDT underscores a fundamental tension within the crypto space: the desire for decentralized, censorship-resistant money versus the need for regulatory compliance and stability within the traditional financial system. This event reignites the ongoing debate about the nature of stablecoins: Feature Centralized Stablecoins (e.g., USDT, USDC) Decentralized Stablecoins (e.g., DAI, sUSD) Issuing Authority Company (e.g., Tether, Circle) Decentralized Autonomous Organization (DAO) Censorship Resistance Lower (can freeze addresses) Higher (governed by code, less susceptible to external pressure) Regulatory Compliance High (often required by law) Varies, generally lower direct compliance Peg Stability Backed by reserves, often audited Algorithmically or collateral-backed This incident serves as a stark reminder that while stablecoins offer price stability, their underlying mechanisms and the entities that issue them can still be subject to traditional financial and geopolitical pressures. Users and businesses relying heavily on USDT, particularly in regions prone to sanctions or political instability, may need to re-evaluate their risk exposure. Navigating Blockchain Security in a Geopolitical Landscape The freezing of these addresses highlights a critical aspect of blockchain security that extends beyond technical vulnerabilities: the human and political element. For individuals and businesses operating in the crypto space, especially those in jurisdictions under international scrutiny, understanding the implications of centralized stablecoin control is paramount. What can users do to navigate this complex landscape? Diversify Stablecoin Holdings: Consider holding a mix of stablecoins, including decentralized options like DAI, to mitigate risks associated with single points of failure or censorship. Understand Stablecoin Mechanisms: Research how your chosen stablecoin operates, its backing, and its issuer’s policies regarding freezing addresses or complying with external requests. Self-Custody: While holding funds on exchanges offers convenience, keeping your assets in non-custodial wallets gives you greater control, though it doesn’t protect you if the underlying asset itself (like USDT) is blacklisted at the protocol level. Stay Informed: Keep abreast of geopolitical developments and regulatory changes that could impact your crypto holdings. This event underscores that true financial sovereignty in the crypto world often comes with the responsibility of understanding the trade-offs between convenience, liquidity, and censorship resistance. The Future of Tether and Centralized Stablecoins This latest action by Tether will undoubtedly fuel further discussions about the role of centralized entities in a decentralized ecosystem. While Tether’s proactive stance in freezing addresses might be seen as a necessary measure for compliance and preventing illicit finance, it also raises legitimate concerns about the potential for overreach or politically motivated actions. In the long run, such incidents could: Increase Regulatory Scrutiny: Governments and financial regulators worldwide may use this as further evidence to push for stricter oversight and regulation of stablecoin issuers. Boost Decentralized Alternatives: A renewed interest in truly decentralized stablecoins and censorship-resistant protocols might emerge, as users seek alternatives less susceptible to external control. Impact Market Perception: While USDT’s dominance is unlikely to be immediately challenged, repeated incidents of freezing funds could chip away at trust, particularly among users who prioritize the original ethos of crypto. Tether’s actions, while perhaps legally justifiable from a compliance perspective, serve as a potent reminder that even in the world of blockchain, traditional power structures and geopolitical realities can exert significant influence. The balance between maintaining stability, ensuring security, and preserving the principles of decentralization remains one of the crypto industry’s greatest challenges. In conclusion, Tether’s freezing of 112 crypto addresses following the Israel-Iran clash is a significant event that transcends mere technical details. It is a powerful illustration of the ongoing tension between centralized control and decentralized ideals in the cryptocurrency space. As the world becomes increasingly interconnected, the lines between digital assets, national security, and global politics will only become more blurred. For users, understanding these dynamics and making informed choices about their stablecoin holdings is more critical than ever. To learn more about the latest crypto market trends, explore our article on key developments shaping stablecoin price action. This post Tether’s Urgent Action: 112 Crypto Addresses Frozen After Geopolitical Crisis first appeared on BitcoinWorld and is written by Editorial Team

Read more

BTC Trader AguilaTrades Reopens $137M 20x Leveraged Long Position After $34M Loss

According to on-chain data analyst Yu Jin, the trader known as AguilaTrades has re-entered the Bitcoin futures market with a significant leveraged position. After previously incurring a substantial loss of

Read more