China central bank chief warns against unilateralism in currency, payments policies

China central bank chief warns against unilateralism in currency, payments policies
People's Bank of China Governor Pan Gongsheng speaks at the opening ceremony of the Lujiazui Forum in Shanghai on June 18, 2025 (AFP photo)

SHANGHAI — China's central bank boss on Wednesday warned that the global monetary system could be "weaponised" and politicised by dominant countries, as the country navigates an uneasy trade truce with the US.

The superpowers said this month they had made progress on points of contention including Beijing's exports of rare earths and visas for Chinese students in the United States, following marathon talks in London.

But People's Bank of China chief Pan Gongsheng on Wednesday hit out indirectly at US dominance of international finance infrastructure.

"When the country with the dominant currency's self-interest contradicts with the global public good, that country will consider its self-interest more," Pan told a forum in Shanghai.

The dollar is traditionally considered a safe haven in times of crisis or conflict, but the uncertainty created by US President Donald Trump's sweeping tariffs on virtually all trading partners — most of which were subsequently paused temporarily — have upended global norms.

Pan added that "traditional cross-border payments infrastructure is easy to politicise, weaponise, and use for unilateral sanctions".

Russia, a friendly nation to Beijing, was cut off from the SWIFT global payments system over Moscow's war in Ukraine, and China has been pushing the yuan as an alternative medium for payments.

"The international community should also be concerned that individual countries are pursuing unilateralism as a policy direction, interfering in and affecting the governance and operations of international financial organisations," Pan said.

He reiterated earlier calls for the International Monetary Fund to reform the quota system that determines member nations' vote shares, saying on Wednesday that the current system does not reflect the state of the world economy.

Global financial organisations should "increase the voice and representation of emerging markets and developing countries", Pan said.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });