ADVERTISEMENT

Putin offers truce if Ukraine exits Moscow-occupied areas and drops NATO bid — a nonstarter for Kyiv

Published Jun 14, 2024 12:47 pm

Russian President Vladimir Putin promised Friday to “immediately” order a cease-fire in Ukraine and begin negotiations if Kyiv started withdrawing troops from the four regions annexed by Moscow in 2022 and renounced plans to join NATO.

AP24166383913873.jpg
Russian President Vladimir Putin speaks during a meeting at the Russian Foreign Ministry in Moscow, Russia, Friday, June 14, 2024. (AP Photo/Alexander Zemlianichenko)

Such a deal appears a nonstarter for Kyiv, which wants to join the military alliance and has demanded that Russia withdraw its troops from all of its territory.

Mykhailo Podolyak, an adviser to Ukrainian President Volodymyr Zelenskyy, said on social media that there was nothing new in Putin's proposal and that the Russian leader “voiced only the ‘standard aggressor’s set,’ which has been heard many times already.”

“There is no novelty in this, no real peace proposals and no desire to end the war. But there is a desire not to pay for this war and to continue it in new formats. It’s all a complete sham,” Podolyak wrote on X.

Putin’s remarks came as leaders of the Group of Seven leading industrialized nations met in Italy and as Switzerland prepared to host scores of world leaders -- but not from Moscow -- this weekend to try to map out first steps toward peace in Ukraine. The U.S. and Ukraine this week also signed a 10-year security agreement that they hailed as a milestone in relations and Russian officials, including Putin, denounced as “null and void.”

“We will do it immediately,” Putin said of his propsals in a speech at the Russian Foreign Ministry in Moscow.

Russia launched its a full-scale invasion of Ukraine in February 2022. After Ukrainian forces thwarted a Russian drive to the capital, much of the fighting has focused in the south and east - and Russia illegally annexed regions in the east and the south, although it doesn’t fully control any of them.

Putin said his proposal is aimed at a “final resolution” of the conflict in Ukraine rather than “freezing it," and stressed that the Kremlin is “ready to start negotiations without delay.”

Broader demands for peace that the Russian leader listed included Ukraine's non-nuclear status, restrictions on its military force and protecting the interests of the Russian-speaking population in the country. All of these should become part of “fundamental international agreements,” and all Western sanctions against Russia should be lifted, Putin said.

“We're urging to turn this tragic page of history and to begin restoring, step-by-step, restore the unity between Russia and Ukraine and in Europe in general,” he said.

Putin’s remarks, made to a group of somber Foreign Ministry employees, represented a rare occasion in which he clearly laid out his conditions for ending the war in Ukraine, but it didn’t include any new demands. The Kremlin has said before that Kyiv should recognize its territorial gains and drop its bid to join NATO.

Putin insisted Friday that Kyiv should withdraw from all four annexed regions entirely and essentially cede them to Moscow within their administrative borders. In Zaporizhzhia in the southeast, Russia still doesn't control the region's namesake administrative capital with a pre-war population of about 700,000, and in the neighboring Kherson region, Moscow withdrew from Kherson's biggest city and capital of the same name in November 2022.

Putin said that if “Kyiv and Western capitals” reject his offer, “it is their business, their political and moral responsibility for continuing the bloodshed.”

Throughout the war, the Kremlin has repeatedly aired its readiness for peace talks with Kyiv and blamed the West for undermining its efforts to end the conflict.

Putin went further Friday and claimed that his troops never intended to storm Ukraine's capital, Kyiv, even though they approached the city.

“In essence, it was nothing other than an operation to force the Ukrainian regime to peace. The troops were there to push the Ukrainian side to negotiate, to try and find an acceptable solution,” he said.

Moscow withdrew from Kyiv in March 2022 and described it a goodwill gesture as peace talks between the two began, but the pullback took place amid fierce Ukrainian resistance that significantly slowed down Russia's battlefield advances.

Putin also claimed that in that same month, he told one foreign official he wasn't ruling out withdrawing forces from the Kherson and Zaporizhzhia regions and ceding occupied parts of them back to Ukraine, as long as Kyiv allowed Russia to have a “strong land connection” to Crimea — a Ukrainian peninsula that Russia illegally annexed in 2014.

He said the official planned on bringing that proposal to Kyiv — which Moscow “welcomed,” as it generally welcomed “attempts to find a peaceful resolution of the conflict.” But the Kremlin then annexed both regions, along with the Donetsk and Luhansk provinces, citing the results of sham “referendums” it staged there. Putin mentioned those and said that “the matter is closed forever and is no longer up for discussion.”

Related Tags

WORLDNEWS
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.