News
27 May 2025, 08:32
Bitcoin Price to Hit $135K by July 2025
The post Bitcoin Price to Hit $135K by July 2025 appeared first on Coinpedia Fintech News In the last 30 days, Bitcoin has seen a growth of at least 16% , with a 3.3% surge in just the past seven days. Currently, Bitcoin’s price sits at $109,031 . A new research-based analysis predicts that Bitcoin could reach $135K by July 2025 , driven by its correlation with the US M2 money supply . Bitcoin & M2 Correlation Explained The analysis, shared by crypto analyst Wise Advice , highlights the strong connection between Bitcoin’s price action and the US M2 money supply. M2 includes physical currency, checking deposits, saving accounts, and money market funds. When M2 increases, it signals more liquidity in the financial system, which often flows into risk assets like Bitcoin. Bitcoin typically mirrors the movement of M2 with a 10-12 week lag . Recently, the M2 money supply saw a 2.7% rise , increasing from $107.5 trillion to $110.72 trillion . Bitcoin’s Historical Price Action Pattern .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 : Michael Saylor Says Proof-of-Reserves Is a Bad Idea , Wise Advice notes that this pattern has been evident since 2023: October 2024 : M2 peaked, and approximately 90 days later, Bitcoin reached a peak of $109K on January 20, 2025 . April 2025 : After M2’s January drop , Bitcoin dropped to a low of $74K by April 7, 2025 . These instances demonstrate that Bitcoin’s price generally follows the M2 movement with a 10-12 week lag . BTC Price Prediction Currently sitting at $109K , Wise Advice predicts that if this pattern repeats, Bitcoin could grow by at least 24% , reaching $135K by July . The analysis also suggests that this surge in Bitcoin’s price could trigger a rally in altcoins as well. .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: 'ec7cd13627', 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 M2 money supply? M2 money supply includes physical currency, checking/savings accounts, and money market funds, signaling liquidity in the financial system. How does M2 money supply correlate with Bitcoin? Bitcoin’s price often mirrors the US M2 money supply’s movement with a 10-12 week lag, indicating more liquidity flowing into risk assets. How High Can Bitcoin Price Go in 2025? Bitcoin could reach $135K by July 2025 based on M2 correlation, but other analysts predict targets up to $250K-$325K based on various models.
27 May 2025, 08:30
Historic: Thai SEC Launches Rules for Government Bond Token ‘G-Token’
BitcoinWorld Historic: Thai SEC Launches Rules for Government Bond Token ‘G-Token’ Big news from Thailand! The country’s Securities and Exchange Commission (SEC) has taken a significant step into the world of Digital Assets by announcing specific rules for its planned ‘G-Token’. This initiative marks a notable move by a government to leverage blockchain technology for public finance. What is the Thai SEC’s G-Token Initiative? The Thai SEC has laid down the regulatory framework for the ‘G-Token’. This isn’t just another cryptocurrency; it’s specifically designed as a tokenized government bond. The primary goal behind issuing the G-Token is to help the government raise funds to address its budget deficit. This approach allows the government to tap into new pools of investors, potentially making it easier and more efficient to secure necessary financing compared to traditional methods alone. Announced on May 13th, the G-Token represents a digital representation of a real-world asset (RWA) – in this case, a government bond. The plan is ambitious, aiming to issue approximately $150 million worth of these tokens. The issuance is slated for July 25th and will be conducted via an Initial Coin Offering (ICO) portal, a platform commonly used in the digital asset space. The Ministry of Finance will play a crucial role, acting as the registrar for the token issuance. Understanding the Government Bond Token A Government Bond Token is essentially a digital security that represents ownership in a government bond. In the traditional financial world, bonds are debt instruments issued by governments to raise capital. Investors who buy bonds are lending money to the government and receive periodic interest payments, with the principal repaid on a specific maturity date. Tokenizing these bonds means creating a digital version on a blockchain or similar distributed ledger technology. The key distinction highlighted by the Thai SEC is the G-Token’s specific use case. While it is a Digital Asset , it is not intended for use as a payment method, nor is it designed to be traded on secondary markets like typical cryptocurrencies (e.g., Bitcoin or Ethereum). This restriction sets it apart from speculative digital currencies and firmly places it in the realm of regulated financial instruments, albeit in a tokenized form. Details regarding the specifics of the G-Token, such as interest rates, the exact maturity date, and any collateral backing the bond, are expected to be released closer to the July 25th launch date. These details will be critical for potential investors to evaluate the token’s investment potential. Why Tokenize Government Bonds? Exploring the RWA Concept The G-Token is a prime example of a Tokenized Real-World Asset ( RWA ). RWAs in the digital asset space refer to the process of bringing tangible or traditional financial assets onto the blockchain. This can include anything from real estate and art to commodities and, as in this case, government bonds. Tokenization involves creating a digital token that represents fractional or full ownership of the underlying asset. Why is this trend gaining traction? Tokenizing RWAs offers several potential advantages: Increased Liquidity: While the Thai G-Token currently has trading restrictions, tokenization generally has the potential to make traditionally illiquid assets more accessible and easier to trade by breaking them into smaller, digital units. Fractional Ownership: Allows investors to own a portion of a high-value asset that might otherwise be unaffordable. For government bonds, this could potentially lower the minimum investment threshold. Greater Transparency: Transactions recorded on a blockchain are immutable and publicly verifiable (depending on the blockchain type), which can increase trust and reduce fraud. Efficiency: Automation through smart contracts can streamline processes like interest payments and principal repayment, potentially reducing administrative costs. Accessibility: Can open up investment opportunities to a wider range of investors, including those who might not have easy access to traditional bond markets. For the Thai government, tokenizing bonds specifically addresses the need to raise funds efficiently and potentially attract a broader base of investors, including those familiar with or interested in digital asset platforms. How Does the Thai SEC’s Approach Differ? The regulatory approach taken by the Thai SEC for the G-Token is distinct. By explicitly stating that the token cannot be used for payments or traded like typical cryptocurrencies, the SEC is drawing a clear line between this regulated financial instrument and the more volatile, often unregulated, crypto market. This focus on the token as a bond first and a digital asset second is a key characteristic of this initiative. This regulatory clarity aims to protect investors by ensuring the token functions within a known financial framework, rather than being subject to the speculative pressures and regulatory uncertainties often associated with general-purpose cryptocurrencies. It signals a cautious but forward-thinking approach to integrating blockchain technology into public finance, prioritizing stability and investor protection. The requirement for issuance through an ICO portal suggests a level of oversight and process similar to how other regulated digital securities might be offered, ensuring compliance with existing securities laws while utilizing new technology. Potential Benefits and Challenges Issuing a Government Bond Token like the G-Token comes with potential benefits and challenges. Potential Benefits: Efficient Fundraising: Streamlined issuance process through a digital platform. Broader Investor Base: Potential to attract tech-savvy investors or those seeking alternative ways to invest in government debt. Reduced Costs: Automation of processes like coupon payments could lower administrative overheads. Innovation Showcase: Positions Thailand as a leader in exploring the use of blockchain for public finance. Potential Challenges: Investor Education: Ensuring potential investors understand the nature of a tokenized bond versus a typical cryptocurrency. Technical Implementation: Ensuring the ICO portal and underlying technology are secure and robust. Regulatory Compliance: Navigating the complexities of issuing a security in a tokenized format under existing laws. Market Acceptance: Gauging demand for a tokenized bond with restricted tradability. Security Risks: Protecting against cyber threats and hacks common in the digital asset space. The success of the G-Token will likely depend on how effectively these challenges are managed and how clearly the benefits are communicated to the public and potential investors. What’s Next for Thailand’s Digital Asset Landscape? The G-Token initiative is a significant development in Thailand’s evolving Digital Assets landscape. It signals a willingness by the government and regulators to explore the potential of blockchain technology beyond just cryptocurrencies, focusing on its application in traditional finance and public administration. This move could pave the way for future tokenization efforts involving other types of assets or government-related financial instruments. It also highlights the importance of regulatory clarity in fostering innovation while maintaining market integrity and investor confidence. The Thai SEC ‘s approach provides a potential model for other jurisdictions considering similar initiatives. As the July 25th launch date approaches, market participants and the public will be watching closely for the release of more specific details on the G-Token’s terms. The success of this initial issuance could significantly influence the future trajectory of RWA tokenization and the broader adoption of blockchain technology within Thailand’s financial ecosystem. Conclusion: A Step Towards Tokenized Public Finance The Thai SEC ‘s announcement of rules for the G-Token marks a pioneering effort in the realm of tokenized government bonds. By creating a regulated Digital Asset designed specifically for fundraising rather than speculation or payments, Thailand is exploring an innovative path to finance its budget deficit using blockchain technology. This initiative underscores the growing importance of RWA tokenization and provides a valuable case study for how governments can cautiously but effectively engage with the digital asset space for public benefit. The success of the G-Token could set a precedent for future tokenized financial instruments issued by governments worldwide. To learn more about the latest digital asset trends, explore our article on key developments shaping RWA tokenization institutional adoption . This post Historic: Thai SEC Launches Rules for Government Bond Token ‘G-Token’ first appeared on BitcoinWorld and is written by Editorial Team
27 May 2025, 08:30
Why Qubetics, SUI, and Chainlink Could Be the Top Crypto with 100x Potential This Year
Chainlink is nearing a critical breakout, with the price hovering near $15.74 and a strong wedge structure indicating a possible 40–60% rally. Bullish momentum is building with a rising RSI and BBPower crossing into positive territory. If LINK clears $16.50, it could rally toward $25–26, making it one of the top crypto with 100x potential for participants focused on real-world asset integration. With development activity outpacing Avalanche, Stellar, and Injective, Chainlink is strengthening its lead in oracle and cross-chain protocols. While Chainlink makes a compelling case, Qubetics ($TICS) is emerging as a dominant force for real-world utility, cross-industry adoption, and decentralized privacy. As the only project currently developing a secure and scalable decentralized VPN network, Qubetics directly addresses one of the most pressing needs in Web3: safe, private access to the digital world without reliance on centralized gatekeepers. SUI is also gaining traction. Currently priced at $3.64 with a market cap of $12.15 billion, this Layer-1 blockchain brings exceptional scalability, low latency, and a vibrant ecosystem of over 85 dApps. The use of the Move programming language and parallel transaction execution sets it apart technically. With exchange volume nearing $978 million and strong listings across Binance and Coinbase, SUI has entered accumulation territory. Its structure supports rapid DeFi, NFT, and gaming growth—marking it as a top crypto with 100x potential for those who believe in next-gen L1 ecosystems. Qubetics ($TICS): Decentralized VPN and Network Sovereignty Qubetics is revolutionizing private access to the blockchain ecosystem with its decentralized VPN application. Unlike conventional VPNs that route through centralized servers—introducing vulnerability to surveillance and censorship—Qubetics enables businesses, professionals, and everyday users to protect their data flows while maintaining on-chain identity and sovereignty. This decentralized VPN runs on Qubetics’ native infrastructure, providing military-grade encryption, intelligent routing, and seamless cross-border access. For enterprises, this means secure global workflows. For digital creators, this ensures untraceable yet verifiable access. And for individuals, Qubetics offers freedom from centralized interference. The core infrastructure supports high-throughput use cases beyond privacy tech. Its modularity extends to DeFi, AI, supply chain, and healthcare verticals. Built for scale, the platform bridges real-world needs with composable blockchain layers. This approach defines why Qubetics is being recognized as a top crypto with 100x potential among early buyers and market analysts. Qubetics Presale Details and ROI Highlights The Qubetics crypto presale has entered Stage 36, with $TICS tokens priced at $0.3064. To date, more than 514 million tokens have been sold to over 27,100 holders, raising $17.4 million. This robust traction reflects growing confidence from participants seeking a true utility-backed protocol. Early adopters who entered at Stage 1 with a token price of $0.01 are now realizing a 2,964% ROI. For new participants in the current stage, entry at $0.3064 still positions them for potential returns of 226% if $TICS reaches $1, and up to 4,794% if $TICS hits $15 post-mainnet. With analysts predicting a target range of $10 to $15 for $TICS post-launch, Qubetics stands out as the top crypto with 100x potential still accessible in presale. Qubetics fuses privacy, performance, and cross-industry functionality while offering high ROI and immediate use-case relevance—making it the top crypto with 100x potential. Chainlink (LINK): Data Integrity and Interoperability Backbone Chainlink continues to serve as the foundation of decentralized data flow. Its Price Feeds, Proof of Reserve, and Verifiable Randomness power DeFi, gaming, and tokenized real-world assets. At $15.74, LINK is eyeing a breakout above $16.50. With BBPower at 0.92 and RSI at 51.63, technical momentum supports a push toward $19.50, $22, and possibly $30. Development activity is a major driver. Over the past month, Chainlink has topped GitHub charts in Real World Asset integration tools. With growing adoption of CCIP (Cross-Chain Interoperability Protocol), LINK is fast becoming the default standard for data integrity across blockchains. These advances make Chainlink not just relevant, but indispensable—cementing its rank among top crypto with 100x potential. Chainlink’s oracle network is the connective tissue of Web3 infrastructure, offering long-term relevance and substantial upside for early positioning. SUI: Parallel Execution and Application Scalability SUI’s architecture is engineered for scale. Built using the Move language, it processes transactions in parallel, drastically reducing latency. This makes it ideal for gaming, DeFi, and NFT marketplaces—sectors where speed, volume, and UX determine adoption. With a circulating supply of 3.34 billion SUI tokens and listings on top-tier exchanges, SUI is maintaining strong market presence. Recent dApp growth on SUI includes platforms like BlueMove, KriyaDEX, and Haven’s Compass—highlighting its utility across verticals. With market participants positioning ahead of the next DeFi wave, SUI has entered conversations as a top crypto with 100x potential for Layer-1 believers. SUI offers unmatched execution speed and ecosystem expansion, presenting a compelling choice among top crypto with 100x potential. Final Thoughts Qubetics, Chainlink, and SUI bring a powerful trifecta of privacy, interoperability, and scalability. Qubetics leads with a decentralized VPN offering unmatched privacy and access, backed by one of the most active crypto presale rounds to date. Chainlink secures Web3’s data pipelines, and SUI redefines what’s possible with Layer-1 throughput. Among these, Qubetics currently offers the most accessible entry point through its active presale. With a token price of $0.3064 and a potential ROI exceeding 4,700%, time remains for participants to secure their position in one of the top crypto with 100x potential . For More Information: Qubetics: https://qubetics.com Presale: https://buy.qubetics.com/ Telegram: https://t.me/qubetics Twitter: https://x.com/qubetics FAQs 1.What is the top crypto with 100x potential in 2025? Qubetics, Chainlink, and SUI are leading the field due to their technical advantages and real-world applications. 2.Is Qubetics presale still live and accessible? Yes, Qubetics is in Stage 36, offering $TICS at $0.3064 with strong ROI prospects and active community participation. 3.How does Chainlink support real-world asset tokenization? Through its oracles and Proof of Reserve tools, Chainlink enables secure and verifiable on-chain asset integration. 4.Why is SUI gaining attention as a top Layer-1 blockchain? Its ability to execute transactions in parallel using Move language makes SUI ideal for high-performance dApps. What makes Qubetics unique among privacy-oriented blockchain projects? Its decentralized VPN offering provides secure, censorship-resistant access across sectors, giving it high utility and adoption potential. The post Why Qubetics, SUI, and Chainlink Could Be the Top Crypto with 100x Potential This Year appeared first on TheCoinrise.com .
27 May 2025, 08:27
Sui steps up network protection with new $10 million commitment
The Sui team is seeking to reassure its community after the Cetus hack with an announcement of a $10 million splash on various security initiatives in its ecosystem. Sui announced this on May 26, revealing in an update that it would be setting aside an additional $10 million investment to bolster network security. This move comes after the impactful $223 million exploit of the Cetus decentralized exchange (DEX). Sui commits $10 million to bolster network security While the hack saw the Sui and Cetus teams swing into action and freeze over $160 million of the funds shortly after, the SUI token has remained bearish since. The same goes for the Cetus protocol token . But as they look to navigate this challenge, the projects are focusing on addressing vulnerabilities, and to start is a $10 million commitment. “The root cause of the Cetus incident was a bug in a Cetus math library, not a vulnerability in Sui or Move. But the impact on users is the same. We need to take a holistic perspective and step up our game on supporting ecosystem security,” Sui wrote on X. Issues of broader transparency of decentralized applications continued after the Cetus attack, with the smart contract pause highlighting what’s at stake as projects try to stay on top of security. Cetus and the Sui Foundation offered a white hat deal for the hacker and later announced a $5 million bounty for information that can help unmask the hacker amid ongoing investigation. However, Sui’s move now shifts to a more proactive approach to network security. “This week, we’ll be talking about some of the security initiatives we already have in place and announce a few new ones to show that we’re serious about supporting Sui builders in securing their apps. We’re kicking this off by committing to spend an additional $10M on security initiatives,” the update reads in part. What next for Cetus? Per the Sui team, the $10 million will include funds earmarked for audits, bug bounty programs and formal verification. Details of how this actually works will be released in coming days and weeks. Crypto continues to face malicious actor threats, including hacks, phishing attacks and such. As shown in recent months, exploits can hit any platform or user in the industry – Bybit’s $1.4 billion hack earlier in the year and Coinbase’s recent user data leak – provide this stark reminder. Cetus said in a May 24, 2025 update that the team was working with Inca Digital, law enforcement and other ecosystem parties in an attempt to recover the $60 million the hacker stole. Meanwhile, the project outlined a protocol upgrade aimed at recovering the $162 million in frozen funds – which will be returned to users. The post Sui steps up network protection with new $10 million commitment appeared first on Invezz
27 May 2025, 08:22
Alpaca Finance, Once a DeFi Giant on BNB Chain, Will Shut Down
Alpaca Finance, once a cornerstone on the BNB Chain and an early leader in leveraged yield farming, will shut down operations by the end of 2025 due to an unsustainable business model amid a more competitive and capital-intensive DeFi landscape. The protocol said Monday that it will begin winding down all products, including its original yield farming platform, automated vaults, and decentralized perpetuals, over the next few months. Front-end access will remain available through December 31, 2025, to give users time to withdraw their assets. “This choice wasn’t made lightly,” the Alpaca team wrote. “But we believe it is the most responsible course of action to safeguard our community and ensure a graceful and secure wind-down.” Launched during decentralized finance's (DeFi) 2021 boom, Alpaca quickly rose to prominence on BNB Chain, offering leveraged yield farming strategies that allowed users to amplify returns by borrowing capital to farm liquidity pool (LP) tokens. At its peak, Alpaca held over $1 billion in total value locked (TVL) and was one of the most-used protocols on the chain. Internally, Alpaca had been operating at a loss for over two years, according to the team, with revenue tied directly to protocol usage — a challenge compounded by the project’s fair launch structure with no VC backing or pre-mined tokens. The final blow came in late April, when Binance delisted ALPACA, the protocol’s native token. While the event triggered a brief 550% price rally due to short liquidations, including $55 million in forced closures in a single day, it also severely restricted liquidity and user access to the token. That, the team said, made it harder to pursue new initiatives or strategic mergers. “We explored M&A discussions with several projects, and some progressed meaningfully,” the team said. “But as the market turned downward again in early 2025, those deals fell through.” ALPACA, the project’s token, was last trading at approximately $0.08, down over 90% from its all-time high in 2021.
27 May 2025, 08:16
Michael Saylor Says Proof-of-Reserves Is a Bad Idea
The post Michael Saylor Says Proof-of-Reserves Is a Bad Idea appeared first on Coinpedia Fintech News Bitcoin 2025 just got a shock of controversy, Michael Saylor made waves by calling proof-of-reserves “a bad idea,” as highlighted by analyst Mitchell. The bold remark has reignited debate around transparency and trust in crypto. In a recent interview, Saylor outright rejected the idea of publishing on-chain proof of reserves, a practice seen by many in the crypto space as essential for transparency and trust. Saylor’s Security Concerns Saylor argued that current PoR methods weaken security by exposing sensitive data. He likened it to publishing bank account details and insisted AI analysis would reveal dozens of ways such disclosures could compromise long-term safety. Drawing from the FTX and Mt. Gox disasters, Saylor suggested that blindly chasing transparency without secure methods could do more harm than good. Analysts and Bitcoin Veterans Push Back i suspected @saylor holding paper bitcoin now everyone knows he cant back up his btc claims. everything he said is a lie. proof of reserve can easily be done with zero security risks. sell @Strategy as long as you can https://t.co/Inmecnaahc — bitcoin pirate I I ∞/21M (@ob_hodl) May 27, 2025 The crypto community didn’t take his comments lightly. Notably, Bitcoin veteran Whale Panda (Stefan Jespers) called it a “major red flag,” stressing that Bitcoin’s core value lies in its transparency. Critics argue that there are ways to verify holdings securely, without compromising asset safety. .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 : New MicroStrategy Bitcoin Acquisition Pushes Holdings Past 580K BTC Mark , For example, Bitwise uses a “proof of holdings” method for its crypto products, and many crypto exchanges regularly publish audit reports to prove solvency. These examples contradict Saylor’s claim that such actions are inherently risky. Old Wounds and New Doubts Resurface The backlash has even reignited old doubts. Some critics pointed to Saylor’s infamous $6 billion loss in 2000 due to an accounting scandal, suggesting a pattern of avoiding transparency. Others are reviving conspiracy theories that MicroStrategy may not hold actual Bitcoin, but instead, paper-based derivatives. While Saylor remains a central figure in Bitcoin advocacy , this latest remark has cast a shadow over his approach to transparency, raising new questions about how institutional players should handle crypto accountability . .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: 'ec7cd13627', 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(); } } });