The post Robert Kiyosaki Predicts Biggest Market Crash in History Is Coming appeared first on Coinpedia Fintech News
The crypto market slipped over the weekend as rising Middle East tensions and inflation fears triggered a selloff. Bitcoin dropped below $99,000 for the first time since May, with Ethereum, Solana, XRP, and Dogecoin also falling sharply. Though prices slightly recovered by late Sunday, major coins like Bitcoin and Ethereum remained down, reflecting investor caution amid growing global uncertainty.
The rising geopolitical tensions after Trump’s strike on Iran and the continuous debt pressure weigh on markets. Amid this unease, renowned author and investor Robert Kiyosaki has renewed his warning about what he calls the “biggest global debt bubble burst in history.” As digital assets and traditional markets fluctuate, Kiyosaki’s predictions are again sparking conversations across the financial world.
GLOBAL MONETARY COLLAPSE COMING?
Will you be richer or poorer when biggest debt bubble in history bursts.
I recommend owning gold, silver, and BITCOIN if you want to be richer when the Global Debt Bubble bursts.
BIGGEST LOSERS will be savers of fake fiat money and especially…
In a recent X post, Kiyosaki urged investors to move away from fiat currency savings and instead build positions in tangible assets like gold, silver, and Bitcoin. His long-held belief is that these alternatives offer better protection against looming economic instability. He reiterated that the global economy is dangerously inflated with debt and that a collapse is not only possible but likely.
Past Predictions Back in Focus
I shouldn’t brag but in 2013 I published “Rich Dads Prophecy” predicting the world economy today.
It still pisses-me -off that so many modern day “prophets” whose names I will not mention, due to “professional courtesy” are now claiming to have warned of this extreme crisis we…
Kiyosaki’s views aren’t new. He previously discussed similar warnings in his book Rich Dad’s Prophecy, which he claims accurately forecasted today’s economic scenario. Lately, he’s expressed frustration over what he sees as newer voices gaining recognition for insights he believes he shared years ago. His prediction of a potential silver surge, possibly doubling in value by year-end, has also resurfaced in recent discussions, further strengthening his focus on commodities.
Exclusive Bitcoin Price Prediction: Jetking CFO Expects BTC to Hit ₹150K by Year-End
,
Looking at the current scenario, he bets high on silver and believes it is the best investment right now, as of June 2025. He believes gold and Bitcoin are currently too expensive and is waiting for a price drop before buying more.
Impact on Investor Sentiment
Kiyosaki’s warning hits hard for many investors who are already nervous about the shaky state of the global economy. While some think he’s being overly dramatic, others agree with his advice to move money into things like gold, silver, and Bitcoin instead of relying too much on regular cash savings. With growing doubts about the strength of traditional currencies, his message is gaining attention.
As markets face more uncertainty, voices like Kiyosaki’s, whether you agree with them or not, are pushing more people to think about where their money is safest during tough times.
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(); } } });