The post XRP News Today: XRP Rally Accelerates on Ripple’s RLUSD Launch and OCC Filing appeared first on Coinpedia Fintech News XRP has been on a strong run lately , jumping 60% in the past month and beating out big names like Bitcoin, Ethereum, Solana, and Dogecoin. But the rally stirred up some confusion. Popular media figure Dave Portnoy sold his XRP, thinking that Circle, the company behind stablecoin USDC, was competing directly with Ripple. That assumption turned out to be wrong, and costly, as XRP surged another 38% in just two weeks after his sale. However, this came just after Ripple had officially applied for a national banking license with the U.S. Office of the Comptroller of the Currency (OCC), showing it’s serious about stepping into traditional finance, just like Circle is trying to do. Pro-XRP Lawyer Clears the Air It sounds like the guy who gave advice to @stoolpresidente might be a moron. Below, Dave said this guy told him that @circle would be competing with XRP and that’s why Dave should sell his XRP. Dave’s buddy clearly can’t distinguish between @Ripple , the company, and XRP, the… https://t.co/iSZwW4Tlyr — John E Deaton (@JohnEDeaton1) July 18, 2025 Crypto lawyer John Deaton stepped in to clear the air, stating definitively that XRP, the token, is not in direct competition with Circle. He emphasized that Ripple, the company behind XRP, is entering the stablecoin market with its new asset RLUSD, not XRP itself. Deaton reiterated that while Ripple and Circle operate on the same fintech infrastructure layer, XRP is a digital asset designed for liquidity and cross-border payments, not a stablecoin rival. Analyst Take a Deep Insight XRP controversy and rumors… Ripple vs Circle? WATCH for details… * XRP price action * Dave Portnoy * John Deaton * Genius Act * Institutional Update pic.twitter.com/u64AHXK4A7 — Zach Humphries (@Z_Humphries) July 19, 2025 Ripple has introduced RLUSD , its own stablecoin, aimed at carving out a share in the booming tokenized financial assets space. Ripple has already partnered with institutions like Anondo Finance, linked to JPMorgan, BlackRock, and Chase, positioning RLUSD for rapid traction. According to Crypto analyst Zach Humphries , confusing Ripple’s business ventures with XRP’s use case is a common mistake that can lead to misinformed trading decisions. .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 : XRP Price Prediction 2025- Analyst Sees $5+ As XRP Dominance Breaks Out , Humphries highlighted XRP’s breakout above the $2.32 resistance, a critical level aligned with the 200-day moving average . A “momentum up” buy signal was triggered by the XTLGO trading software around $2.40, and since then, XRP has gained over 43%. The token recently touched $3.65 before pulling back to $3.45, a healthy correction after its steep run. Conviction Pays Off Humphries shared that despite years of criticism, staying convicted to top-10 assets like XRP has paid off. He recalled XRP’s prolonged stagnation below $2.25 and how he saw the $2 level as the new accumulation zone. While volume typically dips during weekends, he’s eyeing Monday for a potential continuation of the rally as institutional volume returns. .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: '7e1433e335', 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 Ripple’s RLUSD stablecoin? RLUSD is Ripple’s new stablecoin, designed to enter the tokenized financial assets space and partner with major financial institutions. What is the outlook for XRP’s price in the short term? After hitting $3.65 and correcting to $3.45, analysts are eyeing Monday for a potential continuation of the rally as institutional volume returns, following its 60% monthly surge. Is it worth it to invest in XRP? XRP may be worth investing in for those seeking legal clarity and exposure to institutional crypto adoption.
🚀 Are You Chasing New Coins? Catch the newest crypto opportunities. Be the first to buy, be the first to win! Click here to discover new altcoins! Altseason momentum is
Tech giant Microsoft intends to sign the European Union’s AI code, supporting efforts to implement the bloc’s new rules. The company’s President, Brad Smith, commented, “I think it’s likely we will sign. We need to read the documents.” Meta Platforms, however, already dismissed the EU’s guidelines. Open AI and Mistral signed the EU AI code The European Commission released the General-Purpose AI (GPAI) Code of Practice on July 10. It claimed the code would offer legal clarity to signatories and encourage the industry to comply with the AI Act , which was first instituted in 2024. Signatories of the code are required to provide summaries of their AI training data and adopt measures to comply with EU copyright rules. Unlike its counterpart, Meta, Microsoft’s Smith stated that they want to be supportive of the process, adding that they particularly appreciate the AI Office’s direct engagement with the industry. He added that the firm would be open to signing the code of practice. Companies like OpenAI and Mistral have already signed the code. In contrast, Meta Platforms insisted it would not sign the code, calling it an excessive regulation that would hinder business growth. According to the company’s global affairs chief, Joel Kaplan, Europe is taking the wrong approach to AI, arguing that the code creates legal ambiguities for model developers and imposes requirements that extend well beyond the AI Act . On the other hand, ASML Holding and Airbus wrote to the EU asking for the code to be put on hold for two years. Microsoft is investing heavily in artificial intelligence Microsoft is planning to spend about $80 billion, about £68.6 billion, on data centers to train AI models. However, the company is set to reduce its workforce significantly. The firm will lay off 15,000 workers this year, over 4% of its workforce, most of them from its Xbox video game division. Several game projects have already stalled due to the job cuts, including the Perfect Dark reboot and Everwild. Some have linked the layoffs to Microsoft’s AI investments and the productivity gains achieved through internal AI use. However, the company told reporters that AI-related efficiency is “not a predominant factor” in the recent job cuts. Nevertheless, the company asserted that its use of AI tools internally enhanced productivity across sales, customer support, and software development. Chief Commercial Officer Judson Althoff claimed the firm realized over $500 million in call center savings and improved employee and customer satisfaction. The firm also said it will utilize AI for interactions with smaller customers. Moreover, the company is using AI to get new codes for products. About 35% of the code for new products was produced by AI, significantly accelerating product releases. Last year, the firm appointed British AI pioneer Mustafa Suleyman to lead its AI operations. It also poured in a sizable investment in OpenAI, the ChatGPT maker, though recent reports point to increasing tension between the two. Cryptopolitan Academy: Coming Soon - A New Way to Earn Passive Income with DeFi in 2025. Learn More
U.S. president Donald Trump has predicted a “golden age” will make crypto and the U.S. dollar “stronger and bigger and better than ever before”...
The post Ethereum Hits 6-Month High: ETF Surge, Stablecoin Law Set the Stage appeared first on Coinpedia Fintech News The crypto market cap currently stands at $3.93 trillion, with Bitcoin holding steady above $118,000. Ethereum is trading at $3,557 and XRP at $3.43, both showing minimal movement in the day. In a major move, President Trump signed the GENIUS Act into law on July 18, creating the first clear U.S. framework for stablecoin regulation. This is expected to unlock a wave of institutional capital and accelerate crypto adoption. Ethereum Hits 6-Month High with 50% Rally Ethereum is making headlines and has jumped to a six-month high of $3,677 on July 18, marking a 50% rally since it dipped near $2,400 earlier this month. One big reason for its recent surge is the passage of the GENIUS Act, which finally brings some clear rules for stablecoins and is crucial for Ethereum’s ecosystem. Rising institutional interest and record inflows into spot ETH ETFs and staking activity are also fueling the price run. ETH ETFs Overtake Bitcoin in Daily Inflows For the first time ever, Ethereum ETFs outpaced Bitcoin ETFs in daily inflows. On Thursday, US spot Ether ETFs pulled in $602 million, beating the $522.6 million that went into Bitcoin funds. The surge follows a record-setting $726 million inflow into ETH ETFs the day before. BlackRock’s ETHA led the charge, pulling in $550 million and outperforming its own Bitcoin product. James Seyffart noted the rise in demand for Ethereum ETFs and shared that they’ve pulled in over $5.5 billion since launch, with $3.3 billion of that coming in just since mid-April. Ethereum ETF Flows are booming. As a group the US spot Ether ETFs have taken in over $5.5 billion since launch. Which includes over $3.3 billion since mid April. pic.twitter.com/VFk5CM2rGP — James Seyffart (@JSeyff) July 17, 2025 Analysts See Long-Term Upside for Ethereum Analyst Michaël van de Poppe highlights a strong shift in market sentiment that began back in April. He notes that the CNH/USD and ETH/BTC pairs bottomed, while gold peaked, signaling a move from a risk-off to risk-on environment. Since then, ETH has outperformed BTC by 70%, with more upside likely over the next 12–24 months. The $ETH ETF inflow combined with the approval of the Stablecoin Bill provides a whole new thesis surrounding the #Ethereum ecosystem. The biggest inflows in history on the ETF, outperforming $BTC inflow. This bull market is getting started. pic.twitter.com/12UkXXyAn9 — Michaël van de Poppe (@CryptoMichNL) July 18, 2025 He also notes that the massive ETH ETF inflows outpacing Bitcoin’s and the approval of the Stablecoin Bill have kicked off a new phase for Ethereum, possibly signaling the start of the bull market. Ethereum Treasuries Surge More companies are adopting Ethereum as a treasury asset, mirroring MicroStrategy’s Bitcoin strategy. BitMine has acquired 300,000+ ETH, aiming to stake 5% of the total supply. SharpLink Gaming and Bit Digital are also building large ETH reserves, raising billions to expand holdings. With both hype and real progress behind it, many analysts believe ETH’s rally may have much more room to run.
Bitcoin is currently holding above the $115,000 level after setting a new all-time high of approximately $123,000 last Monday. The price structure remains firmly bullish, with buyers still in control, but growing signs suggest the potential for a short-term correction. Momentum has slowed, and the market is entering a consolidation phase as traders reassess risk. Related Reading: Coinbase Premium Signals Aggressive Ethereum Accumulation: Institutional Demand Accelerates According to new data from CryptoQuant, Bitcoin miner selling has surged sharply. On July 15, the same day Bitcoin reached its latest peak, daily BTC inflows to exchanges jumped from 19,000 BTC to 81,000 BTC — a clear sign that major holders, including miners and whales, took advantage of high prices to offload assets. Notably, miner outflows spiked to 16,000 BTC, the highest daily level since April, and nearly all of it was sent directly to exchanges. These inflows suggest a shift in sentiment among large players, raising the probability of increased supply pressure in the short term. While the broader trend remains intact, and fundamentals like long-term holder activity are still strong, the spike in exchange deposits is a classic signal to watch. Whether this leads to a deeper pullback or simply a healthy reset will likely be decided in the coming days. Miners Take Profits As Bitcoin Hits All-Time High Fresh data from CryptoQuant reveals that Bitcoin miners have resumed aggressive selling behavior as BTC reached a new all-time high of ~$123,000. On July 15, miner outflows spiked to 16,000 BTC — the highest single-day total since April 7. This level of activity represents what analysts at CryptoQuant describe as an “extreme outflow,” indicating that miners seized the opportunity to take profits at elevated prices. The miners sent nearly all the BTC they withdrew from their wallets directly to centralized exchanges. This reinforces the interpretation that the move was not simply a strategic reallocation but an active decision to sell into market strength. Such behavior often signals growing caution among miners, who may expect either near-term price exhaustion or are simply capitalizing on favorable conditions after months of holding. Miner behavior has long been viewed as a leading indicator of potential market shifts. When outflows rise — particularly to exchanges — it tends to precede increased volatility or temporary tops. While the broader Bitcoin trend remains bullish and investor demand stays strong, this wave of miner selling injects a dose of uncertainty. Related Reading: Ethereum Enters Top 30 Global Assets With $416B Market Cap – What’s Next? BTC Consolidates Below ATH After Explosive Rally The daily chart of Bitcoin (BTC/USD) shows price consolidating in a tight range between $115,730 and $123,230 after reaching a new all-time high. This zone is now acting as a short-term channel, with buyers defending the $115K area while facing resistance around $123K. The latest daily candle shows low volatility, suggesting indecision among traders as Bitcoin pauses after its recent breakout. Volume has tapered off following a massive spike that coincided with the all-time high breakout, a potential signal of exhaustion or reduced participation from large buyers. The 50-day simple moving average (SMA) at $108,796 remains well below the current price, confirming the bullish momentum is still intact, but any breakdown below the $115K level could bring the 50-day SMA into focus as a potential support. Related Reading: All 40K Remaining Bitcoin From The 80K Whale Just Moved: $4.75B In One Wallet Now So far, the trend structure remains bullish, but with a growing number of analysts pointing to miner sales and whale activity, traders are closely monitoring price action for signs of a pullback or renewed breakout. If BTC can reclaim $123,230 with volume, the next leg up could follow. Until then, this consolidation may serve as a healthy cooldown before the next major move. Featured image from Dall-E, chart from TradingView
Crypto regulation is on the brink of transformation as U.S. and U.K. leaders push to align on digital asset sandboxes that could reignite blockchain innovation and remove compliance roadblocks. SEC’s Peirce Calls for US-UK Crypto Sandbox Alliance to Unleash Digital Asset Innovation U.S. Securities and Exchange Commission (SEC) Commissioner Hester Peirce stated on July 16
If you’ve ever kicked yourself for missing out on Ripple (XRP) before it exploded in 2017, you might want to keep a close eye on Mutuum Finance (MUTM) . Phase 5 Mutuum Finance presale recently crossed 80% sold out at $0.03. This is as cheap as the token will ever be, with later phases guaranteeing a hike in price. Presale has garnered more than $12.7 million and attracted more than 13700 unique holders. As the crypto market starts heating up again this july, Mutuum Finance is showing early signs of a breakout, and some in the market are starting to draw bold comparisons. Mutuum’s Phase 5 Presale Approaches Sellout as Demand Surges Mutuum Finance is gaining traction in Phase 5 of its presale. The project stands out from other projects in that it has real use cases and does not rely on hype. Investor interest is growing with the project having already passed more than $12.7 million and having over 13700 token holders. Mutuum Finance to Introduce USD‑Collateralized Stablecoin Mutuum Finance is building a fully-collateralized USD-stabilized stablecoin on the Ethereum blockchain. The project was also audited by CertiK, the most secure blockchain security firm. Besides providing reassurance to the investors regarding the code base integrity and transparency, the audit conducted indicates that the project is confident to establish a secure DeFi protocol. For the promise to be made a reality, the project has launched a $50,000 Bug Bounty Program in association with CertiK. The four categories of vulnerabilities are specifically categorized as critical, major, minor and low. Building a Stronger Future Together: Community Growth and Rewards Mutuum Finance (MUTM) is awarding a $100,000 giveaway , as a token of appreciation to early supporters and in remembrance of presale frenzy. Ten winners will receive a $10,000 award in MUTM tokens as a token of appreciation for being among the early adopters of the project. As more and more community are growing at an accelerating rate, the early adopters are rewarded not only with the potential future benefits but also with instant rewards. With its unique leaderboard system the top 50 holders of Mutuum Finance will be rewarded with bonus tokens. Smart Decentralized Lending Mutuum Finance offers a non-custodial liquidity protocol where users own complete control of assets throughout decentralized lending. The project follows a double-model approach that incorporates Peer-to-Contract and Peer-to-Peer lending in an attempt to achieve greater flexibility and efficiency. Peer-to-Contract system utilizes smart contracts to establish automatic lending with no human interference and rather, the smart contracts respond to the market by giving dynamic interest rates. Peer-to-Peer model eliminates middlemen and gives direct access between the borrowers and the lenders. The model is highly preferred by users for volatile assets like meme coins. Over $12.7 million raised and more than 13,700 unique holders prove that investors aren’t just watching Mutuum Finance (MUTM), they’re backing it heavily. Phase 5 is racing toward a complete sellout at just $0.03, offering early adopters a rare chance at 100% gains before launch. As crypto gears up for its next bull run, comparisons to Ripple’s legendary 2017 breakout aren’t far-fetched, they’re starting to feel inevitable. Real utility, audited security, and a fast-growing community are pushing MUTM to the top of investor watchlists. This is your moment, don’t sit on the sidelines. Secure your MUTM tokens before the price moves up. For more information about Mutuum Finance (MUTM) visit the links below: Website: https://mutuum.com/ Linktree: https://linktr.ee/mutuumfinance
A fake hardware wallet bought via TikTok led to a $6.9-million crypto theft; hackers are now targeting devices meant to keep funds safe.