For several years now, China has been investing its excess liquidity in gold rather than Treasuries. As a result, gold prices are rising and setting new records. Financial analyst Alexey Kushch writes about this in his article "Four Trillion Reasons Not to Trust the Dollar."
"If China were to actively sell off its US bond portfolio on the secondary market and invest this liquidity in gold, the price growth dynamics for the yellow metal would be even more rapid," the author of the article notes.
The People's Bank of China increased its gold reserves to 74.02 million ounces by the end of August 2025. By comparison, Ukraine's gold reserves hover at 1.3 million troy ounces.
According to the author, all these processes are taking place against the backdrop of a conditional collapse of the global role of the dollar.
"We are essentially witnessing the disintegration of the 50-year geopolitical cycle of US dominance and attempts to shape a new cycle of American growth within the framework of a modernized Indo-Pacific strategy. If successful, this new cycle could also shape the US growth trend for the next 50 years, essentially for almost the entire 21st century," he added.
A strong dollar means hypertrophied financial markets and the “America is to blame for everything because everyone wants to buy the dollar” format.
"Today, Trump has essentially launched a process similar to the abandonment of the gold standard. Only he has abandoned the format of an expensive dollar and the inherent faith in the dollar. When 'faith in the dollar' is lost, 'faith in gold' is born, and vice versa," the author believes.
However, one must remember
The United States is the largest owner of gold, and is also the issuer of the world's key unbacked fiat reserve currency, the dollar. The US gold reserves are several times larger than those of China and India (key countries in the Global South) combined.
A unique relationship is at work: the more the US prints fiat, or unbacked, dollars, the higher global inflation and the more expensive gold becomes. And where is the gold concentrated? That's right, in the US and the IMF (which is also in the US). The US gold reserves have generated a huge inflation premium simply by being kept in the safe haven of Fort Knox.
You can read other articles by the author follow the link.
if (window.innerWidth >= 993) { let contentBase = document.querySelector(".content__base");
let baseHeight = contentBase.offsetHeight; let newsHeight = document.querySelector(".content__news").offsetHeight;
if (newsHeight > baseHeight) { contentBase.style.top = "-" + baseHeight + "px"; } }
function setup_art() {
// window.fbAsyncInit = function() { //350471815115154 // if (typeof FB !== 'undefined') { // FB.init({appId: '292463321899984', xfbml: true, version: 'v10.0'}); // FB.Event.subscribe('edge.create', function(response) { // document.cookie ='fbliked=true; expires=Thu, 2 Aug 2030 20:47:11 UTC; path=/' // }); // }; // (function(d, s, id){ // var js, fjs = d.getElementsByTagName(s)[0]; // if (d.getElementById(id)) {return;} // js = d.createElement(s); js.id = id; // js.src = "https://connect.facebook.net/uk_UA/sdk.js"; // fjs.parentNode.insertBefore(js, fjs); // }(document, 'script', 'facebook-jssdk')); // }
// window.fbAsyncInit();
}
// ленивые iframe function lazy_load_iframe() { let iframes = Array.from(document.querySelectorAll('.iframe-container')); let lclasses = { 'cyoutube': 'https://www.youtube.com/embed/{src}?autoplay=1', 'cfacebookv': '{src}' };
if (iframes.length > 0) { iframes.forEach(function (elm) { elm.addEventListener('click', function (event) { if (elm.classList.contains('nolazy')) return; let newframe = document.createElement('iframe'); let src = ''; for (clss in lclasses) { if (elm.classList.contains(clss)) { src = lclasses[clss].replace('{src}', elm.getAttribute('data-source')); } } if(typeof event.target.dataset.start != 'undefined') { src += '&start='+event.target.dataset.start; } newframe.setAttribute('src', src); newframe.setAttribute('style', 'width:100%;height:100%');
for (attr in elm.attributes) { let a = elm.attributes[attr]; if (a.name != 'data-source' && a.name != 'data-start' && typeof a.value !== 'undefined') { newframe.setAttribute(a.name, a.value); } }
elm.innerHTML = ''; elm.appendChild(newframe); }); }); } }
// twitter posts
if (document.querySelector('.twitter-tweet')) { if (window.innerWidth <= 520) { setTimeout(function() { load_srcs(['https://platform.twitter.com/widgets.js'], function() { window.twttr.widgets.load(); }); }, 3200); } else { load_srcs(['https://platform.twitter.com/widgets.js'], function() { window.twttr.widgets.load(); }); } } // likely and facebook buttons load_srcs(['/user/js/likely.js', '/user/css/social-share.css'], function() { //setup_art(); likely.initiate(); }); lazy_load_iframe(); if(document.querySelector('[data-fslightbox]')) { load_srcs(['/user/js/fslightbox.js'], function() { refreshFsLightbox(); }); } if(document.querySelector('[data-fancybox]')){ load_srcs(['/user/js/jquery-3.3.1.min.js'], function() { load_srcs(['/user/js/jquery.fancybox.min.js', '/user/css/jquery.fancybox.min.css'], function() { $('.image-lightbox').fancybox({}); }); }); } //tooltips if(document.querySelector('.blink-popup')){ load_srcs(['/user/js/popper.min.js'], function() { load_srcs(['/user/js/tippy.all.min.js', '/user/css/tooltipster.main.min.css'], function() { tippy('.blink-popup'); }); }); }