ADVERTISEMENT

Affordable housing goes green and energy-efficient

Lhoopa and Pag-IBIG Fund partners to deliver green and energy-efficient housing with BERDE to more Filipino families

Published Jan 30, 2026 02:54 pm
Lhoopa team members and Pag-IBIG Fund officials pose beside green housing units at Townhill Tanay, equipped with rooftop solar panels, rainwater catchment systems, and efficient insulation, glass, and shading to improve efficiency and support household resilience.
Lhoopa team members and Pag-IBIG Fund officials pose beside green housing units at Townhill Tanay, equipped with rooftop solar panels, rainwater catchment systems, and efficient insulation, glass, and shading to improve efficiency and support household resilience.
Nestled in the lush landscape of Tanay, Rizal, Townhill Tanay presents Filipino families with affordable, sustainable, and cost-efficient housing. 
According to Lhoopa, the proptech firm behind the project, the subdivision is certified under the Excellence in Design for Greater Efficiencies (EDGE) standard, an international framework supported by the International Finance Corporation and the World Bank. The certification independently verifies improvements in energy use, water efficiency, and material performance compared to conventional housing.
Model housing units at Townhill Tanay, Rizal, developed by Lhoopa as part of its green affordable housing pilot.
Model housing units at Townhill Tanay, Rizal, developed by Lhoopa as part of its green affordable housing pilot.
Launched in December, the Townhill Tanay's 96 housing units are fitted with rooftop solar power, energy-efficient lighting, insulated walls and roofs, reflective exterior finishes, water-saving fixtures, and window designs that maximize natural ventilation, making homeownership more sustainable and affordable over time.
Townhill Tanay sits on a 12.5-hectare site and features a mix of single-attached, duplex, and quadruplex homes designed for working Filipino families. Home units range from 30 to 42 sqm in floor area, with lot sizes suited for practical, everyday living. The development includes paved roads, open spaces, and basic community amenities to support safe and comfortable neighborhoods.
Lhoopa utilizes proprietary technology to make affordable housing accessible. Its decentralized platform connects brokers, agents, and developers, streamlining the process and delivery to make green homes reach more Filipino families in the affordable market segment.
Recently, Lhoopa and Pag-IBIG Fund (HDMF) have signed a Memorandum of Understanding to integrate energy- and water-efficient features into affordable housing. Under the partnership, Pag-IBIG will provide financing for qualified members who purchase homes in this development. The move makes the affordable housing more accessible in Tanay, Rizal, where homes are environmentally sound and practically address the pressure of rising utility costs by integrating energy and water efficiency in the residential units.
Pag-IBIG Fund and Lhoopa representatives mark the signing of a Memorandum of Understanding at Townhill Tanay, formalizing their collaboration to support the financing and delivery of green affordable housing for Pag-IBIG members.
Pag-IBIG Fund and Lhoopa representatives mark the signing of a Memorandum of Understanding at Townhill Tanay, formalizing their collaboration to support the financing and delivery of green affordable housing for Pag-IBIG members.
For many working Filipino families, owning a home does not end the pressure of rising utility bills. Over time, these recurring costs can make homeownership harder to sustain, even after purchase. Energy-efficient homes prove to be one of the solutions in managing and sustaining households.
Townhill Tanay represents the kind of affordable housing we at Pag-IBIG have been looking forward to,” said Fermin Sta. Teresa, Jr., senior vice president for Home Lending Operations at Pag-IBIG Fund. “By acquiring, improving, and upgrading homes with these green features, Lhoopa is demonstrating a strong model for affordable housing that delivers real, long-term value to Pag-IBIG members. The project is precisely the kind of development that protects our members, strengthens homeownership sustainability, and raises the standard for affordable housing.”
“Designing homes that use less power and water creates benefits that families can feel every month,” said Bianca Amores, vice president for Planning & Construction at Lhoopa. “Beyond cost savings, better ventilation and temperature control improve daily living. Over time, these efficiencies give families more room to plan, prioritize essentials, and work toward long-term stability.”
Townhill Tanay marks the first step in Lhoopa’s broader efforts to embed verified green standards into affordable housing, demonstrating how sustainability, financing, and long-term affordability can move together in housing delivery.

Related Tags

Lhoopa Pag-IBIG Fund Bianca Amores Fermin Sta. Teresa Jr.
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.