ADVERTISEMENT

ADB fast-tracks aid against energy, food shocks

Published Jul 15, 2026 12:14 pm

The Asian Development Bank (ADB) has revamped its crisis response toolkit to help developing Asia-Pacific economies respond more quickly to energy supply disruptions and food price shocks stemming from the ongoing Middle East conflict, while strengthening resilience against future crises.

In a statement last Tuesday, July 14, the Manila-based multilateral lender said its board of directors approved a policy paper updating three existing financing instruments to enable governments to protect vulnerable populations, maintain essential public services, and respond more effectively to prolonged supply shocks.

“Ongoing instability from the Middle East conflict is putting pressure on governments and people across the region, raising fuel bills, food prices, borrowing costs,” ADB president Masato Kanda said.

“The ADB is moving quickly, before shocks become deeper crises. These tools will deliver support faster, give governments more room to act, and keep the focus where it belongs: protecting people, preserving stability, and building stronger energy and food systems,” Kanda added.

The policy paper, titled “Enhancing ADB’s Crisis Response Modalities to Address Energy Supply and Food Price Shocks,” updates the countercyclical support facility, contingent disaster financing, and emergency assistance loan to better address crises that unfold gradually and spill over into fuel and food markets, driving inflation, straining government finances, and disrupting essential services.

Under the revised framework, the countercyclical support facility will explicitly cover energy supply and food price shocks, allowing the ADB to extend rapid budget support to members facing severe economic stress caused by higher fuel and food prices, import disruptions, shortages, or fiscal pressures.

According to the ADB, financing under the facility may be used to support targeted social protection programs, maintain critical public spending and essential government services, and strengthen energy and food security while preserving requirements for sound macroeconomic management and debt sustainability.

The lender also expanded its contingent disaster financing facility to cover energy- and food-related emergencies.

Previously focused mainly on disasters triggered by natural hazards, the facility can now be accessed when countries experience severe economic impacts, such as surging fuel and food import bills, a deteriorating current account balance, or significant energy- and food-related inflation.

The updated framework also provides greater flexibility for fragile and conflict-affected situations and small island developing states (SIDS).

Meanwhile, the emergency assistance loan will now cover energy-related emergencies in addition to food-related crises, allowing the ADB to finance urgent government interventions even when no physical infrastructure has been damaged but essential services, livelihoods, or public welfare are threatened.

According to the lender, rapid impact assessments will be used to identify urgent financing needs arising from disruptions in energy and food supplies, rising service delivery costs, and risks affecting transport, health, education, water, utilities, and other public services.

In an article last Monday, July 13, ADB strategy, policy, and partnerships department advisor Robert Boothe and principal planning and policy economist Aekapol Chongvilaivan said the evolving nature of global crises requires development institutions like the ADB to respond differently than they have in the past.

“The Middle East crisis shows that today’s shocks are often more complex than traditional economic downturns or disasters triggered by natural hazards,” they said.

“The ADB’s policy enhancements make the ADB’s crisis response toolkit more agile and better suited to this evolving risk environment,” they added.

Boothe and Chongvilaivan noted that many economies across Asia-Pacific remain highly vulnerable because they depend heavily on imported oil, natural gas, and fertilizers that originate from or transit through the Middle East.

They warned that disruptions to energy supplies, shipping routes, and trade logistics have already pushed up fuel, electricity, transport, and fertilizer costs, slowing economic growth while fueling inflation and increasing pressure on government budgets.

“Disruptions to energy supplies, shipping routes, and trade logistics can have profound consequences for energy security and economic stability across the region,” they said.

They added that developing economies with limited fiscal buffers, particularly fragile and conflict-affected states and SIDS, face the greatest risks because higher import bills also strain trade balances and foreign exchange (forex) reserves.

Since the onset of the Middle East conflict, the ADB said it has already mobilized more than $1.2 billion through its trade and supply chain finance program, including about $820 million for energy security and $392 million for food security.

Boothe and Chongvilaivan said the latest policy enhancements remove operational constraints that previously slowed the delivery of crisis financing, allowing eligible members to access broader and more flexible support immediately, subject to existing policy safeguards.

They added that the changes also expand the use of pre-arranged contingent financing, enabling countries in some cases to draw funds based on worsening economic indicators, such as higher inflation or deteriorating external balances, rather than waiting for a formal declaration of a state of emergency.

According to the ADB, the enhanced framework seeks to ensure that emergency financing not only addresses immediate crises but also supports longer-term reforms and investments that improve energy and food security, strengthen resilience, and advance sustainable development.

Related Tags

Asian Development Bank (ADB) Middle East war Masato Kanda
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; } }

{{ static_articles_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.