News
21 May 2025, 10:40
Hong Kong Passes Stablecoin Bill Under New Regulatory Framework
The post Hong Kong Passes Stablecoin Bill Under New Regulatory Framework appeared first on Coinpedia Fintech News Hong Kong has officially passed the Stablecoin Bill in its third reading. This landmark legislation opens the door for regulated stablecoin issuance and aligns digital assets with traditional finance under a clear regulatory framework. Hong Kong Greenlights Regulated Stablecoin Issuance The Hong Kong Legislative Council has approved the Stablecoin Bill, marking a major milestone for crypto regulation in the region . The new law allows qualified institutions to apply for stablecoin licenses from the Hong Kong Monetary Authority (HKMA) starting later this year, with full implementation expected by the end of 2025. Only stablecoins backed by legal tender will be eligible, ensuring transparency, accountability, and consumer protection in a rapidly growing market. Hong Kong’s Vision to Become a Global Web3 Leader Reacting to the bill’s passage, Johnny Ng Kit-chong , a member of the Legislative Council , called the move a major step in Hong Kong’s journey to becoming an international Web3 hub . He invited global fintech and crypto companies to apply for stablecoin licenses and participate in shaping the city’s blockchain-driven future. Lawmaker Outlines Roadmap for Stablecoin Utility Ng emphasized that licensing is only the beginning. He proposed boosting stablecoin adoption in: Retail payments Cross-border trade Peer-to-peer transactions He also floated the idea of distributing interest earnings to stablecoin holders as an incentive, aimed at increasing user engagement, competitiveness, and long-term growth. Stablecoin Market Overview: Key Stats The global stablecoin market continues to expand rapidly: Total market cap : $247.36 billion 24-hour trading volume : $81.24 billion .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 : Breaking: U.S. Senate Moves GENIUS Act Forward with 66-32 Vote , Top stablecoins by market cap include: Tether (USDT) – $151.63B USD Coin (USDC) – $60.50B USDS – $7.02B Ethena USDe – $5.02B DAI – $3.69B Tether remains the dominant force, ranking as the third-largest crypto asset after Bitcoin and Ethereum. What This Means for Crypto and Global Finance Hong Kong’s stablecoin regulation may spark a new wave of institutional participation in the crypto market. With a strong regulatory foundation, the city could serve as a bridge between traditional finance and blockchain innovation , making stablecoins more secure, trusted, and globally accepted . .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: '8e4be9614b', 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 Hong Kong’s new Stablecoin Bill? It’s a law enabling regulated issuance of fiat-backed stablecoins by licensed institutions under HKMA oversight. When can institutions start applying for stablecoin licenses in Hong Kong? Institutions are expected to be able to apply for licenses from the Hong Kong Monetary Authority (HKMA) by the end of 2025 , according to the bill passed by the Legislative Council. How does Hong Kong’s stablecoin law compare to other countries’ regulations? Unlike many countries that are still debating stablecoin laws, Hong Kong has taken a clear regulatory stance , offering a licensing path—similar to MiCA in the EU , but more focused on fiat-backed coins. Will Hong Kong issue its own government-backed stablecoin? There is no official announcement on this yet, but the current framework leaves room for a potential Hong Kong dollar-pegged stablecoin in the future.
21 May 2025, 10:05
$16 billion outflows from XRP in a week amid spot ETF blow
XRP is witnessing a notable decline in investor confidence, with its market capitalization dropping by over $16 billion in the past week. This downturn coincides with the U.S. Securities Exchange Commission’s (SEC) decision to postpone its ruling on 21Shares’ proposed spot XRP exchange-traded fund ( ETF ), as outlined in a filing on May 20. A week ago, XRP’s market capitalization stood at $153.56 billion. As of press time, the figure has fallen to $137.45 billion, a decline of $16.11 billion. The token is currently trading at $2.34, reflecting a price drop of nearly 10% over the same period. XRP market cap chart. Source: CoinMarketCap SEC delays spot ETF approval In announcing the delay, the SEC stated it would extend the review period to assess whether the proposed 21Shares Core XRP Trust complies with Section 6(b)(5) of the Exchange Act. This provision mandates that ETF products implement adequate safeguards against fraud and market manipulation. The proposed ETF aims to track the CME CF XRP-Dollar Reference Rate and rely on Coinbase Custody to securely store its underlying assets. Following the delay, stakeholders have 21 days to submit comments and 35 days for rebuttals. On the other hand, Bloomberg ETF analyst James Seyffart described the development as “expected,” noting that the SEC typically utilizes the 240-day review window under the 19b-4 filing process. He stated that approvals for spot crypto ETFs are unlikely before late June or early July and are more realistically expected in early Q4 2025. Delays on spot crypto ETFs are expected. A bunch of XRP ETPs have dates in next few days. If we're gonna see early approvals from the SEC on any of these assets — i wouldn't expect to see them until late June or early July at absolute earliest. More likely to be in early 4Q. — James Seyffart (@JSeyff) May 20, 2025 Next SEC ETF decision For instance, as reported by Finbold, the SEC is expected to decide on Franklin Templeton’s application for a spot XRP ETF by June 17, 2025. Franklin Templeton, one of the largest asset managers pursuing such a product, aims to offer investors exposure to XRP via traditional brokerage accounts, an approval that could potentially drive the asset’s price higher. Indeed, odds of spot XRP ETF approval have surged on prediction markets such as Polymarket , where confidence in a 2025 unveiling of the product has risen to 83% . XRP spot ETF approval odds. Source: Polymarket Importantly, this ETF delay has occurred against ongoing litigation between Ripple and the SEC. Both parties continue to push for a resolution, though the case remains unresolved and has now experienced further procedural delays . Featured image via Shutterstock The post $16 billion outflows from XRP in a week amid spot ETF blow appeared first on Finbold .
21 May 2025, 10:00
Bitcoin Surges as Fed Officials Signal Dovish Stance Amid Economic Uncertainty
The recent statements from St. Louis Fed President Bullard highlight the ongoing complexities in U.S. economic policy, particularly concerning tariff impacts on inflation and the labor market. While acknowledging a
21 May 2025, 09:51
Ripple CEO Galinghouse Reiterates Ripple (XRP) Mission
Brad Garlinghouse, CEO of Ripple, expressed concern over Senator Cynthia Lummis’ recent cancellation of a meeting with him and her office’s refusal to reschedule. He seized the medium to reiterate Ripple’s mission in the United States and worldwide. In a post on X, Garlinghouse emphasized that Ripple has failed to secure a one-on-one meeting with the Senator in the last six years, despite being a U.S.-based company actively working to expand the domestic crypto economy. Garlinghouse acknowledged that last-minute changes are often unavoidable in a senator’s daily schedule. However, he took issue with the outright refusal to find another time to meet. He stated that the response from Lummis’ staff that the meeting can’t be rescheduled was troubling. He added, “I really have to wonder if this was Sen. Lummis or someone on her staff making this decision.” Thanks for this info. Certainly enlightening that Will Cole is related to Sen Lummis. I understand that things happen in a Senator’s day that force their schedules to change, but for a Congressional staff to say "unable to reschedule” is really troubling (when we've been unable… — Brad Garlinghouse (@bgarlinghouse) May 19, 2025 Potential Conflicts of Interest Surface The situation has gained further attention as new information about Senator Lummis’ personal and financial ties to the Bitcoin industry has emerged. Will Cole, Head of Product at a Bitcoin payments company, was identified by one community member as Lummis’ son-in-law. We are on twitter, follow us to connect with us :- @TimesTabloid1 — TimesTabloid (@TimesTabloid1) July 15, 2023 Cole is a vocal supporter of Bitcoin and has previously shared content criticizing Ripple and Garlinghouse. His recent repost of a post mocking Garlinghouse has increased scrutiny of the Senator’s impartiality. What further raises questions is the fact that Lummis has received financial support from venture capital firm Andreessen Horowitz (A16Z), a known backer of various crypto and blockchain projects. Lummis has been a staunch advocate for Bitcoin and is considered one of Congress’s most prominent Bitcoin-aligned lawmakers. These affiliations could explain the Senator’s reluctance to engage with Ripple, a company often positioned in opposition to Bitcoin maximalism. While no formal accusations of misconduct have been made, observers in the crypto community are questioning whether the Senator’s personal and familial connections are influencing her professional decisions. A popular attorney called Bitcoin maximalists immature as they jumped on the situation, attempting to paint it as a victory for BTC, failing to see the harm their actions can do to the crypto market. What’s Next for the Crypto Industry Garlinghouse and others at Ripple have consistently advocated for regulatory clarity, industry support in Washington, and an inclusive approach to crypto regulation. The inability to secure a meeting with Senator Lummis, who has positioned herself as a leader on digital asset policy, has raised concerns about favoritism in the crypto space. For Ripple, exclusion from key policy conversations may affect its ability to contribute to the regulatory landscape, but Garlinghouse remains undeterred. Disclaimer : This content is meant to inform and should not be considered financial advice. The views expressed in this article may include the author’s personal opinions and do not represent Times Tabloid’s opinion. Readers are urged to do in-depth research before making any investment decisions. Any action taken by the reader is strictly at their own risk. Times Tabloid is not responsible for any financial losses. Follow us on X , Facebook , Telegram , and Google News The post Ripple CEO Galinghouse Reiterates Ripple (XRP) Mission appeared first on Times Tabloid .
21 May 2025, 09:48
'Hawk Tuah Girl' Hailey Welch Claims SEC, FBI Cleared Her for the HAWK Memecoin Disaster
Haliey Welch, better known as “Hawk Tuah Girl,” is now distancing herself from last December’s failed HAWK memecoin — despite previously calling it a fully compliant, fan-focused token she was proud to launch. In a new episode of her Talk Tuah podcast, Welch claimed she was questioned by the FBI and handed over her phone to the SEC, but was ultimately “cleared” of wrongdoing. “They went through my phone, so they cleared me. I was good to go,” she said. “I wish we knew then what we know now.” She also dodged direct responsibility, instead framing herself as an unwitting pawn: “I don’t have anything to hide.” But Welch's latest comments — claiming she didn’t understand crypto and felt “sick” that fans trusted her — stand in sharp contrast to her original announcement in November 2024. At the time, Welch said she was “excited to be part of meme culture” and had “learned so much” while working with launch partners to bring $HAWK to life. The token, which launched on Solana, briefly hit a $491 million market cap before plunging below $100 million in hours. Welch’s team claimed the project was legally compliant and backed by a Cayman foundation, and said her tokens would vest over three years. Welch claims user losses are far lower She went on to claim that while initially customer losses were estimated to be as high as $1.2 million, the real loss figure stands at $180,000. However, there are still 10,149 token holders according to Solscan and many of those holders never sold thus losses were never realized. The $180,000 figure does not include those holders. Commentators on her podcast aren’t buying the story. “She admits that she didn't know anything about it but decided to endorse it anyway and promote it?” one YouTube comment read. “You should have never attached yourself to something you didn't understand,” another said. HAWK prices are down 99% since its December peak, sitting at a tiny $104,000 market capitalization as of Tuesday morning.
21 May 2025, 09:41
GENIUS Act Advancement Sparks Optimism for Future Bitcoin Bull Market, Says Bitwise CIO
On May 21st, COINOTAG reported that the U.S. Senate has taken a significant step by advancing a groundbreaking stablecoin legislation. According to Matt Hougan, Chief Investment Officer of Bitwise, this