ADVERTISEMENT

Senate bill seeks to create gov't body to develop Talampas ng Pilipinas; drive PH's economic growth

Published Apr 22, 2025 09:57 am

Senate Majority Leader Francis "Tol" Tolentino has filed a bill seeking to develop the resource-rich Talampas ng Pilipinas to drive national economic growth.

viber_image_2025-04-22_11-28-09-557.jpg
Senate Majority Leader Francis 'TOL' Tolentino has filed a measure seeking the establishment of the Talampas ng Pilipinas Development Authority or TPDA. Under Senate Bill No. 2996, the senator seeks the protection and sustainable development of the ‘Talampas’ to benefit society and succeeding generations of Filipinos. (File photo from the Office of Senator Francis Tolentino)

Tolentino made the move following the country's victory with the government's submission of the map of the undersea landmass to the International Seabed Authority (ISA) last month.

Under Senate Bill No. 2996, Tolentino targets the creation of a multi-agency development body that would secure and oversee the sustainable development of the 13.5-million hectare region, which has been ruled as part of the country's continental shelf by the United Nations.

Straddling Luzon's north-eastern seaboard, Tolentino hailed the Talampas ng Pilipinas (‘Talampas’) “as both a pillar of national sovereignty and a reservoir of untapped potential.”

“This maritime territory promises transformative opportunities, from renewable energy sources and marine biodiversity conservation to ecotourism development,” Tolentino stated in his bill’s explanatory note.

“[This would] catalyze inclusive economic growth, generate employment, and uplift communities nationwide,” he added.

By establishing the Talampas ng Pilipinas Development Authority (TPDA), the bill envisions a central body that would unify efforts and coordinate research to unlock the potential of the largely unexplored marine territory, while also ensuring its sustainable protection.

Tolentino's bill enumerates the TPDA’s tasks as follows:

  • Crafting a science-based holistic development framework aligned with national priorities;
  • Coordinating government agencies, local governments, private enterprises, and civil society to optimize resource management and investment;
  • Promoting public-private partnerships and innovation in renewable energy, blue economy initiatives, and ecotourism; and
  • Safeguarding ecological balance through strict environmental protocols and marine biodiversity protection.

The agency will be steered by a board of directors headed by the secretary of the recently reconstituted Department of Economy Planning and Development (DEPDev).

To complement the TPDA, Tolentino has filed a separate bill, SB 2995, for the creation of the Talampas ng Pilipinas Oil Corporation, which would explore the region's vast energy potential.

Tapping oil deposits

This proposed measure will complement Senate Bill No. 2995, which he also filed, that seeks to create the Talampas ng Pilipinas Oil Corporation (TPOC).

“Creating the TPOC is the first step towards reducing our country's dependence on costly imported fuel, and building our own upstream oil industry. We can harness the Talampas ng Pilipinas to help provide our energy and development needs,” Tolentino said.

“This vast, untapped and unexplored region will be the hope for our country's perennial energy deficit,” added the senator, referring to the resource-rich region, whose map was officially deposited by the Philippines to the records of the International Seabed Authority last March 27.

“Compared to the Malampaya gas field [in Palawan], the ‘Talampas' is far larger and richer in resources. It consists of 24 million hectares of undersea features, including a 13.5-million hectare outer section,” he noted.

In his explanatory note to SB 2995, Tolentino provided a snapshot of the state of the country's oil sector, as follows:

  • PH imports approximately 170 million barrels of crude and petroleum products annually to meet its energy requirements.
  • PH’s major suppliers include Saudi Arabia (est. 80 million barrels) and Kuwait (40 million barrels); and
  • The rest of PH’s imports come from neighboring Malaysia and Indonesia (collectively, 30 million barrels), and Russia (20 million barrels).

Amid its huge oil requirement, Tolentino noted that domestic crude production remains modest, averaging only around 23,000 barrels per day.

“This comes primarily from the Galoc oil field in the offshore Palawan basin,” noted the senator from Tagaytay.

“This year, it is estimated that our petroleum demand could reach 200 million barrels. With world oil prices reaching record high levels, which have a direct impact on Filipino consumers and industries,” he added.

“It is high time for us to act decisively to reduce import dependence and strengthen energy security,” concluded Tolentino.

Tolentino is the principal author of the landmark Philippine Maritime Zones Act (RA 12064), which enshrined the Talampas and the West Philippine Sea under domestic law, in accordance with international law and principles.

Related Tags

Talampas ng Pilipinas Senator Francis Tolentino Matalinong boto 2025 International Seabed Authority
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.