The post XRP Price Prediction: Is Triple-Digit Target Incoming? appeared first on Coinpedia Fintech News
XRP is once again at the heart of one of crypto’s favorite pastimes: daring price predictions. For years it has hovered in the low single digits, recently clinging to the $3 range. But in some corners of the market, people are starting to talk about something far bigger — $50, $75, even $100 XRP.
A Setup for a Moonshot?
Expert Paul Barron recently walked through a scenario that could send XRP flying. If spot crypto ETFs keep gaining approval, if Congress moves forward with a market structure bill, if Ripple lands the right banking licenses, and if big partnerships start dropping — all of that together, he argued, could light the fuse.
In his words, XRP could push “upwards of $50 and above.” Some even whisper about triple digits. And even with a correction afterward, Barron said, the math would look very different than it does today. “If XRP hit $75 and then cut in half, you’re still looking at $37,” he explained. “Compare that to $3 today. That’s a 10x jump, even after the pullback.”
The Volatility Warning
Not everyone is cheering without warning. Digital asset strategist Zach Rector, who has over 90 percent of his portfolio in XRP, told listeners that wild swings are part of the ride.
“If your stomach is turning after XRP drops from $3.66 to $2.72, buckle up,” Rector said. “Because you’re about to get shaken up like never before.”
Still, there’s a reason the XRP community calls itself an army. Many holders aren’t planning to sell, even if prices climb into the $30 to $50 range. Rector himself said he would take some profit along the way but plans to keep most of his XRP long term. Others he speaks with are even rolling their retirement savings into the token.
“This isn’t a short-term trade for a lot of people,” Rector said. “Yes, we’ll see profit-taking and corrections, but what matters is setting a higher floor. If XRP can hold double digits as a new baseline, that changes the whole conversation.”
function subscribed_popupmodal(template_id) { var templateId = ‘6’; getAllSubscriberCategoryList([templateId]); var subcribemodal = window.parent.document.getElementById(‘subscribe-modal-design’); if (subcribemodal) { var modalContent = `
Never Miss a Beat in the Crypto World!
Stay informed and gain the edge you need to navigate the crypto world. Select your subscription now
if (storeCheckedId.length === 0) { var unsubcribedPopUpmodal =
`
You’ve Unsubscribed Successfully
We’re sorry to see you go! Your subscription has been canceled. If you change your mind, you can re-subscribe anytime. Thank you for being part of our community!
Thank you for subscribing to our crypto and blockchain newsletter! You’ll now receive the latest news, insights, and updates straight to your inbox. Welcome to our community!
`;
let selectedSubscriptionsArray = selectedSubscriptionsString.split(‘,’); let subscribedCategories = selectedSubscriptionsArray.map(subscription => subscription.split(‘_’)[0]); let subscribedCategoriesString = subscribedCategories.join(‘, ‘);
subscribedmodal.innerHTML = subscribedPopupModal; if (document.getElementById(‘selectidname’)) { document.getElementById(‘selectidname’).textContent = subscribedCategoriesString; }
function closeModal(template_id) { var modalId = template_id; var modal = document.querySelector(‘#’ + modalId); // Using querySelector to find the modal
// Function to get cookies function getCookie(name) { let value = “; ” + document.cookie; let parts = value.split(“; ” + name + “=”); if (parts.length == 2) return parts.pop().split(“;”).shift(); }
// Get user token from cookies const userToken = getCookie(‘user_token’);
if (subscribewithoutData === ‘true’ && userToken) { // Call the modal function with the category ID subscribed_popupmodal(subscribe_clicked_cat_id);
// Remove the flag and category ID from localStorage localStorage.removeItem(‘subscribe_without_Login’); localStorage.removeItem(‘subscribe_clicked_id’); } });
var listItems = document.querySelectorAll(‘.subscription-options li’); if (listItems.length === 0) return;
var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector(‘input[type=”checkbox”]’); if (checkbox) { if (checkbox.checked) { item.classList.add(‘active’); anyActive = true; // Set anyActive to true } else { item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked } } });
}
function updateButtonText(anyActive) { var subscribeButtonSpan = document.querySelector(‘.subscribe-submit .changeBtnText’); if (subscribeButtonSpan) { if (anyActive) { subscribeButtonSpan.textContent=”Subscribe Now”; } else { subscribeButtonSpan.textContent=”Unsubscribe”; } } }
function updateSubscriptionButton() { var listItems = document.querySelectorAll(‘.subscription-options li’); if (listItems.length === 0) return;
var anyActive = false; listItems.forEach(function(item) { var checkbox = item.querySelector(‘input[type=”checkbox”]’); if (checkbox) { if (checkbox.checked) { item.classList.add(‘active’); anyActive = true; // Set anyActive to true } else { item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked } } });
// Update the button text based on whether any list item has the ‘active’ class updateButtonText(anyActive); } document.addEventListener(‘click’, function(event) { var clickedItem = event.target.closest(‘.subscription-options li’); if (clickedItem) { var checkbox = clickedItem.querySelector(‘input[type=”checkbox”]’); if (checkbox) { checkbox.checked = !checkbox.checked; updateSubscriptionButton(); } } });