ADVERTISEMENT

Philippines, US to build 1,619-hectare 'economic security zone' in Luzon

First AI-driven industrial acceleration hub under Pax Silica

Published Apr 17, 2026 07:00 am
President Ferdinand 'Bongbong' Marcos Jr. and US President Donald Trump (Malacañang, White House photos)
President Ferdinand 'Bongbong' Marcos Jr. and US President Donald Trump (Malacañang, White House photos)

The United States (US) and the Philippines are planning to establish a 4,000-acre, or a nearly 1,619-hectare (ha), industrial hub in Luzon aimed at strengthening supply chains for critical inputs, according to the US Department of State.

In an April 16 fact sheet, the US State Department said the proposed site—located within the Luzon Economic Corridor (LEC)—will be designated as an “Economic Security Zone,” described as a new and first-of-its-kind model for “artificial intelligence (AI)-native investment acceleration hubs” being developed under the Pax Silica Initiative.

The project is intended to “secure inputs vital to American and global supply chains” and serve as a platform for allied manufacturing shaped by market demand, host-country comparative advantages, and evolving industrial needs.

In a separate April 16 media note, the US State Department said the Philippines has formally joined the Pax Silica initiative, launched by the US and 13 other nations, highlighting what it described as a “growing geopolitical consensus that economic security is national security and national security is economic security.”

The Philippines, a US treaty ally, brings “key capabilities and human talent in technology manufacturing, including semiconductors and electronics,” it added.

The Philippine government’s participation was formalized by Department of Trade and Industry (DTI) Undersecretary and Board of Investments (BOI) Managing Head Ceferino S. Rodolfo, who signed the declaration reflecting the country’s entry into Pax Silica.

The initiative builds on existing cooperation frameworks, including the US-Philippines Critical Minerals Framework and the LEC, as both countries mark 80 years of diplomatic relations.

The Pax Silica Initiative, as outlined in the statements, is a broader strategy aimed at transforming how supply chains are organized by linking industrial hubs across partner economies. It seeks to build “a genuine system capable of competing with—and ultimately displacing—the concentrated supply chains on which the world currently depends,” through interconnected manufacturing sites, logistics corridors, and shared financial frameworks. The US State Department also described Pax Silica as a “positive-sum partnership of nations who want to remain competitive and prosperous.”

Under this framework, the planned Luzon hub will serve as “a staging point for a purpose-built platform for allied manufacturing,” where industrial activities are shaped by demand, comparative advantages, and the evolving needs of the Pax Silica network. The site—the first of its kind—is being offered by the Philippines as an Economic Security Zone to “surge production for inputs vital to US supply chains.”

The two governments are looking to establish joint governance frameworks to support the long-term development of the zone, while ensuring “sovereign alignment and shared upside as it scales.” The initiative is also expected to combine US institutional expertise—such as “internationally enforceable contracts, transparent regulatory standards, and expert dispute resolution”—with the Philippines’ workforce, natural resources, and strategic location at the crossroads of Indo-Pacific trade.

The US State Department noted that the Philippines holds reserves of key minerals including nickel, copper, chromite, and cobalt, which are increasingly critical to global supply chains. It added that the Luzon hub is envisioned as the first in a broader network of Economic Security Zones spanning multiple continents, forming “a constellation of integrated manufacturing sites, logistics corridors, and shared financial instruments” across partner economies.

The Philippines is the 13th signatory to Pax Silica, joining Australia, Finland, India, Israel, Japan, Qatar, Singapore, South Korea, Sweden, the United Arab Emirates (UAE), the United Kingdom (UK), and the US, with additional signatories expected to follow.

According to an exclusive Wall Street Journal (WSJ) report, this is part of Washington’s plan to build a high-tech manufacturing hub in the Philippines to reduce reliance on China-dominated supply chains.
The Luzon-based project will give US firms access to critical inputs, including key minerals, outside Beijing’s control, according to WSJ.

Related Tags

Pax Silica Initiative United States (US) Department of State Economic Security Zone Department of Trade and Industry (DTI) Board of Investments (BOI) Ceferino S. Rodolfo Luzon Economic Corridor (LEC)
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.