    <!DOCTYPE html>
        <html lang="en" dir="ltr" prefix="og: ogp.me/ns#" class="theme-light">
        <head>
          <script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
            <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9245916885225528"
                    crossorigin="anonymous"></script>            <link rel="preconnect" href="https://www.google-analytics.com">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5">
            <meta charset="utf-8" />
<meta name="description" content="XRP - News, hot and most important XRP news in the United States and Worldwide on U.Today. &quot;U.Today&quot; - leading crypto news media since 2017" />
<link rel="canonical" href="https://u.today/xrp-0" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://u.today/xrp-0" />
<meta property="og:title" content="XRP - Latest, hot news on U.Today" />
<meta property="og:description" content="XRP - News, hot and most important XRP news in the United States and Worldwide on U.Today. &quot;U.Today&quot; - leading crypto news media since 2017" />
<meta property="og:image" content="https://u.today/sites/default/files/styles/1600x900/public/tagv11-4486.jpg" />
<meta property="og:image:url" content="https://u.today/sites/default/files/styles/1600x900/public/tagv11-4486.jpg" />
<meta property="og:image:secure_url" content="https://u.today/sites/default/files/styles/1600x900/public/tagv11-4486.jpg" />
<meta property="og:image:width" content="1600" />
<meta property="og:image:height" content="1200" />
<meta property="fb:app_id" content="2560796210663191" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@Utoday_en" />
<meta name="twitter:url" content="https://u.today/xrp-0" />
<link rel="alternate" hreflang="x-default" href="https://u.today/xrp-0" />
<meta name="Generator" content="Drupal 10 (https://www.drupal.org)" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="application/ld+json">{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "url": "https://u.today/xrp-0",
            "name": "U.Today",
            "image": {
                "@type": "ImageObject",
                "url": "https://U.today/img/logo-utoday.png"
            }
        },
        {
            "@type": "WebPage",
            "@id": "XRP",
            "description": "XRP"
        }
    ]
}</script>
<link rel="alternate" hreflang="en" href="https://u.today/xrp-0" />

                                <!-- end: separate google analytics code -->
                

    <!-- Google Tag Manager -->
    <!-- End Google Tag Manager -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-2PE2QV2V0X"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'G-2PE2QV2V0X');
    </script>
                <link rel="mask-icon" href="/img/favicon/safari-pinned-tab.svg" color="#263238">
                <link rel="apple-touch-icon" sizes="57x57" href="/img/favicon/apple-icon-57x57.png">
                <link rel="apple-touch-icon" sizes="60x60" href="/img/favicon/apple-icon-60x60.png">
                <link rel="apple-touch-icon" sizes="72x72" href="/img/favicon/apple-icon-72x72.png">
                <link rel="apple-touch-icon" sizes="76x76" href="/img/favicon/apple-icon-76x76.png">
                <link rel="apple-touch-icon" sizes="114x114" href="/img/favicon/apple-icon-114x114.png">
                <link rel="apple-touch-icon" sizes="120x120" href="/img/favicon/apple-icon-120x120.png">
                <link rel="apple-touch-icon" sizes="144x144" href="/img/favicon/apple-icon-144x144.png">
                <link rel="apple-touch-icon" sizes="152x152" href="/img/favicon/apple-icon-152x152.png">
                <link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-icon-180x180.png">
                <link rel="icon" type="image/png" sizes="192x192" href="/img/favicon/android-icon-192x192.png">
                <link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
                <link rel="icon" type="image/png" sizes="96x96" href="/img/favicon/favicon-96x96.png">
                <link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">

                <link rel="manifest" href="/site.webmanifest">
                <link rel="mask-icon" href="/img/favicon/safari-pinned-tab.svg" color="#263238">
                <link rel="shortcut icon" href="/img/favicon/favicon.ico">
                <meta name="msapplication-TileColor" content="#263238">
                <meta name="msapplication-config" content="/img/favicon/browserconfig.xml">
                <meta name="theme-color" content="#263238">
                                <meta name="msvalidate.01" content="2E6EDC1D9A57E69FC6232E905A08CBFA"/>
                <link rel="manifest" href="/manifest.json"/>
                <meta property="fb:pages" content="266789420636465"/>
                <link rel="stylesheet" media="all" href="/themes/cryptod/styles/common.css?tleohn" />
<link rel="stylesheet" media="all" href="/themes/cryptod/styles/app.css?tleohn" />

                    <style>.ccc-widget.ccc-list .header-div a img {
                            width: 26px;
                            height: 26px;
                        }
                    </style>
                                                                <title>XRP - Latest, hot news on U.Today</title>
                                        <script async src="https://cdn.onesignal.com/sdks/OneSignalSDK.js"></script>
                    <script>
                        function copyToClipboard(e) {
                            let input = document.body.appendChild(document.createElement("input"));
                            input.value = window.location.href;
                            input.select();
                            document.execCommand('copy');
                            input.parentNode.removeChild(input);

                            let tooltip = document.createElement('div');
                            tooltip.className = 'copy-tooltip';
                            tooltip.innerHTML = 'Copied!';

                            if (!e.querySelector('.copy-tooltip')) {
                                e.append(tooltip);

                                setTimeout(() => {
                                    e.querySelector('.copy-tooltip').remove();
                                }, 2000);
                            }
                        }
                    </script>
                    <style>
                        @media (max-width: 849px) {
                            body #onesignal-slidedown-container.slide-up {
                                bottom: 60px
                            }
                        }
                    </style>




            <link rel="preload" href="/themes/cryptod/styles/slick-theme.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
            <link rel="preload" href="/themes/cryptod/styles/push.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
            <link rel="preload" href="/themes/cryptod/libs/air-datepicker/air-datepicker.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
            <noscript>
                <link rel="stylesheet" href="/themes/cryptod/styles/slick-theme.css">
                <link rel="stylesheet" href="/themes/cryptod/styles/push.css">
                <link rel="stylesheet" href="/themes/cryptod/libs/air-datepicker/air-datepicker.css">
            </noscript>
        </head>

        
        <body class=" not_logged_in ">
                

    <!-- Google Tag Manager (noscript) -->
    <!-- End Google Tag Manager (noscript) -->


                
                    <div class="something--upper">
                                <div class="something">
      <div class="something__title">Advertisement</div>
      <div class="something__nav">
                  <div class="something__label">AD</div>
                <button class="btn btn--light something__close"
                aria-label="Close ad"></button>
      </div>
      <div class="something__content">
        <div class="something__content--long" data-slotid="block_1">
              
                                                                                <!-- Wideheader Fixed Desktop 1150x60 [async] -->
<script type="text/javascript">
if (document.documentElement.clientWidth > 768) {
if (!window.AdButler){(function(){var s = document.createElement("script"); s.async = true; s.type = "text/javascript"; s.src = 'https://servedbyadbutler.com/app.js'; var n = document.getElementsByTagName("script")[0]; n.parentNode.insertBefore(s, n);}());}
}
</script>
<script type="text/javascript">
if (document.documentElement.clientWidth > 768) {
var AdButler = AdButler || {};
AdButler.ads = AdButler.ads || [];
var abkw = window.abkw || '';
var plc602403 = window.plc602403 || 0;
document.write('<'+'div id="placement_602403_'+plc602403+'"></'+'div>');
AdButler.ads.push({handler: function(opt){ AdButler.register(183269, 602403, [1150,60], 'placement_602403_'+opt.place, opt); }, opt: { place: plc602403++, keywords: abkw, domain: 'servedbyadbutler.com', click: 'CLICK_MACRO_PLACEHOLDER' }});
}
</script>
                                    
            

        </div>
                  <div class="something__content--square" data-slotid="block_2">
                
                                                            <!-- Wideheader Fixed Mobile 336x60 [async] -->
<script type="text/javascript">
if (document.documentElement.clientWidth < 768) {
if (!window.AdButler){(function(){var s = document.createElement("script"); s.async = true; s.type = "text/javascript"; s.src = 'https://servedbyadbutler.com/app.js'; var n = document.getElementsByTagName("script")[0]; n.parentNode.insertBefore(s, n);}());}
}
</script>
<script type="text/javascript">
if (document.documentElement.clientWidth < 768) {
var AdButler = AdButler || {};
AdButler.ads = AdButler.ads || [];
var abkw = window.abkw || '';
var plc551690 = window.plc551690 || 0;
document.write('<'+'div id="placement_551690_'+plc551690+'"></'+'div>');
AdButler.ads.push({handler: function(opt){ AdButler.register(183269, 551690, [336,60], 'placement_551690_'+opt.place, opt); }, opt: { place: plc551690++, keywords: abkw, domain: 'servedbyadbutler.com', click: 'CLICK_MACRO_PLACEHOLDER' }});
}
</script>
                    
            

          </div>
              </div>
          </div>
                </div>
                        <header class="header">
            <div class="container header__container">
                <div class="header__row">
                    <div class="header__panel">
                        <button class="btn btn--light header__burger" aria-label="Toggle menu"></button>
                    </div>
                    <a class="header__logo" href="/" title="U.TODAY"><img class="header__logo-img" src="/themes/cryptod/img/icons/logo.svg" width="188" height="30" alt="U.TODAY"></a>
                    <div class="header__panel">
                        <div class="header__adv"><a class="header__adv-btn" href="/advertise"> <span class="hide-sm-down">Request media kit</span><span class="hide-sm-only">Media kit</span></a></div>
                    </div>
                </div>
                <div class="header__menu">
                    <button class="btn btn--light header__menu-close" aria-label="Close menu"></button>
                    <div class="header__menu-inner">
                        <div class="header__search">
                            <form class="header__search-form" action="/search/node" method="get">
                                <input class="input__elem header__search-input" type="text" placeholder="Search" name="keys">
                                <button class="btn btn--light btn--search header__search-submit" type="submit" aria-label="Send form"></button>
                            </form>
                        </div>
                        
            
 
  

        
<nav class="header__nav" aria-label="Main navigation">
                
    <ul class="header__nav-list">
        <li class="header__nav-item">
            <div class="header__nav-name"><a class="header__nav-link" href="/hot-stories">Hot Stories</a>
            </div>
        </li>

                                                            
                    <li class="header__nav-item">
                                                                <div class="header__nav-name">
                                        <a href="/latest-cryptocurrency-news?from=main-menu" class="header__nav-link">
                        News
                    </a>
                    <button class="btn btn--light btn--chevron-down header__nav-toggle" aria-label="Toggle submenu"></button>
                </div>
                                                                    
        
        <ul class="header__nav-child-list">
                                                                            <li class="header__nav-child-item">
                                                                    <a href="/bitcoin-news" class="header__nav-child-link" data-category="Bitcoin(BTC)News" data-drupal-link-system-path="taxonomy/term/2462">Bitcoin (BTC) News</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/ethereum-news" class="header__nav-child-link" data-category="Ethereum(ETH)News" data-drupal-link-system-path="taxonomy/term/2463">Ethereum (ETH) News</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/cardano-ada-coin-news" class="header__nav-child-link" data-category="Cardano(ADA)News">Cardano (ADA) News</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/ripple-news" class="header__nav-child-link" data-category="RippleandXRPNews" data-drupal-link-system-path="taxonomy/term/2465">Ripple and XRP News</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/shiba-inu-shib-news" class="header__nav-child-link" data-category="ShibaInu(SHIB)News">Shiba Inu (SHIB) News</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/dogecoin-doge-coin-news-today" class="header__nav-child-link" data-category="Dogecoin(DOGE)News">Dogecoin (DOGE) News</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/meme-cryptocurrencies" class="header__nav-child-link" data-category="MemeCryptocurrencies">Meme Cryptocurrencies</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/nft-news" class="header__nav-child-link" data-category="NFTNews">NFT News</a>
                                                </li>
                    </ul>
                
                                </li>
                                            
                    <li class="header__nav-item">
                                                                <div class="header__nav-name">
                                        <a href="/stories?from=main-menu" class="header__nav-link">
                        Stories
                    </a>
                    <button class="btn btn--light btn--chevron-down header__nav-toggle" aria-label="Toggle submenu"></button>
                </div>
                                                                    
        
        <ul class="header__nav-child-list">
                                                                            <li class="header__nav-child-item">
                                                                    <a href="/interviews" class="header__nav-child-link" data-category="Interviews" data-drupal-link-system-path="taxonomy/term/1831">Interviews</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/opinions" class="header__nav-child-link" data-category="Opinions" data-drupal-link-system-path="taxonomy/term/30">Opinions</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/reviews" class="header__nav-child-link" data-category="Reviews">Reviews</a>
                                                </li>
                    </ul>
                
                                </li>
                                            
                    <li class="header__nav-item">
                                                                <div class="header__nav-name">
                                        <a href="/crypto-coins-prices-predictions?from=main-menu" class="header__nav-link">
                        Price Analysis
                    </a>
                    <button class="btn btn--light btn--chevron-down header__nav-toggle" aria-label="Toggle submenu"></button>
                </div>
                                                                    
        
        <ul class="header__nav-child-list">
                                                                            <li class="header__nav-child-item">
                                                                    <a href="/bitcoin-price-prediction" class="header__nav-child-link" data-category="Bitcoin(BTC)PriceAnalysis" data-drupal-link-system-path="taxonomy/term/2491">Bitcoin (BTC) Price Analysis</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/ethereum-price-prediction" class="header__nav-child-link" data-category="Ethereum(ETH)PriceAnalysis" data-drupal-link-system-path="taxonomy/term/2492">Ethereum (ETH) Price Analysis</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/xrp-price-analysis" class="header__nav-child-link" data-category="XRPPriceAnalysis" data-drupal-link-system-path="taxonomy/term/2494">XRP Price Analysis</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/cardano-price-predictions-and-ada-forecasts" class="header__nav-child-link" data-category="Cardano(ADA)PriceAnalysis">Cardano (ADA) Price Analysis</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/dogecoin-price-prediction" class="header__nav-child-link" data-category="Dogecoin(DOGE)PriceAnalysis">Dogecoin (DOGE) Price Analysis</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/shiba-inu-shib-price-prediction" class="header__nav-child-link" data-category="ShibaInu(SHIB)PriceAnalysis">Shiba Inu (SHIB) Price Analysis</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/tron-price-prediction" class="header__nav-child-link" data-category="TRON(TRX)PriceAnalysis">TRON (TRX) Price Analysis</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/matic-price-prediction" class="header__nav-child-link" data-category="Polygon(MATIC)PriceAnalysis">Polygon (MATIC) Price Analysis</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/litecoin-price-predictions-and-ltc-forecasts" class="header__nav-child-link" data-category="Litecoin(LTC)PriceAnalysis">Litecoin (LTC) Price Analysis</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/solana-price-prediction" class="header__nav-child-link" data-category="Solana(SOL)PriceAnalysis">Solana (SOL) Price Analysis</a>
                                                </li>
                    </ul>
                
                                </li>
                                            
                    <li class="header__nav-item">
                                                                <div class="header__nav-name">
                                        <a href="https://u.today/guides?from=main-menu" class="header__nav-link">
                        Guides
                    </a>
                    <button class="btn btn--light btn--chevron-down header__nav-toggle" aria-label="Toggle submenu"></button>
                </div>
                                                                    
        
        <ul class="header__nav-child-list">
                                                                            <li class="header__nav-child-item">
                                                                    <a href="/guides/blockchain" class="header__nav-child-link" data-category="Blockchain" data-drupal-link-system-path="taxonomy/term/2582">Blockchain</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/guides/ethereum" title="Ethereum (ETH) Guide" class="header__nav-child-link" data-category="Ethereum">Ethereum</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/guides/cardano" title="Cardano (ADA) Guide" class="header__nav-child-link" data-category="Cardano">Cardano</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/guides/polygon" title="Polygon (MATIC) Guide" class="header__nav-child-link" data-category="Polygon">Polygon</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/guides/meme-coins" title="All Stablecoins in One Place: Dogecoin (DOGE), Shiba Inu (SHIB) and Others" class="header__nav-child-link" data-category="MemeCoins">Meme Coins</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/guides/stablecoins" title="USDT, USDC, USDD, EUROC, BUSD Guides" class="header__nav-child-link" data-category="Stablecoins">Stablecoins</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/guides/NFT" title="NFT Guides" class="header__nav-child-link" data-category="NFT">NFT</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/guides/crypto-wallets" class="header__nav-child-link" data-category="Wallets" data-drupal-link-system-path="taxonomy/term/2617">Wallets</a>
                                                </li>
                    </ul>
                
                                </li>
                                            
                    <li class="header__nav-item">
                                                                <div class="header__nav-name">
                                        <a href="https://u.today/advertise?from=main-menu" class="header__nav-link">
                        Advertise
                    </a>
                    <button class="btn btn--light btn--chevron-down header__nav-toggle" aria-label="Toggle submenu"></button>
                </div>
                                                                    
        
        <ul class="header__nav-child-list">
                                                                            <li class="header__nav-child-item">
                                                                    <a href="/press-releases/submit" class="header__nav-child-link" data-category="SubmitPressRelease" data-drupal-link-system-path="node/48213">Submit Press Release</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/crypto-rewards/submit" title="Submit Crypto Rewards on U.Today" class="header__nav-child-link" data-category="SubmitCryptoRewards">Submit Crypto Rewards</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/event/submit" class="header__nav-child-link" data-category="SubmitEventsCalendar" data-drupal-link-system-path="node/14953">Submit Events Calendar</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/request-an-interview" class="header__nav-child-link" data-category="RequestanInterview" data-drupal-link-system-path="node/17640">Request an Interview</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/press-releases" class="header__nav-child-link" data-category="Pressreleases" data-drupal-link-system-path="press-releases">Press releases</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/crypto-rewards" title="Crypto Rewards list" class="header__nav-child-link" data-category="CryptoRewards">Crypto Rewards</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/sponsored" class="header__nav-child-link" data-category="Sponsored">Sponsored</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/partners" class="header__nav-child-link" data-category="Partners" data-drupal-link-system-path="partners">Partners</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/events" title="Cryptocurrency, Blockchain, Web 3.0, GameFi, DeFi Events Calendar" class="header__nav-child-link" data-category="EventsCalendar">Events Calendar</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/mentions" class="header__nav-child-link" data-category="Mentions" data-drupal-link-system-path="mentions">Mentions</a>
                                                </li>
                    </ul>
                
                                </li>
                                            
                    <li class="header__nav-item">
                                                                <div class="header__nav-name">
                                        <a href="/about?from=main-menu" class="header__nav-link">
                        About
                    </a>
                    <button class="btn btn--light btn--chevron-down header__nav-toggle" aria-label="Toggle submenu"></button>
                </div>
                                                                    
        
        <ul class="header__nav-child-list">
                                                                            <li class="header__nav-child-item">
                                                                    <a href="/about" class="header__nav-child-link" data-category="Contacts" data-drupal-link-system-path="node/64">Contacts</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/terms-and-conditions" class="header__nav-child-link" data-category="Termsandconditions" data-drupal-link-system-path="node/687">Terms and conditions</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/privacy-policy" class="header__nav-child-link" data-category="Privacypolicy" data-drupal-link-system-path="node/16134">Privacy policy</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/consent-settings" class="header__nav-child-link" data-category="Consentsettings" data-drupal-link-system-path="node/21317">Consent settings</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/privacy-policy#cookie" class="header__nav-child-link" data-category="Cookiespolicy" data-drupal-link-system-path="node/16134">Cookies policy</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/editorial-policy" class="header__nav-child-link" data-category="EditorialPolicy" data-drupal-link-system-path="node/17108">Editorial Policy</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/franchise" class="header__nav-child-link" data-category="OurFranchise">Our Franchise</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="/jobs" class="header__nav-child-link" data-category="Jobs" data-drupal-link-system-path="node/2761">Jobs</a>
                                                </li>
                                                                <li class="header__nav-child-item">
                                                                    <a href="https://u.today/rss.php" title="U.Today RSS Feed" class="header__nav-child-link" data-category="RSS">RSS</a>
                                                </li>
                    </ul>
                
                                </li>
                    </ul>
                

    </nav>

  

                        <div class="follow-us header__follow-us">
                            <div class="follow-us__title h3">Our social media</div>
                            <div class="follow-us__desc">There's a lot to see there, too</div>
                            <div class="social follow-us__social"><a class="social__link social__link--tw" href="https://twitter.com" target="_blank" title="Go to X"></a><a class="social__link social__link--fb" href="https://facebook.com/" target="_blank" title="Go to Facebook"></a><a class="social__link social__link--tg" href="https://web.telegram.org/" target="_blank" title="Go to Telegram"></a><a class="social__link social__link--yb" href="https://www.youtube.com/" target="_blank" title="Go to YouTube"></a></div>
                        </div>
                    </div>
                </div>

            </div>
        </header>
        <div class="mobile-menu-cover"></div>
            <div class="page-container container">
                        
<div class="main-aside-container">
    <main class="main-news-block">
        
<div class="overview">
  <div class="overview__info">
    <h1>XRP </h1>
  </div>
  <div class="controls overview__controls">
    <button class="btn btn--light controls__toggle -share-"
            aria-label="Control button"></button>
    <div class="controls__popup">
      <a class="controls__elem controls__elem--fb" href="#"
         title="Share to Facebook"
         onclick='window.open("http://www.facebook.com/sharer/sharer.php?u=https://u.todayArray&text=", "Facebook Sharing", "width=1200,height=600");gevent("Facebook Sharing");return false;'></a>
      <a class="controls__elem controls__elem--rd" href="#"
         title="Share to Reddit"
         onclick='window.open("http://www.reddit.com/submit?url=u.todayArray&text=", "Reddit Sharing", "width=1200,height=600");gevent("Reddit Sharing");return false;'></a>
      <button onclick="gevent('Sharing link');"
              class="btn--light controls__elem controls__elem--copy"
              data-copy-href="" aria-label="Copy link"></button>
    </div>
  </div>
</div>

                <div class="something">
      <div class="something__title">Advertisement</div>
      <div class="something__nav">
                  <div class="something__label">AD</div>
                <button class="btn btn--light something__close"
                aria-label="Close ad"></button>
      </div>
      <div class="something__content">
        <div class="something__content--long" data-slotid="block_54">
              
                                <div  style="width:728px;height:250px;">                            <!-- TAGS - Top banner desktop 728x250 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:728px;height:250px"
     data-ad-client="ca-pub-9245916885225528"
     data-ad-slot="3069225898"></ins>
                    </div>
            

        </div>
                  <div class="something__content--square" data-slotid="block_55">
                
                                <div  style="width:336px;height:280px;">                                                <!-- TAGS - Top banner mobile 336x280 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:336px;height:280px"
     data-ad-client="ca-pub-9245916885225528"
     data-ad-slot="1756144228"></ins>
                                    </div>
            

          </div>
              </div>
          </div>
    
  <div class="category">
    <div class="js-view-dom-id-c6c593ce75a22a4034cb243786d82a0f535220e1422eb903cdc5514e5ae3ae04">
      <div data-drupal-views-infinite-scroll-content-wrapper>
        <div class="category__news">
          
  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Aug 23, 2026 - 11:45</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-ledger-posts-150-increase-in-most-user-centered-metric-out-there">
          <div class="news__item-title">
            XRP Ledger Posts 150% Increase in Most User-Centered Metric out There          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/xrp-ledger" hreflang="en">XRP Ledger</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Aug 1, 2026 - 12:40</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-ledger-rolls-out-major-upgrade-to-fix-manifest-flood-issue">
          <div class="news__item-title">
            XRP Ledger Rolls Out Major Upgrade to Fix Manifest Flood Issue          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-ledger" hreflang="en">XRP Ledger</a><a href="/xrp-0" hreflang="en">XRP </a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Jul 22, 2026 - 11:15</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-completes-double-golden-cross-can-buyers-take-control">
          <div class="news__item-title">
            XRP Completes Double Golden Cross: Can Buyers Take Control?          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-news" hreflang="en">XRP News</a><a href="/xrp-0" hreflang="en">XRP </a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Jul 21, 2026 - 8:30</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-performs-3rd-biggest-price-breakout-in-2026-yet">
          <div class="news__item-title">
            XRP Performs 3rd Biggest Price Breakout in 2026 Yet          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/xrp-price-analysis" hreflang="en">XRP Price Analysis</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Jul 17, 2026 - 14:12</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/big-news-for-xrp-ripple-officially-listed-on-esmas-mica-register">
          <div class="news__item-title">
            Big News for XRP: Ripple Officially Listed on ESMA&#039;s MiCA Register          </div>
        </a>
        <div class="news__item-tags">
          <a href="/ripple" hreflang="en">ripple</a><a href="/xrp-0" hreflang="en">XRP </a><a href="/mica" hreflang="en">MiCa</a><a href="/xrp" hreflang="en">XRP</a><a href="/rlusd" hreflang="en">RLUSD</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Jul 2, 2026 - 16:37</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/rlusd-share-on-xrp-ledger-hits-51">
          <div class="news__item-title">
            RLUSD Share on XRP Ledger Hits 51%          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/rlusd" hreflang="en">RLUSD</a><a href="/xrp-ledger" hreflang="en">XRP Ledger</a><a href="/ethereum" hreflang="en">Ethereum</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Jun 27, 2026 - 0:01</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/will-bitcoin-btc-return-to-60000-xrps-risks-of-losing-1-shiba-inus-shib-bearish-pressure-is">
          <div class="news__item-title">
            Will Bitcoin (BTC) Return to $60,000? XRP&#039;s Risks of Losing $1, Shiba Inu&#039;s (SHIB) Bearish Pressure Is Weakening: Crypto Market Review          </div>
        </a>
        <div class="news__item-tags">
          <a href="/shiba-inu" hreflang="en">Shiba Inu</a><a href="/xrp-0" hreflang="en">XRP </a><a href="/bitcoin" hreflang="en">Bitcoin</a>
        </div>
      </div>
                              <div class="something">
      <div class="something__title">Advertisement</div>
      <div class="something__nav">
                <button class="btn btn--light something__close"
                aria-label="Close ad"></button>
      </div>
      <div class="something__content">
        <div class="something__content--long" data-slotid="block_32">
              
                                                                                <!-- TAGS Title Banner Desktop 336x280 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:336px;height:280px"
     data-ad-client="ca-pub-9245916885225528"
     data-ad-slot="6672099997"></ins>
                                    
            

        </div>
                  <div class="something__content--square" data-slotid="block_33">
                
                                                                                <!-- Tags Title Mobile 336x280 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:336px;height:280px"
     data-ad-client="ca-pub-9245916885225528"
     data-ad-slot="2099638702"></ins>
                                    
            

          </div>
              </div>
          </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Jun 24, 2026 - 0:01</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/shiba-inu-shib-xrp-bitcoin-btc-and-hyperliquid-hype-price-analysis-for-june-24-volatility-spike-in">
          <div class="news__item-title">
            Shiba Inu (SHIB), XRP, Bitcoin (BTC) and Hyperliquid (HYPE) Price Analysis For June 24: Volatility Spike in the Wrong Direction          </div>
        </a>
        <div class="news__item-tags">
          <a href="/shiba-inu" hreflang="en">Shiba Inu</a><a href="/xrp-0" hreflang="en">XRP </a><a href="/bitcoin" hreflang="en">Bitcoin</a><a href="/hyperliquid" hreflang="en">Hyperliquid</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Jun 10, 2026 - 14:59</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-is-on-track-for-15-drop-will-1-price-level-maintain">
          <div class="news__item-title">
            XRP Is on Track for 15% Drop: Will $1 Price Level Maintain?          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/xrp-price-analysis" hreflang="en">XRP Price Analysis</a><a href="/ripple-news" hreflang="en">Ripple News</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Jun 6, 2026 - 13:38</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-kickstarts-june-with-weak-etf-performance-as-price-volatility-intensifies">
          <div class="news__item-title">
            XRP Kickstarts June With Weak ETF Performance as Price Volatility Intensifies          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/spot-xrp-etf" hreflang="en">Spot XRP ETF</a><a href="/xrp-price-prediction" hreflang="en">XRP Price Prediction</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">May 29, 2026 - 14:11</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-loses-may-gains-as-returns-flip-negative-again">
          <div class="news__item-title">
            XRP Loses May Gains as Returns Flip Negative Again          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/xrp-price-prediction" hreflang="en">XRP Price Prediction</a><a href="/bitcoin" hreflang="en">Bitcoin</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">May 26, 2026 - 16:20</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-ledger-foundation-unveils-new-standard-for-amm-v2">
          <div class="news__item-title">
            XRP Ledger Foundation Unveils New Standard for AMM v2          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-ledger" hreflang="en">XRP Ledger</a><a href="/rlusd" hreflang="en">RLUSD</a><a href="/xrp-0" hreflang="en">XRP </a><a href="/dex" hreflang="en">DEX</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">May 20, 2026 - 12:20</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/does-xrp-risks-of-losing-500-million-threshold-permanently-network-activity-unable-to-recover">
          <div class="news__item-title">
            Does XRP Risk Losing 500 Million Threshold Permanently? Network Activity Unable to Recover          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-ledger" hreflang="en">XRP Ledger</a><a href="/xrp-0" hreflang="en">XRP </a><a href="/xrp-news" hreflang="en">XRP News</a>
        </div>
      </div>
                                  <div class="something">
      <div class="something__title">Advertisement</div>
      <div class="something__nav">
                <button class="btn btn--light something__close"
                aria-label="Close ad"></button>
      </div>
      <div class="something__content">
        <div class="something__content--long" data-slotid="block_27">
              
                                <div  style="width:336px;height:280px;">                            <!-- TAGS Central Desktop 336x280 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:336px;height:280px"
     data-ad-client="ca-pub-9245916885225528"
     data-ad-slot="9928812557"></ins>
                    </div>
            

        </div>
                  <div class="something__content--square" data-slotid="block_28">
                
                                                                                <!-- Tags Central Banner Mobile 336x280 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:336px;height:280px"
     data-ad-client="ca-pub-9245916885225528"
     data-ad-slot="1068594229"></ins>
                                    
            

          </div>
              </div>
          </div>
            
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">May 16, 2026 - 12:57</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrps-best-etf-week-first-ever-60-million-inflows-bagged-in-2026">
          <div class="news__item-title">
            XRP&#039;s Best ETF Week: First-Ever $60 Million Inflows Bagged in 2026          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/spot-xrp-etf" hreflang="en">Spot XRP ETF</a><a href="/xrp-price-prediction" hreflang="en">XRP Price Prediction</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">May 12, 2026 - 14:06</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/why-69-xrp-is-no-longer-on-the-radar-trader-who-called-700-rally-closes-thesis">
          <div class="news__item-title">
            Why $6.9 XRP Is No Longer on the Radar: Trader Who Called 700% Rally Closes Thesis          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/xrp-price-prediction" hreflang="en">XRP Price Prediction</a><a href="/xrp-price-analysis" hreflang="en">XRP Price Analysis</a><a href="/xrp-news" hreflang="en">XRP News</a><a href="/ripple-news" hreflang="en">Ripple News</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">May 6, 2026 - 10:42</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-etfs-see-highest-inflow-in-two-weeks-as-institutional-demand-grows">
          <div class="news__item-title">
            XRP ETFs See Highest Inflow in Two Weeks as Institutional Demand Grows          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/spot-xrp-etf" hreflang="en">Spot XRP ETF</a><a href="/xrp-price-prediction" hreflang="en">XRP Price Prediction</a><a href="/bitwise" hreflang="en">Bitwise</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">May 5, 2026 - 12:05</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrps-2-dream-why-history-points-to-a-massive-45-breakout-this-may-dogecoin-matches-11-billion">
          <div class="news__item-title">
            XRP&#039;s $2 Dream: Why History Points to a Massive 45% Breakout This May; Dogecoin Matches $1.1 Billion Bitcoin Milestone for Free; Binance Announces Mass Delisting of BTC, BNB, and ETH Pairs - Morning Crypto Report          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/xrp-price-analysis" hreflang="en">XRP Price Analysis</a><a href="/dogecoin" hreflang="en">Dogecoin</a><a href="/bitcoin" hreflang="en">Bitcoin</a><a href="/binance" hreflang="en">Binance</a><a href="/xrp-news" hreflang="en">XRP News</a><a href="/dogecoin-doge-coin-news-today" hreflang="en">Dogecoin News</a><a href="/bitcoin-news" hreflang="en">Bitcoin News</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">May 4, 2026 - 16:05</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-friendly-ripple-prime-tapped-for-new-tokenization-initiative-with-blackrock-and-bofa">
          <div class="news__item-title">
            XRP-Friendly Ripple Prime Tapped for New Tokenization Initiative with BlackRock and BofA          </div>
        </a>
        <div class="news__item-tags">
          <a href="/ripple" hreflang="en">ripple</a><a href="/xrp-0" hreflang="en">XRP </a><a href="/blackrock" hreflang="en">BlackRock</a><a href="/tokenization" hreflang="en">Tokenization</a><a href="/ripple-news" hreflang="en">Ripple News</a><a href="/xrp-news" hreflang="en">XRP News</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">May 2, 2026 - 20:02</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/dogecoin-hits-highest-monthly-gains-in-9-months-outpaces-bitcoin-and-xrp">
          <div class="news__item-title">
            Dogecoin Hits Highest Monthly Gains in 9 Months, Outpaces Bitcoin and XRP          </div>
        </a>
        <div class="news__item-tags">
          <a href="/dogecoin-0" hreflang="en">Dogecoin </a><a href="/dogecoin-price-prediction" hreflang="en">Dogecoin Price Prediction</a><a href="/bitcoin" hreflang="en">Bitcoin</a><a href="/xrp-0" hreflang="en">XRP </a>
        </div>
      </div>
                                      <div class="something">
      <div class="something__title">Advertisement</div>
      <div class="something__nav">
                <button class="btn btn--light something__close"
                aria-label="Close ad"></button>
      </div>
      <div class="something__content">
        <div class="something__content--long" data-slotid="block_29">
              
                                                            <!-- TAGS Middle Desktop 336x280 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:336px;height:280px"
     data-ad-client="ca-pub-9245916885225528"
     data-ad-slot="9022924991"></ins>
                    
            

        </div>
                  <div class="something__content--square" data-slotid="block_30">
                
                                                            <!-- Tags Middle Mobile -->
<ins class="adsbygoogle"
     style="display:inline-block;width:336px;height:280px"
     data-ad-client="ca-pub-9245916885225528"
     data-ad-slot="4502440760"></ins>
                    
            

          </div>
              </div>
          </div>
        
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Apr 20, 2026 - 13:16</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/ripple-cto-emeritus-clears-up-misconceptions-on-retirement">
          <div class="news__item-title">
            Ripple CTO Emeritus Clears up Misconceptions on Retirement          </div>
        </a>
        <div class="news__item-tags">
          <a href="/ripple" hreflang="en">ripple</a><a href="/xrp-ledger" hreflang="en">XRP Ledger</a><a href="/xrp-0" hreflang="en">XRP </a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Apr 7, 2026 - 15:27</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-favored-by-institutional-investors-as-crypto-funds-flow-hits-224-million">
          <div class="news__item-title">
            XRP Favored by Institutional Investors as Crypto Funds Flow Hits $224 Million          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Apr 4, 2026 - 13:20</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-breaks-positive-weekly-trend-with-356-million-in-withdrawals">
          <div class="news__item-title">
            XRP Breaks Positive Weekly Trend With $3.56 Million in Withdrawals          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/xrp-price-prediction" hreflang="en">XRP Price Prediction</a><a href="/spot-xrp-etf" hreflang="en">Spot XRP ETF</a><a href="/bitwise" hreflang="en">Bitwise</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Apr 3, 2026 - 15:55</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/117-xrp-burn-rate-surge-sparks-attention">
          <div class="news__item-title">
            117% XRP Burn Rate Surge Sparks Attention          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/xrp-price-prediction" hreflang="en">XRP Price Prediction</a><a href="/xrp-ledger" hreflang="en">XRP Ledger</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Apr 1, 2026 - 14:21</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-price-ends-q1-with-biggest-loss-since-2018">
          <div class="news__item-title">
            XRP Price Ends Q1 With Biggest Loss Since 2018          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/xrp-price-analysis" hreflang="en">XRP Price Analysis</a><a href="/xrp-price-prediction" hreflang="en">XRP Price Prediction</a><a href="/spot-xrp-etf" hreflang="en">Spot XRP ETF</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Mar 30, 2026 - 16:05</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-payments-spike-410-price-rebound-incoming">
          <div class="news__item-title">
            XRP Payments Spike 410%, Price Rebound Incoming?          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/xrp-price-prediction" hreflang="en">XRP Price Prediction</a><a href="/xrp-price-analysis" hreflang="en">XRP Price Analysis</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Mar 30, 2026 - 11:49</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/the-higher-the-xrp-price-the-cheaper-it-is-for-payments-ripple-cto-emeritus">
          <div class="news__item-title">
            The Higher the XRP Price, The Cheaper It Is for Payments: Ripple CTO Emeritus          </div>
        </a>
        <div class="news__item-tags">
          <a href="/ripple" hreflang="en">ripple</a><a href="/xrp-0" hreflang="en">XRP </a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Mar 28, 2026 - 14:04</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-reserve-drops-to-275-billion-as-demand-intensifies">
          <div class="news__item-title">
            XRP Reserve Drops to 2.75 Billion as Demand Intensifies          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/xrp-price-prediction" hreflang="en">XRP Price Prediction</a><a href="/spot-xrp-etf" hreflang="en">Spot XRP ETF</a><a href="/binance" hreflang="en">Binance</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Mar 21, 2026 - 17:13</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-burn-rate-soars-313-despite-stalled-price-move">
          <div class="news__item-title">
            XRP Burn Rate Soars 313% Despite Stalled Price Move          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/xrp-price-prediction" hreflang="en">XRP Price Prediction</a><a href="/ripple-news" hreflang="en">Ripple News</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Mar 20, 2026 - 15:42</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-derivatives-market-flips-negative-as-oi-falls-5">
          <div class="news__item-title">
            XRP Derivatives Market Flips Negative as OI Falls 5%          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/xrp-price-analysis" hreflang="en">XRP Price Analysis</a><a href="/xrp-price-prediction" hreflang="en">XRP Price Prediction</a>
        </div>
      </div>
                
  

  
              <div class="news__item">
        <div
          class="news__item-mark"></div>
        <div class="news__item-head humble__row">
                    <div
            class="humble">Mar 17, 2026 - 11:59</div>
        </div>
        <a class="news__item-body"
           href="https://u.today/xrp-takes-top-4th-spot-away-from-bnb-as-market-rebounds">
          <div class="news__item-title">
            XRP Takes Fourth Place Away From BNB as Market Rebounds          </div>
        </a>
        <div class="news__item-tags">
          <a href="/xrp-0" hreflang="en">XRP </a><a href="/spot-xrp-etf" hreflang="en">Spot XRP ETF</a><a href="/binance-coin-bnb-coin-news-today" hreflang="en">Binance Coin News</a><a href="/bitcoin" hreflang="en">Bitcoin</a>
        </div>
      </div>
                
  

        </div>
      </div>
      
<ul class="js-pager__items pager" data-drupal-views-infinite-scroll-pager="automatic">
  <li class="pager__item">
    <a class="button" href="?_wrapper_format=html&amp;page=1" title="Load more items" rel="next">Load More</a>
  </li>
</ul>

    </div>
  </div>


        
        
    </main>
    <div class="aside-menu-block">
      <div class="card">
                        <div class="card">
            <div class="something">
      <div class="something__title">Advertisement</div>
      <div class="something__nav">
                <button class="btn btn--light something__close"
                aria-label="Close ad"></button>
      </div>
      <div class="something__content">
        <div class="something__content--long" data-slotid="block_5">
              
                                <div class="card--something-md" style="width:340px;height:280px;">                            <!-- Sidebar-1 336x280 [async] -->
<script type="text/javascript">
if (window.innerWidth > 768) {
if (!window.AdButler){(function(){var s = document.createElement("script"); s.async = true; s.type = "text/javascript";s.src = 'https://servedbyadbutler.com/app.js';var n = document.getElementsByTagName("script")[0]; n.parentNode.insertBefore(s, n);}());}
}
</script>
<script type="text/javascript">
if (window.innerWidth > 768) {
var AdButler = AdButler || {}; AdButler.ads = AdButler.ads || [];
var abkw = window.abkw || '';
var plc537202 = window.plc537202 || 0;
document.write('<'+'div id="placement_537202_'+plc537202+'"></'+'div>');
AdButler.ads.push({handler: function(opt){ AdButler.register(183269, 537202, [336,280], 'placement_537202_'+opt.place, opt); }, opt: { place: plc537202++, keywords: abkw, domain: 'servedbyadbutler.com', click:'CLICK_MACRO_PLACEHOLDER' }});
}
</script>
                    </div>
            

        </div>
              </div>
          </div>
          </div>
        </div>
    <div class="card">
                        <div class="card">
            <div class="something">
      <div class="something__title">Advertisement</div>
      <div class="something__nav">
                <button class="btn btn--light something__close"
                aria-label="Close ad"></button>
      </div>
      <div class="something__content">
        <div class="something__content--long" data-slotid="block_6">
              
                                <div style="width:336px;height:280px;">                                                <!-- Sidebar 2 336x280 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:336px;height:280px"
     data-ad-client="ca-pub-9245916885225528"
     data-ad-slot="3492499702"></ins>
                                    </div>
            

        </div>
              </div>
          </div>
          </div>
        </div>

    <div class="card">
    <div class="brick brick--light">
      <div class="brick__head">
        <div class="brick__title h3">Latest Press releases</div>
      </div>
      <div class="brick__body">
        <div class="news__item"><a class="news__item-body" href="https://u.today/press-releases/solarious-goes-live-with-infrastructure-for-verifiable-solar-energy-production">
        <div class="news__item-title">Solarious Goes Live With Infrastructure for Verifiable Solar Energy Production</div>
    </a></div>
<div class="news__item"><a class="news__item-body" href="https://u.today/press-releases/bingx-evolves-into-a-multi-asset-trading-platform-connecting-users-to-global">
        <div class="news__item-title">BingX Evolves into a Multi-Asset Trading Platform, Connecting Users to Global Opportunities</div>
    </a></div>
<div class="news__item"><a class="news__item-body" href="https://u.today/press-releases/kucoin-spotlight-returns-with-a-gnoland-gnot-pre-listing-subscription-featuring-pro">
        <div class="news__item-title">KuCoin Spotlight Returns With a Gno.land (GNOT) Pre-Listing Subscription, Featuring Pro-Rata Allocation, KCS Holder Benefits and Conditional Buyback Mechanism</div>
    </a></div>

      </div>
    </div>
  </div>
  <div class="card--widget" id="cc-widget-container">
    <script type="text/javascript">
      (function () {
        var container = document.getElementById('cc-widget-container');
        var loaded = false;
        var observer = new IntersectionObserver(function (entries) {
          if (entries[0].isIntersecting && !loaded) {
            loaded = true;
            observer.disconnect();
            var appName = encodeURIComponent(window.location.hostname) || 'local';
            var s = document.createElement('script');
            s.type = 'text/javascript';
            s.async = true;
            var theUrl = 'https://widgets.cryptocompare.com/serve/v1/coin/chart?fsym=BTC&tsym=USD';
            s.src = theUrl + '&app=' + appName;
            container.appendChild(s);
          }
        }, { rootMargin: '200px' });
        observer.observe(container);
      })();
    </script>
  </div>
  <div class="card">
                      <div class="card">
            <div class="something">
      <div class="something__title">Advertisement</div>
      <div class="something__nav">
                <button class="btn btn--light something__close"
                aria-label="Close ad"></button>
      </div>
      <div class="something__content">
        <div class="something__content--long" data-slotid="block_7">
              
                                <div style="width:336px;height:280px;">                            <!-- Main Page Sidebar3 Desktop 336x280 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:336px;height:280px"
     data-ad-client="ca-pub-9245916885225528"
     data-ad-slot="1668738026"></ins>
                    </div>
            

        </div>
              </div>
          </div>
          </div>
      </div>

  <section class="card card--light">
    <h4 class="card__title">Recommended articles</h4>
    <div class="card__body">
        <div class="news__item">
    <div class="news__item-head humble__row"><a href="/opinions" hreflang="en">Opinions</a>
        <div class="humble">Sep 15, 2026 - 19:58</div>
    </div><a class="news__item-body" href="https://u.today/opinions/clarity-act-fails-again-what-it-means-for-crypto">
        <div class="news__item-title">Clarity Act Fails Again: What It Means for Crypto</div></a>
    <div class="news__item-footer"><a class="humble humble--author"
                                      href="/dan-burgin">
            <img width="224" height="140" alt="article image" src="https://u.today/sites/default/files/2024-02/45425.jpg"  class="humble__img" />
            Dan Burgin</a></div>
</div>

<div class="news__item">
    <div class="news__item-head humble__row"><a href="/reviews" hreflang="en">Reviews</a>
        <div class="humble">Sep 11, 2026 - 12:20</div>
    </div><a class="news__item-body" href="https://u.today/reviews/qorechain-review-post-quantum-security-with-triple-vm-blockchain">
        <div class="news__item-title">QoreChain Review: Post-Quantum Security With Triple-VM Blockchain</div></a>
    <div class="news__item-footer"><a class="humble humble--author"
                                      href="/dan-burgin">
            <img width="224" height="140" alt="article image" src="https://u.today/sites/default/files/2024-02/45425.jpg"  class="humble__img" />
            Dan Burgin</a></div>
</div>

<div class="news__item">
    <div class="news__item-head humble__row"><a href="/guides" hreflang="en">Guides</a><a href="/guides/meme-coins" hreflang="en">Meme Coins</a>
        <div class="humble">Sep 9, 2026 - 10:14</div>
    </div><a class="news__item-body" href="https://u.today/guides/top-meme-coins-in-september-2026-guide">
        <div class="news__item-title">Top Meme Coins in September 2026: Guide</div></a>
    <div class="news__item-footer"><a class="humble humble--author"
                                      href="/utoday-editorial-team">
            <img width="224" height="140" alt="article image" src="https://u.today/sites/default/files/2024-02/44733%20%282%29_1.jpg"  class="humble__img" />
            U.Today Editorial Team</a></div>
</div>

<div class="news__item">
    <div class="news__item-head humble__row"><a href="/reviews" hreflang="en">Reviews</a>
        <div class="humble">Sep 9, 2026 - 10:00</div>
    </div><a class="news__item-body" href="https://u.today/reviews/zmo-review-how-1-click-trading-simplifies-crypto">
        <div class="news__item-title">ZMO Review: How 1-Click Trading Simplifies Crypto</div></a>
    <div class="news__item-footer"><a class="humble humble--author"
                                      href="/dan-burgin">
            <img width="224" height="140" alt="article image" src="https://u.today/sites/default/files/2024-02/45425.jpg"  class="humble__img" />
            Dan Burgin</a></div>
</div>

<div class="news__item">
    <div class="news__item-head humble__row"><a href="/crypto-news-digest" hreflang="en">Crypto News Digest</a>
        <div class="humble">Sep 2, 2026 - 14:36</div>
    </div><a class="news__item-body" href="https://u.today/top-5-crypto-news-in-august-ripple-xrp-bitcoin-ethereum-and-shiba-inu">
        <div class="news__item-title">Top 5 Crypto News in August: Ripple, XRP, Bitcoin, Ethereum and Shiba Inu</div></a>
    <div class="news__item-footer"><a class="humble humble--author"
                                      href="/dan-burgin">
            <img width="224" height="140" alt="article image" src="https://u.today/sites/default/files/2024-02/45425.jpg"  class="humble__img" />
            Dan Burgin</a></div>
</div>


    </div>
</section>

            <div class="card">
            <div class="card__title">Price Index</div>
            <div class="card__body">
<a class="aside-coin" href="https://u.today/priceindex/bitcoin">

                <div class="aside-coin__name">Bitcoin (BTC) Price Index</div>
   <div class="btn--reset aside-coin__btn"></div>
</a>
<a class="aside-coin" href="https://u.today/priceindex/ethereum">

                <div class="aside-coin__name">Ethereum (ETH) Price Index</div>
   <div class="btn--reset aside-coin__btn"></div>
</a>
<a class="aside-coin" href="https://u.today/priceindex/xrp">

                <div class="aside-coin__name">XRP Price Index</div>
   <div class="btn--reset aside-coin__btn"></div>
</a>
<a class="aside-coin" href="https://u.today/priceindex/cardano">

                <div class="aside-coin__name">Cardano (ADA) Price Index</div>
   <div class="btn--reset aside-coin__btn"></div>
</a>
<a class="aside-coin" href="https://u.today/priceindex/Dogecoin">

                <div class="aside-coin__name">Dogecoin (DOGE) Price Index</div>
   <div class="btn--reset aside-coin__btn"></div>
</a>
<a class="aside-coin" href="https://u.today/priceindex/Shiba">

                <div class="aside-coin__name">Shiba Inu (SHIB) Price Index</div>
   <div class="btn--reset aside-coin__btn"></div>
</a>
<a class="aside-coin" href="https://u.today/priceindex/Tron">

                <div class="aside-coin__name">Tron (TRX) Price Index</div>
   <div class="btn--reset aside-coin__btn"></div>
</a>
<a class="aside-coin" href="https://u.today/priceindex/Polygon">

                <div class="aside-coin__name">Polygon (POL) Price Index</div>
   <div class="btn--reset aside-coin__btn"></div>
</a>
<a class="aside-coin" href="https://u.today/priceindex/Litecoin">

                <div class="aside-coin__name">Litecoin (LTC) Price Index</div>
   <div class="btn--reset aside-coin__btn"></div>
</a>
<a class="aside-coin" href="https://u.today/priceindex/Solana">

                <div class="aside-coin__name">Solana (SOL) Price Index</div>
   <div class="btn--reset aside-coin__btn"></div>
</a>
<a class="aside-coin" href="https://u.today/priceindex/zec">

                <div class="aside-coin__name">Zcash (ZEC) Price Index</div>
   <div class="btn--reset aside-coin__btn"></div>
</a>
<a class="aside-coin" href="https://u.today/priceindex/hyper">

                <div class="aside-coin__name">Hyperliquid (HYPE) Price Index</div>
   <div class="btn--reset aside-coin__btn"></div>
</a>

<div class="card__footer">
    <button class="btn btn--border-accent aside-coin__toggle" aria-label="Toggle coins">Show all</button>
</div>
</div></div>
<div class="card card--grey">
  <div class="card__wrap">

    <div class="card__title">Our social media</div>
    <div class="card__desc">There's a lot to see there, too</div>
    <div class="card__body">
      <div class="social">

        <a class="social__link social__link--tw"
           href="https://twitter.com/Utoday_en" target="_blank"
           title="Go to X"></a>
        <a class="social__link social__link--fb"
           href="https://facebook.com/utoday.en/" target="_blank"
           title="Go to Facebook"></a>
        <a class="social__link social__link--tg" href="https://t.me/utoday_en"
           target="_blank" title="Go to Telegram"></a>
        <a class="social__link social__link--yb"
           href="https://www.youtube.com/c/UToday" target="_blank"
           title="Go to YouTube"></a></div>
      <div class="card__google-badge google-badge"><a class="google-badge__link"
                                                      href="https://www.google.com/preferences/source?q=u.today"
                                                      title="Go to Google News">
          <img class="google-badge__img"
               src="/themes/cryptod/img/content/google-badge/badge_dark.png"
               width="185" height="58" alt="Google"></a></div>
    </div>
  </div>

</div>
<div class="card">
  <div class="brick brick--light">
    <div class="brick__head">
      <a class="brick__title h3" href="/stories">Popular articles</a>
    </div>
    <div class="brick__body">
      <div class="news__item">
    <div class="news__item-head humble__row"><a href="/latest-cryptocurrency-news" hreflang="en">News</a>
        <div class="humble">Sep 16, 2026 - 6:01</div>
    </div>
    <a class="news__item-body" href="https://u.today/ripple-clo-reassures-xrp-holders-after-clarity-failure">
        <div class="news__item-title">Ripple CLO Reassures XRP Holders After Clarity Failure</div>
    </a>
    <div class="news__item-tags"><a href="/ripple-news" hreflang="en">Ripple News</a> <a href="/stuart-alderoty" hreflang="en">Stuart Alderoty</a></div>
    <div class="news__item-footer"><a class="humble humble--author"
                                      href="/alex-dovbnya">Alex Dovbnya</a>
    </div>
</div>

<div class="news__item">
    <div class="news__item-head humble__row"><a href="/crypto-coins-prices-predictions" hreflang="en">Price Analysis</a>
        <div class="humble">Sep 16, 2026 - 0:01</div>
    </div>
    <a class="news__item-body" href="https://u.today/price-analysis/shiba-inu-shib-hyperliquid-hype-dogecoin-doge-and-monero-xmr-price-analysis-for-september-16-bears">
        <div class="news__item-title">Shiba Inu (SHIB), Hyperliquid (HYPE), Dogecoin (DOGE) and Monero (XMR) Price Analysis For September 16: Bears Take Upper Hand</div>
    </a>
    <div class="news__item-tags"><a href="/shiba-inu" hreflang="en">Shiba Inu</a> <a href="/hyperliquid" hreflang="en">Hyperliquid</a> <a href="/dogecoin" hreflang="en">Dogecoin</a> <a href="/monero" hreflang="en">Monero</a></div>
    <div class="news__item-footer"><a class="humble humble--author"
                                      href="/arman-shirinyan">Arman Shirinyan</a>
    </div>
</div>

<div class="news__item">
    <div class="news__item-head humble__row"><a href="/latest-cryptocurrency-news" hreflang="en">News</a>
        <div class="humble">Sep 15, 2026 - 19:59</div>
    </div>
    <a class="news__item-body" href="https://u.today/btc-xrp-shib-plunge-after-clarity-failure-these-senators-voted-against-it">
        <div class="news__item-title">BTC, XRP, SHIB Plunge After Clarity Failure: These Senators Voted Against It</div>
    </a>
    <div class="news__item-tags"><a href="/bitcoin-price-prediction" hreflang="en">Bitcoin Price Prediction</a> <a href="/xrp-price-prediction" hreflang="en">XRP Price Prediction</a> <a href="/shiba-inu-shib-price-prediction" hreflang="en">Shiba Inu (SHIB) Price Prediction</a></div>
    <div class="news__item-footer"><a class="humble humble--author"
                                      href="/alex-dovbnya">Alex Dovbnya</a>
    </div>
</div>


      <div class="card__footer"><a class="btn btn--border-accent"
                                   href="/stories">Show all</a></div>
    </div>
  </div>
</div>

<script src="/themes/cryptod/libs/air-datepicker/air-datepicker.js"></script>
<script src="/themes/cryptod/libs/loadHotNews.js"></script>


                    <div class="card">
            <div class="something">
      <div class="something__title">Advertisement</div>
      <div class="something__nav">
                <button class="btn btn--light something__close"
                aria-label="Close ad"></button>
      </div>
      <div class="something__content">
        <div class="something__content--long" data-slotid="block_8">
              
                                <div class="card--something-md" style="width:300px;height:600px;">                                                <!-- Sidebar 4 Desktop -->
<ins class="adsbygoogle"
     style="display:inline-block;width:336px;height:280px"
     data-ad-client="ca-pub-9245916885225528"
     data-ad-slot="2019371241"></ins>
                                    </div>
            

        </div>
              </div>
          </div>
          </div>
    </div>
</div>


            </div>
        <script>
            urlt = 'https://twitter.com/intent/tweet?url=https://u.today/xrp-0&text=XRP - Latest, hot news on U.Today';
            urlf = 'http://www.facebook.com/sharer/sharer.php?u=https://u.today/xrp-0&text=XRP - Latest, hot news on U.Today';
            urltg = 'https://t.me/share/url?url=https://u.today/xrp-0&text=XRP - Latest, hot news on U.Today';
            urlrd = 'http://www.reddit.com/submit?url=u.today/xrp-0&title=XRP - Latest, hot news on U.Today';
        </script>


        <footer class="footer">
            <div class="container footer__container">
                <div class="footer__panel">
                    <div class="footer__subscribe">
                        <a class="btn btn--accent btn--subscribe footer__subscribe-btn" href="/subscribe">Subscribe</a>
                        <div class="footer__subscribe-title">Subscribe to daily newsletter</div>
                    </div>
                    <div class="footer__social">
                        <div class="footer__social-info">
                            <div class="footer__social-title">Our social media</div>
                            <div class="footer__social-desc">There's a lot to see there, too</div>
                        </div>
                        <div class="social social--light">
                            <a class="social__link social__link--tw" href="https://twitter.com/Utoday_en" target="_blank" title="Go to X"></a>
                            <a class="social__link social__link--fb" href="https://facebook.com/utoday.en/" target="_blank" title="Go to Facebook"></a>
                            <a class="social__link social__link--tg" href="https://t.me/utoday_en" target="_blank" title="Go to Telegram"></a>
                        </div>
                    </div>
                </div>


                <nav class="footer__nav" aria-label="Footer navigation">
                    
            
 
  

        
                            <ul class="footer__nav-list">
                                                        <li class="footer__nav-item footer__nav-item--arrow">
            
                            <div class="footer__nav-item-title">
                    <a href="/latest-cryptocurrency-news" class="footer__nav-link" data-drupal-link-system-path="taxonomy/term/2594">News</a>
                    <button class="btn btn--light btn--chevron-down footer__nav-toggle"
                            aria-label="Toggle submenu"></button>
                </div>
                                                                                <ul class="footer__nav-child-list">
                                            <li class="footer__nav-child-item">
            
                            <a href="/bitcoin-news" class="footer__nav-child-link" data-drupal-link-system-path="taxonomy/term/2462">Bitcoin (BTC) News</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/ethereum-news" class="footer__nav-child-link" data-drupal-link-system-path="taxonomy/term/2463">Ethereum (ETH) News</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/cardano-ada-coin-news" class="footer__nav-child-link">Cardano (ADA) News</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/ripple-news" class="footer__nav-child-link" data-drupal-link-system-path="taxonomy/term/2465">Ripple and XRP News</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/shiba-inu-shib-news" class="footer__nav-child-link">Shiba Inu (SHIB) News</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/dogecoin-doge-coin-news-today" class="footer__nav-child-link">Dogecoin (DOGE) News</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/meme-cryptocurrencies" class="footer__nav-child-link">Meme Cryptocurrencies</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/nft-news" class="footer__nav-child-link">NFT News</a>
                                    </li>
                </ul>
    
                        </li>
                                    <li class="footer__nav-item footer__nav-item--arrow">
            
                            <div class="footer__nav-item-title">
                    <a href="/stories" class="footer__nav-link" data-drupal-link-system-path="stories">Stories</a>
                    <button class="btn btn--light btn--chevron-down footer__nav-toggle"
                            aria-label="Toggle submenu"></button>
                </div>
                                                                                <ul class="footer__nav-child-list">
                                            <li class="footer__nav-child-item">
            
                            <a href="/interviews" class="footer__nav-child-link" data-drupal-link-system-path="taxonomy/term/1831">Interviews</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/opinions" class="footer__nav-child-link" data-drupal-link-system-path="taxonomy/term/30">Opinions</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/reviews" class="footer__nav-child-link">Reviews</a>
                                    </li>
                </ul>
    
                        </li>
                                    <li class="footer__nav-item footer__nav-item--arrow">
            
                            <div class="footer__nav-item-title">
                    <a href="/crypto-coins-prices-predictions" class="footer__nav-link" data-drupal-link-system-path="taxonomy/term/27">Price Analysis</a>
                    <button class="btn btn--light btn--chevron-down footer__nav-toggle"
                            aria-label="Toggle submenu"></button>
                </div>
                                                                                <ul class="footer__nav-child-list">
                                            <li class="footer__nav-child-item">
            
                            <a href="/bitcoin-price-prediction" class="footer__nav-child-link" data-drupal-link-system-path="taxonomy/term/2491">Bitcoin (BTC) Price Analysis</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/ethereum-price-prediction" class="footer__nav-child-link" data-drupal-link-system-path="taxonomy/term/2492">Ethereum (ETH) Price Analysis</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/xrp-price-analysis" class="footer__nav-child-link" data-drupal-link-system-path="taxonomy/term/2494">XRP Price Analysis</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/cardano-price-predictions-and-ada-forecasts" class="footer__nav-child-link">Cardano (ADA) Price Analysis</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/dogecoin-price-prediction" class="footer__nav-child-link">Dogecoin (DOGE) Price Analysis</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/shiba-inu-shib-price-prediction" class="footer__nav-child-link">Shiba Inu (SHIB) Price Analysis</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/tron-price-prediction" class="footer__nav-child-link">TRON (TRX) Price Analysis</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/matic-price-prediction" class="footer__nav-child-link">Polygon (MATIC) Price Analysis</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/litecoin-price-predictions-and-ltc-forecasts" class="footer__nav-child-link">Litecoin (LTC) Price Analysis</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/solana-price-prediction" class="footer__nav-child-link">Solana (SOL) Price Analysis</a>
                                    </li>
                </ul>
    
                        </li>
                                    <li class="footer__nav-item footer__nav-item--arrow">
            
                            <div class="footer__nav-item-title">
                    <a href="https://u.today/guides" class="footer__nav-link">Guides</a>
                    <button class="btn btn--light btn--chevron-down footer__nav-toggle"
                            aria-label="Toggle submenu"></button>
                </div>
                                                                                <ul class="footer__nav-child-list">
                                            <li class="footer__nav-child-item">
            
                            <a href="/guides/blockchain" class="footer__nav-child-link" data-drupal-link-system-path="taxonomy/term/2582">Blockchain</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/guides/ethereum" title="Ethereum (ETH) Guide" class="footer__nav-child-link">Ethereum</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/guides/cardano" title="Cardano (ADA) Guide" class="footer__nav-child-link">Cardano</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/guides/polygon" title="Polygon (MATIC) Guide" class="footer__nav-child-link">Polygon</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/guides/meme-coins" title="All Stablecoins in One Place: Dogecoin (DOGE), Shiba Inu (SHIB) and Others" class="footer__nav-child-link">Meme Coins</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/guides/stablecoins" title="USDT, USDC, USDD, EUROC, BUSD Guides" class="footer__nav-child-link">Stablecoins</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/guides/NFT" title="NFT Guides" class="footer__nav-child-link">NFT</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/guides/crypto-wallets" class="footer__nav-child-link" data-drupal-link-system-path="taxonomy/term/2617">Wallets</a>
                                    </li>
                </ul>
    
                        </li>
                                    <li class="footer__nav-item footer__nav-item--arrow">
            
                            <div class="footer__nav-item-title">
                    <a href="https://u.today/advertise" class="footer__nav-link">Advertise</a>
                    <button class="btn btn--light btn--chevron-down footer__nav-toggle"
                            aria-label="Toggle submenu"></button>
                </div>
                                                                                <ul class="footer__nav-child-list">
                                            <li class="footer__nav-child-item">
            
                            <a href="/press-releases/submit" class="footer__nav-child-link" data-drupal-link-system-path="node/48213">Submit Press Release</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/crypto-rewards/submit" title="Submit Crypto Rewards on U.Today" class="footer__nav-child-link">Submit Crypto Rewards</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/event/submit" class="footer__nav-child-link" data-drupal-link-system-path="node/14953">Submit Events Calendar</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/request-an-interview" class="footer__nav-child-link" data-drupal-link-system-path="node/17640">Request an Interview</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/press-releases" class="footer__nav-child-link" data-drupal-link-system-path="press-releases">Press releases</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/crypto-rewards" title="Crypto Rewards list" class="footer__nav-child-link">Crypto Rewards</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/sponsored" class="footer__nav-child-link">Sponsored</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/partners" class="footer__nav-child-link" data-drupal-link-system-path="partners">Partners</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/events" title="Cryptocurrency, Blockchain, Web 3.0, GameFi, DeFi Events Calendar" class="footer__nav-child-link">Events Calendar</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/mentions" class="footer__nav-child-link" data-drupal-link-system-path="mentions">Mentions</a>
                                    </li>
                </ul>
    
                        </li>
                                    <li class="footer__nav-item footer__nav-item--arrow">
            
                            <div class="footer__nav-item-title">
                    <a href="/about" class="footer__nav-link" data-drupal-link-system-path="node/64">About</a>
                    <button class="btn btn--light btn--chevron-down footer__nav-toggle"
                            aria-label="Toggle submenu"></button>
                </div>
                                                                                <ul class="footer__nav-child-list">
                                            <li class="footer__nav-child-item">
            
                            <a href="/about" class="footer__nav-child-link" data-drupal-link-system-path="node/64">Contacts</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/terms-and-conditions" class="footer__nav-child-link" data-drupal-link-system-path="node/687">Terms and conditions</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/privacy-policy" class="footer__nav-child-link" data-drupal-link-system-path="node/16134">Privacy policy</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/consent-settings" class="footer__nav-child-link" data-drupal-link-system-path="node/21317">Consent settings</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/privacy-policy#cookie" class="footer__nav-child-link" data-drupal-link-system-path="node/16134">Cookies policy</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/editorial-policy" class="footer__nav-child-link" data-drupal-link-system-path="node/17108">Editorial Policy</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/franchise" class="footer__nav-child-link">Our Franchise</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="/jobs" class="footer__nav-child-link" data-drupal-link-system-path="node/2761">Jobs</a>
                                    </li>
                                    <li class="footer__nav-child-item">
            
                            <a href="https://u.today/rss.php" title="U.Today RSS Feed" class="footer__nav-child-link">RSS</a>
                                    </li>
                </ul>
    
                        </li>
                </ul>
    


  

                </nav>
                <div class="footer__disclaimer">
                    <p class="footer__disclaimer-text">Disclaimer: The opinions expressed here are not investment advice; they are provided for informational purposes only. The opinions expressed by our writers are their own and do not represent the views of U.Today. Every investment and all trading involves risk, so you should always perform your own research prior to making decisions. U.Today is not liable for any financial losses incurred while trading cryptocurrencies. We do not recommend investing money you cannot afford to lose.</p>
                </div>
                <div class="footer__copy">
                    <div class="footer__copy-text">© 2017-2026 U.Today. All rights reserved.</div>
                    <a class="footer__copy-link" href="https://u.today/terms-and-conditions">Terms and conditions</a><a
                            class="footer__copy-link" href="https://u.today/privacy-policy">Privacy Policy</a>
                </div>

            </div>
        </footer>
        <div class="modal" id="subscribe-form">
            <div class="modal__square modal__square-tiny">
                <button class="modal__close btn btn--light btn--cross" data-close-modal></button>
                <div class="modal__square-content">
                    <h2 class="modal__square-title">Subscribe to daily newsletter</h2>
                    <form class="modal__form" action="#" method="get">

                        <div class="input">
                            <input class="input__elem input--valid" type="email" name="subscribe-email" valid-email="" placeholder="Email" required="">
                        </div>
                        <div class="form__agree text-small">By pressing the “Subscribe button” you agree with our <a href="privacy-policy">Privacy Policy</a></div>
                        <button class="submit-button btn btn--accent modal__square-btn" type="submit" aria-label="Send form" disabled>Subscribe</button>
                    </form>
                </div>

            </div>
        </div>

                                            <div class="something--lowner">
                                <div class="something">
      <div class="something__title">Advertisement</div>
      <div class="something__nav">
                  <div class="something__label">AD</div>
                <button class="btn btn--light something__close"
                aria-label="Close ad"></button>
      </div>
      <div class="something__content">
        <div class="something__content--long" data-slotid="block_3">
              
                                <div style="width:1150px;height:60px;">                            <!-- Sticky footer 1150x60 [async] -->
<script type="text/javascript">
if (document.documentElement.clientWidth > 768) {
if (!window.AdButler){(function(){var s = document.createElement("script"); s.async = true; s.type = "text/javascript"; s.src = 'https://servedbyadbutler.com/app.js'; var n = document.getElementsByTagName("script")[0]; n.parentNode.insertBefore(s, n);}());}
}
</script>
<script type="text/javascript">
if (document.documentElement.clientWidth > 768) {
var AdButler = AdButler || {};
AdButler.ads = AdButler.ads || [];
var abkw = window.abkw || '';
var plc721352 = window.plc721352 || 0;
document.write('<'+'div id="placement_721352_'+plc721352+'"></'+'div>');
AdButler.ads.push({handler: function(opt){ AdButler.register(183269, 721352, [1150,60], 'placement_721352_'+opt.place, opt); }, opt: { place: plc721352++, keywords: abkw, domain: 'servedbyadbutler.com', click: 'CLICK_MACRO_PLACEHOLDER' }});
}
</script>
                    </div>
            

        </div>
                  <div class="something__content--square" data-slotid="block_4">
                
                                <div style="width:px;height:px;">                                                <!-- Sticky footer 336x60 [async] -->
<script type="text/javascript">
if (document.documentElement.clientWidth < 768) {
if (!window.AdButler){(function(){var s = document.createElement("script"); s.async = true; s.type = "text/javascript"; s.src = 'https://servedbyadbutler.com/app.js'; var n = document.getElementsByTagName("script")[0]; n.parentNode.insertBefore(s, n);}());}
}
</script>
<script type="text/javascript">
if (document.documentElement.clientWidth < 768) {
var AdButler = AdButler || {};
AdButler.ads = AdButler.ads || [];
var abkw = window.abkw || '';
var plc826055 = window.plc826055 || 0;
document.write('<'+'div id="placement_826055_'+plc826055+'"></'+'div>');
AdButler.ads.push({handler: function(opt){ AdButler.register(183269, 826055, [336,60], 'placement_826055_'+opt.place, opt); }, opt: { place: plc826055++, keywords: abkw, domain: 'servedbyadbutler.com', click: 'CLICK_MACRO_PLACEHOLDER' }});
}
</script>
                                    </div>
            

          </div>
              </div>
          </div>
                </div>
                        <div class="modal" id="thank-you">
            <button class="modal__close btn btn--light btn--cross" data-close-modal></button>
            <div class="modal__square modal__square-tiny">
                <div class="modal__square-content"><img class="modal__square-icon" src="/img/icons/form/successful.svg"
                                                        width="48" height="48" alt="Successful">
                    <h2 class="modal__square-title">Successful!</h2>
                    <div class="modal__square-desc text-small text-center">Thank you. We'll contact you shortly.</div>
                    <button class="btn btn--huge btn--wide btn--input modal__square-btn" aria-label="Ok"
                            data-close-modal>Ok
                    </button>
                </div>
            </div>
        </div>
        <script src="/core/assets/vendor/jquery/jquery.min.js"></script>
        <script type="application/json" data-drupal-selector="drupal-settings-json">{"path":{"baseUrl":"\/","pathPrefix":"","currentPath":"taxonomy\/term\/4486","currentPathIsAdmin":false,"isFront":false,"currentLanguage":"en"},"pluralDelimiter":"\u0003","suppressDeprecationErrors":true,"ajaxPageState":{"libraries":"eJw1yksOgCAMANELgRyJ8KmkSWkNrRpubyK6mcXLlDEPkxoaSU7k1SYhN6dTDXrIScFdCLeGt1uXetJHEXlHRoOoZQjRWvyvfukDWWUmfA","theme":"cryptod","theme_token":null},"ajaxTrustedUrl":[],"views":{"ajax_path":"\/views\/ajax","ajaxViews":{"views_dom_id:c6c593ce75a22a4034cb243786d82a0f535220e1422eb903cdc5514e5ae3ae04":{"view_name":"taxonomy_term","view_display_id":"page_1","view_args":"4486","view_path":"\/taxonomy\/term\/4486","view_base_path":"taxonomy\/term\/%","view_dom_id":"c6c593ce75a22a4034cb243786d82a0f535220e1422eb903cdc5514e5ae3ae04","pager_element":0}}},"user":{"uid":0,"permissionsHash":"8341bee5fa5411abcbcedc06d79a0097146099e116de96d62049a2211b08d89b"}}</script>
<script src="/core/assets/vendor/once/once.min.js?v=1.0.1"></script>
<script src="/core/misc/drupalSettingsLoader.js?v=10.2.13-dev"></script>
<script src="/core/misc/drupal.js?v=10.2.13-dev"></script>
<script src="/core/misc/drupal.init.js?v=10.2.13-dev"></script>
<script src="/core/assets/vendor/tabbable/index.umd.min.js?v=6.2.0"></script>
<script src="/core/misc/debounce.js?v=10.2.13-dev"></script>
<script src="/core/assets/vendor/jquery-form/jquery.form.min.js?v=4.3.0"></script>
<script src="/core/misc/progress.js?v=10.2.13-dev"></script>
<script src="/core/assets/vendor/loadjs/loadjs.min.js?v=4.2.0"></script>
<script src="/core/misc/announce.js?v=10.2.13-dev"></script>
<script src="/core/misc/message.js?v=10.2.13-dev"></script>
<script src="/core/misc/ajax.js?v=10.2.13-dev"></script>
<script src="/core/modules/views/js/base.js?v=10.2.13-dev"></script>
<script src="/core/modules/views/js/ajax_view.js?v=10.2.13-dev"></script>
<script src="/modules/contrib/views_infinite_scroll/js/infinite-scroll.js?v=10.2.13-dev"></script>


            <link rel="manifest" href="/site.webmanifest">
            <script src="/themes/cryptod/js/infinite-scroll.pkgd.min.js"></script>
            <script src="/themes/cryptod/js/slick.min.js"></script>
            <script src="/themes/cryptod/js/main.js?v=46"></script>
            <script src="/themes/cryptod/js/infinite-scroll-fix.js"></script>
            <script src="/themes/cryptod/libs/isotope.min.js"></script>
            <script type='text/javascript'>
                let isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);

                if (isSafari) {
                    document.body.classList.add('browser-safari');
                }
                const gEvent = function (type, share) {
                    gtag('event', share, {
                        'type': type,
                    });
                };
                let infinitePage = 1;
                jQuery('.main-news-block').on('append.infiniteScroll', function (event, response, path, items) {





                    const btnsCloseBanner = document.getElementsByClassName('something__close');
                    for (let elem of btnsCloseBanner) {
                        elem.addEventListener('click', () => {
                            elem.closest('.something').remove();
                        })
                    }


                    gtag('event', 'infinite', {
                        'infinite': infinitePage,
                    });
                    infinitePage += 1;

                                        [].forEach.call(document.querySelectorAll('.adsbygoogle'), function () {
                        try {
                            (adsbygoogle = window.adsbygoogle || []).push({});
                        } catch (e) {
                            //return null;
                        }
                    });
                });

                //submit event ajax
                jQuery(document).on('submit', '.sevent', function () {
                    var data = new FormData();
                    var file;
                    if (document.getElementById('input__file')) {
                        file = document.getElementById('input__file').files;
                        jQuery.each(file, function (key, value) {
                            data.append(key, value);
                        });
                    }

                    if (document.getElementById('input__file2')) {
                        file = document.getElementById('input__file2').files;
                        jQuery.each(file, function (key, value) {

                            data.append(key, value);
                        });
                    }
                    jQuery.each(this, function (i, val) {
                        var input = jQuery(val);
                        if (input.attr('name') != 'file') data.append(input.attr('name'), input.val());
                    });


                    jQuery.ajax({
                        url: jQuery(this).attr('action'),
                        type: 'POST',
                        dataType: 'json',
                        cache: false,
                        processData: false,
                        contentType: false,
                        data: data,
                        success: function (data) {
                            jQuery('.sevent').html('<h2>Thanks for submit. We will contact you soon.</h2>');
                            return false;
                        },
                        error: function (xhr, err) {

                            alert('Error');
                        }
                    });
                    return false;
                });

                //submit event end
            </script>

            <script type="text/javascript">
                const initBanners = function () {
                    let elements =
                        document.getElementsByClassName('imageBannersContainer');
                    for (let i = 0; i < elements.length; i++) {
                        let bannerElements = elements[i].getElementsByClassName("imageBanner");
                        let bannerIndex = Math.random() * bannerElements.length;
                        let firstDigitStr = String(bannerIndex)[0];
                        bannerElements[firstDigitStr].style.display = 'block';
                    }
                };

                jQuery(document).ready(function () {

                    (function ($) {
                        if (jQuery(window).width() > '850') {
                            jQuery('.press-releases__slider, .upcoming__slider').slick({
                                infinite: false,
                                slidesToShow: 3,
                                slidesToScroll: 1,
                                arrows: true,
                                dots: false
                            });
                        }
                    })(jQuery);


                    initBanners();

                    var OneSignal = window.OneSignal || [];
                    OneSignal.push(function () {
                        OneSignal.init({
                            appId: "8fd8204c-a529-4b35-98be-27f71d473d9a",
                        });
                    });

                    let menus = document.querySelectorAll('.main_page a');
                    menus.forEach(el => el.addEventListener('click', event => {
                        gtag('event', 'header_menu_click', {
                            'header_menu_click': 'click',
                        });
                    }));

                    menus = document.querySelectorAll('.article a[target="_blank"]');
                    menus.forEach(el => el.addEventListener('click', event => {
                        gtag('event', 'article_link_click', {
                            'article_link_click': 'click',
                        });
                    }));
                    menus = document.querySelectorAll('.article__related a');
                    menus.forEach(el => el.addEventListener('click', event => {
                        gtag('event', 'card_click', {
                            'card_click': 'click',
                        });
                    }));
                    menus = document.querySelectorAll('.views-infinite-scroll-content-wrapper .category-item a');
                    menus.forEach(el => el.addEventListener('click', event => {
                        gtag('event', 'related_click', {
                            'related_click': 'click',
                        });
                    }));
                    menus = document.querySelectorAll('.article__listen-audio');
                    menus.forEach(el => el.addEventListener('click', event => {
                        gtag('event', 'tts_click', {
                            'tts_click': 'click',
                        });
                    }));
                    menus = document.querySelectorAll('.header__nav-link');
                    menus.forEach(el => el.addEventListener('click', event => {
                        gtag('event', 'header_menu_click', {
                            'header_menu': 'click',
                        });
                    }));
                    menus = document.querySelectorAll('.footer__nav-child-link');
                    menus.forEach(el => el.addEventListener('click', event => {
                        gtag('event', 'footer_menu_click', {
                            'footer_menu': 'click',
                        });
                    }));
                    menus = document.querySelectorAll('.card__subscribe-item');
                    menus.forEach(el => el.addEventListener('click', event => {
                        gtag('event', 'subscribe', {
                            'subscribe': 'click',
                        });
                    }));





                                        [].forEach.call(document.querySelectorAll('.adsbygoogle'), function () {
                        try {
                            (adsbygoogle = window.adsbygoogle || []).push({});
                        } catch (e) {
                            //return null;
                        }
                    });
                    jQuery('.ad-feedback__form, .press-releases_form, .event_form, .airdrop_form').submit(function (e) {
                        e.preventDefault();
                        //data = 'subject=' + e.target.querySelector('input[name=subject]').value + '&name=' + e.target.querySelector('input[name=submit-name]').value + '&mail=' + e.target.querySelector('input[name=submit-email]').value + '&desc=' + e.target.querySelector('textarea[name=submit-massage]').value;
                        let fd = new FormData();
                        let other_data = jQuery(e.target).serializeArray();
                        jQuery.each(other_data, function (key, input) {
                            fd.append(input.name, input.value);
                        });
                        if(e.target.querySelector('input[name=submit-file]') != null) {
                            fd.append('file', jQuery(e.target.querySelector('input[name=submit-file]'))[0].files[0]);
                        }
                        jQuery.ajax({
                            url: '/umail',
                            type: 'post',
                            contentType: false,
                            processData: false,
                            data: fd,
                            success: function () {

                            }
                        });
                    });
                  jQuery('.modal__form, .subscribe-page__form, .footer__subscribe-form,.aside-sub,.subscribe-form,.sub-slot__form, .ad-feedback__form').submit(function (e) {
                    e.preventDefault();
                    const form = e.target;
                    const formData = new FormData(form);

                    jQuery.ajax({
                      url: '/getresponse.php',
                      type: 'post',
                      data: formData,
                      processData: false,
                      contentType: false,
                      success: function () {
                        e.target.querySelector('.subscribe-result').innerHTML = '<div class="success">Subscribed</div>';
                        jQuery('.card__subscribe-em .input__status').text('Subscribed');
                        e.target.querySelector('.success').style.display = 'block';
                      }
                    });
                  });


                    


                                                            


                });

                function addLink() {
                    let body = document.getElementsByTagName('body')[0],
                        selection = window.getSelection(),
                        copyright = "<p><br>Read more on U.Today <a href='" + document.location.href + "'>" + document.location.href + "</a></p>",
                        copyrightText = selection + copyright,
                        newdiv = document.createElement('div');

                    newdiv.style.position = 'absolute';
                    body.appendChild(newdiv);
                    newdiv.innerHTML = copyrightText;
                    selection.selectAllChildren(newdiv);

                    window.onclick = function () {
                        body.removeChild(newdiv);
                    };
                }
            </script>

            <script type="text/javascript">
                document.addEventListener("scroll", (event) => {

                    [].forEach.call(document.querySelectorAll('.adsbygoogle'), function () {
                        try {
                            (adsbygoogle = window.adsbygoogle || []).push({});
                        } catch (e) {
                            //return null;
                        }

                    });
                });
                document.addEventListener('DOMContentLoaded', function () {
                    document.querySelectorAll('audio').forEach(function (audio) {
                        let loaded = false;

                        audio.addEventListener('loadedmetadata', function () {
                            loaded = true;
                            checkLoad();
                        });

                        audio.addEventListener('canplaythrough', function () {
                            loaded = true;
                            checkLoad();
                        });

                        function checkLoad() {
                            if (loaded) {
                                const article = audio.closest('.article__listen');
                                const duration = Math.floor(audio.duration);
                                const minutes = Math.floor(duration / 60);
                                const seconds = Math.floor(duration % 60);
                                minutesDisplay.textContent = `${minutes}:${(seconds < 10 ? '0' : '')}${seconds}`;

                                console.log(duration);
                            }
                        }
                    });

                    let currentAudio = null;

                    document.body.addEventListener('click', function (e) {
                        const article = e.target.closest('.article__listen');

                        if (!article) return;

                        const audio = article.querySelector('audio');
                        const playPauseButton = article.querySelector('.article__listen-btn');

                        if (audio && playPauseButton) {
                            if (audio !== currentAudio) {
                                if (currentAudio) {
                                    currentAudio.pause();
                                    const currentPlayPauseButton = currentAudio.parentElement.querySelector('.article__listen-btn');
                                    if (currentPlayPauseButton) {
                                        currentPlayPauseButton.classList.remove('is-play');
                                    }
                                }

                                currentAudio = audio;

                                audio.addEventListener('timeupdate', updateTimer);
                            }

                            if (audio.paused) {
                                audio.play();
                                playPauseButton.classList.add('is-play');
                            } else {
                                audio.pause();
                                playPauseButton.classList.remove('is-play');
                            }

                            function updateTimer() {
                                if (!audio.duration) {
                                    audio.removeEventListener('timeupdate', updateTimer);
                                    audio.addEventListener('timeupdate', updateTimer);
                                    return;
                                }

                                const currentTime = audio.duration - audio.currentTime;
                                const minutes = Math.floor(currentTime / 60);
                                const seconds = Math.floor(currentTime % 60);

                                minutesDisplay.textContent = `${minutes}:${(seconds < 10 ? '0' : '')}${seconds}`;
                            }
                        }
                    });
                });
            </script>
            <div class="modal" id="modal-submit">
                <button class="modal__close btn btn--light btn--cross" data-close-modal></button>
                <div class="modal__square">
                    <div class="modal__square-content">
                        <h2 class="modal__square-title"></h2>
                        <form class="modal__form" action="#" method="post" enctype="multipart/form-data">
                          <div class="cf-turnstile" data-sitekey="0x4AAAAAACvDjKO-GSVj-Ot3"></div>
                            <input type="hidden" name="modal-title">
                            <div class="input">
                                <div class="input__label">Name</div>
                                <input class="input__elem" type="text" name="submit-name" valid-text placeholder="Name" required>
                            </div>
                            <div class="input">
                                <div class="input__label">Email</div>
                                <input class="input__elem" type="text" name="submit-email" valid-email placeholder="Email" required>
                            </div>
                            <div class="input">
                                <div class="input__label">Upload files (Optional)</div>
                                <input class="input__file" id="submit-file-0" type="file" name="submit-file">
                                <label class="input__file-label" for="submit-file-0">
                                    <div class="input__file-name">Upload files</div>
                                    <div class="input__file-icon"></div>
                                </label>
                                <div class="input__file-delete"></div>
                            </div>
                            <div class="input">
                                <div class="input__label">Description (Optional)</div>
                                <textarea class="input__elem" name="submit-message" cols="15" rows="3"> </textarea>
                            </div>
                            <button class="btn btn--accent modal__square-btn" type="submit" aria-label="Send form" disabled>Submit</button>
                        </form>
                    </div>
                </div>
            </div>
        </body>
        </html>
    