Toxic 'time bomb' threatens Mekong river basin

This photo taken on June 4shows a view of the Mekong River and the Golden Triangle Special Economic Zone within Laos' Bokeo province (right), from Chiang Saen, northern Thailand's Chiang Rai province
(AFP photo)
This photo taken on June 4shows a view of the Mekong River and the Golden Triangle Special Economic Zone within Laos' Bokeo province (right), from Chiang Saen, northern Thailand's Chiang Rai province (AFP photo)

By Sebastien Duval and Watsamon Tri -Yasakda

CHIANG SAEN, Thailand -- Thai fisherman Somdet Singthong steered his metal skiff across the brown waters of the Mekong river, resigned to the pollution that has put his health and lifelong source of livelihood at risk.

Doctors have found elevated levels of toxic arsenic in his fingernails and urine, with the heavy metal also detected in the river which millions of people in Southeast Asia depend on.

Testing suggests the contamination, which experts and campaigners trace back to illegal mining in Myanmar, is now spreading downstream.

Locals used to buy their fish directly from Somdet on a pier near Chiang Saen in northern Thailand, on the border with Myanmar and Laos.

But since authorities detected arsenic and other heavy metals in several Mekong tributaries last year, his clientele has shrunk, leaving his carp and catfish rotting.

"The impact has been huge," the 69-year-old fisherman told AFP.

"I've never been afraid, but other villagers are worried. They don't eat fish; some won't touch it at all."

Thailand's pollution control department said in April it had found arsenic concentrations of up to 296 milligrammes per kilogramme of sediment near Chiang Saen -- more than nine times the level considered dangerous for aquatic life.

That was the first time the contamination was detected in the Mekong River itself, and not only its tributaries.

"When it's contaminated with heavy metals and other kinds of toxins, they flow all the way to the Mekong delta," threatening an important rice-growing region in Vietnam, said Pianporn Deetes of the Rivers and Rights campaign group.

"The fish are contaminated already," she added.

'The water is dead'

Researchers and environmental activists generally attribute the pollution to illegal mines in neighbouring Myanmar, whose long-running civil war enables unregulated exploitation of natural resources, including rare earth elements used in smartphones, wind turbines, electric vehicles and more.

"Conflict, fragmented governance, and global markets converge to promote and sustain extraction at the expense of environmental integrity and human security," the Washington-based Stimson Centre think tank said in a report in May.

Researchers from Thailand's Chiang Mai University found arsenic levels 10 times higher than normal in sediment from the Kok river, a Mekong tributary.

Assistant professor Wan Wiriya described it as a "time bomb", raising long-term risks of cancer and neurological disorders -- particularly among vulnerable populations.

Buddhist monks in saffron robes led a protest march this month along the contaminated waterway, with participants holding signs reading "Rivers are the veins of our lives".

"We don't see children playing in the water anymore. We don't see birds. We don't see butterflies," said Sansoen Duangdee, a 69-year-old artist.

"The water is dead. And if the water is dead, what about the people?"

'Invisible' danger

Activist Deetes, one of the organisers of the march, called for "diplomatic dialogue" between Thailand and its neighbours, along with China -- the main importer of rare earth elements from Myanmar and Laos.

She denounced "gangsters" who "do what they want and without responsibility", as well as political apathy in the face of largely "invisible" danger.

The inter-governmental Mekong River Commission says it is strengthening regional monitoring and cooperation in the wake of the latest findings, including on heavy metals -- but neither Myanmar nor China are members.

Despite the concerns, Chiang Saen fish vendor Buakhlee Srisawat said some customers "are starting to return".

The merchandise in her plastic coolers was "edible", she said. "There are no contaminants... many agencies have come to inspect it."

Authorities advise against any shellfish from the river or the guts of river fish, but many residents cannot afford safer alternatives.

Fisherman Somdet said he has not changed his diet and continues to "live normally".

"There's nothing else we can do anyway. We have to live with this river, whatever happens to it," he said.

"The river is like life itself... if it could cry, it would have cried by now."

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;} .first-author{ background-color:#ecedef; } .first-opinion-author-name{ background-color:white; width:max-content; padding:5px; }
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .article-widget-sm .article-title{font-size:16px;-webkit-line-clamp:3;} .related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; } .newspaper-footer{ visibility:hidden; } .socialFixOuter { position: fixed; top: 50%; margin-top: 40px; right: 0; transition: .2s; z-index: 20; height: 217px; width: 40px; } .socialFix { height: 30px; width: 30px; display: block; position: relative; cursor: pointer; background-size: 18px 18px; transition: .2s; background-position: center; background-repeat: no-repeat; border-radius: 2px; margin-top: 1px; } .socialFix:hover { width: 40px; margin-left: -10px; } .app-badge-img { height: 36px; width: auto; } @media (max-width: 768px) { .app-badge-img { height: 32px; } .app-badges { justify-content: center !important; } }
document.addEventListener("DOMContentLoaded", function () { const socialFix = document.querySelector(".socialFixOuter"); if (!socialFix) return; let firstInteraction = false; let hideTimeout = null; function checkMobileScreen() { if (window.innerWidth < 768) { socialFix.style.display = "none"; } else { socialFix.style.display = "block"; } } checkMobileScreen(); window.addEventListener("resize", checkMobileScreen); function handleFirstInteraction() { if (firstInteraction) return; if (window.innerWidth < 768) return; firstInteraction = true; socialFix.style.right = "-25px"; } socialFix.addEventListener("mouseenter", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); socialFix.style.right = "0"; }); socialFix.addEventListener("mouseleave", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); hideTimeout = setTimeout(() => { socialFix.style.right = "-25px"; }, 500); }); ["click", "touchstart"].forEach((evt) => { socialFix.addEventListener(evt, handleFirstInteraction); }); }); function validateEmail(email) { if (email.length > 255) return false; const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; if (!emailRegex.test(email)) return false; if (email.includes('..') || email.startsWith('.') || email.endsWith('.')) return false; return true; } function sanitizeInput(input) { input = input.replace(/<[^>]*>/g, ''); input = input.replace(/javascript:/gi, ''); input = input.replace(/on\w+\s*=/gi, ''); input = input.replace(/[<>"'&(){}[\]]/g, ''); return input.trim(); } document.addEventListener('DOMContentLoaded', function () { function showModal(message, type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; messageContainer.classList.remove("d-none"); setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = sanitizeInput(emailInput.value.trim()); if (!validateEmail(email)) { showModal('Invalid email format', 'danger'); return; } const formData = new FormData(); formData.append('email', email); fetch('/subscribeNewsletter', { method: "POST", body: formData, headers: { "Accept": "application/json", "X-Requested-With": "XMLHttpRequest" } }) .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'); }); }); });