ADVERTISEMENT

Vote-buying in PH is 'endemic, well-entrenched'—EU observer

Published May 14, 2025 02:54 pm
Vote-buying in the Philippine election setting is “endemic” and “well-entrenched”, the deputy chief observer of the European Union Election Observation Mission (EU EOM) said on Wednesday, May 14, as the group’s preliminary findings took note of “credible indications” of vote-buying either via cash or goods.

The European Union Election Observation Mission (EU EOM) presents its initial findings and conclusions on the conduct of the May 12 elections during a press conference held in Makati City. (Raymund Antonio/MANILA BULLETIN)


Manuel Sanchez de Nogues, EOM’s deputy chief observer, told the media in a press conference that the practice of vote-buying was observed in Davao Oriental, Bohol, La Union, Palawan, Quezon, Siquijor, Zamboanga City, and Zamboanga del Sur provinces.

“Our observers in the field have received criminal reports on the practice of vote-buying… So it's a practice that is highly entrenched,” he said, noting the social economic concerns that came with it.

“We have received reports, we have also, in some cases, witnesses, which is even difficult because we are highly identified as election observers, but we still have some evidence of those practices,” he added.

Marta Temido, EU EOM chief observer, also said that their observers have “witnessed several credible indications and received reports of vote-buying through cash and goods, as well as partisan distribution of welfare payouts (ayuda).”

This even as the observers noted the Commission on Elections’ (Comelec) efforts to address vote- buying through regulations and initiatives, including forming a dedicated task force named “Kontra Bigay.”

Out of the 98 observed campaign events, the EU EOM said that they witnessed at least five instances of vote-buying.

The mission also raised concern about the so-called “bidding wars” among candidates, as well as the “countrywide partisan distribution of welfare payouts” or most commonly known as “ayuda (aid).”

Political dynasties

Aside from rampant vote-buying, the EU EOM also reported on “political families” dominating the local elections.

“The elections took place against the backdrop of a continued dominance of few political families in the lists of candidates, detracting from overall competitiveness,” Temido said in a statement.

The report furthered that in 20 percent of district races, the candidates, mostly incumbents, ran unopposed, which limited the “genuine pluralistic competition and voter choice in those districts.”

“Voter engagement was strong nationwide but belied the fact that one in five district races were non-competitive, typically featuring only the incumbent. Some stakeholders opined that political programme of some parties were not distinguishable and often overshadowed by personality stagecraft, which could negatively impact the availability of genuine political alternatives to voters,” the preliminary findings read.

Violence

The EU EOM said that electoral violence continues to be a “recurrent feature” in Philippines elections, with it being manifested “through intimidation, harassment and violent incidents targeting candidates, their supporters and election administrators.”

“Violent incidents marred the election process in some parts of the country, including through at least 30 killings of candidates and election officials” Temido said, adding that it influenced the overall atmosphere of the elections because of “widespread intimidation in several provinces.”

Vladimir Prebilič, head of the Delegation of the European Parliament that joined the EU EOM and fully endorsed its statement, stressed that election violence was “unacceptable.”

“Violence during an election is utterly unacceptable, particularly when it results in the loss of dozens of lives. A democratic electoral process should never be associated with such tragic incidents,” he added.

Quoting reports from the Philippine National Police (PNP), the EU EOM said there were about 111 election-related incidents across the country during the election period.

During Election Day, violence was prevalent in the Bangsamoro Autonomous Region in Southern Mindanao (BARMM) and other hotspots, with 10 fatalities reported.

The EU EOM noted, however, that government agencies were “responsive” and have been “actively updating” the list of “areas of concern.”

Media

Citing the Philippines’ “vibrant media environment,” the EU EOM said there are “long-standing” challenges to election coverage in the country, but the atmosphere has improved.

“Long-standing challenges to journalists’ work, such as incidents of intimidation, including red-tagging, impunity for violence and economic fragility persist. Positively, as reported also by EOM interlocutors, the atmosphere has improved overall, and the intensity of hostilities has decreased,” the report added.

It took note of how “access to diverse information, in particular at regional level, continues to be adversely affected” following the lost of franchise of ABS-CBN, once the country’s biggest network, during the Duterte administration.

The preliminary findings aims to “outline initial findings and conclusions, and the extent to which the mission considers the election to have been conducted in line with Philippine laws, as well as with the international commitments to democratic elections the country has subscribed to.”

A comprehensive final report, which will be published two months after the elections, will include “recommendations for the improvement of future elections.”

Related Tags

European Union Election Observation Mission Matalinong Boto 2025 midterm elections
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.