Ukraine is set to legalize cryptocurrency by the first quarter of 2025, taking a significant step toward regulating its digital economy. However, the country has clarified that it will not offer tax exemptions for cryptocurrency transactions.
Danylo Hetmantsev, head of Ukraine’s Parliamentary Committee on Finance, Tax, and Customs Policy, revealed that a parliamentary group is finalizing the first draft of a cryptocurrency law. Developed in collaboration with the National Bank and the International Monetary Fund (IMF), the draft is expected to be ready shortly after the New Year.
Hetmantsev is confident that the legislation will be passed, making cryptocurrency legal in Ukraine by early 2025.
Hetmantsev noted that there will be no tax exemptions for cryptocurrency. Taxation will follow the model used for securities, with profits taxed when assets are converted into currency.
Hetmantsev explained that, after consulting with European experts and the IMF, they are taking a very cautious approach to using cryptocurrencies for tax exemptions, as this could potentially lead to tax evasion in traditional markets.
Final Step to Legalization
In November 2023, Ukraine’s parliament registered a draft law on the taxation of virtual asset transactions. Once this law is adopted, it will complete the process of legalizing cryptocurrencies in Ukraine, opening the door to a new regulated digital asset framework.
function subscribed_popupmodal(template_id) {
var subcribemodal = document.getElementById(‘subscribe-modal-design’);
if (subcribemodal) {
var modalContent = `
Never Miss a Beat in the Crypto World!
Stay informed and gain the edge you need to navigate the crypto world. Select your subscription now
if (storeCheckedId.length === 0) {
var unsubcribedPopUpmodal =
`
You’ve Unsubscribed Successfully
We’re sorry to see you go! Your subscription has been canceled. If you change your mind, you can re-subscribe anytime. Thank you for being part of our community!
Thank you for subscribing to our crypto and blockchain newsletter! You’ll now receive the latest news, insights, and updates straight to your inbox. Welcome to our community!
`;
let selectedSubscriptionsArray = selectedSubscriptionsString.split(‘,’);
let subscribedCategories = selectedSubscriptionsArray.map(subscription => subscription.split(‘_’)[0]);
let subscribedCategoriesString = subscribedCategories.join(‘, ‘);
subscribedmodal.innerHTML = subscribedPopupModal;
if (document.getElementById(‘selectidname’)) {
document.getElementById(‘selectidname’).textContent = subscribedCategoriesString;
}
function closeModal(template_id) {
var modalId = template_id;
var modal = document.querySelector(‘#’ + modalId); // Using querySelector to find the modal
if (Array.isArray(storeallcategory)) {
// Collect all `news_cp_category_row_id` values and remove duplicates
var allCategoryIds = storeallcategory.map(function(item) {
return String(item.news_cp_category_row_id); // Convert IDs to strings
});
var uniqueCategoryIds = Array.from(new Set(allCategoryIds)); // Get unique IDs
// Convert templateId to a string for comparison
var templateIdStr = String(templateId);
// Check if the templateId is NOT found in the unique category IDs
if (!uniqueCategoryIds.includes(templateIdStr)) {
var idNotMatchTounsubscribe = document.getElementById(‘unsubscribe_’ + templateIdStr);
var idNotMatchTosubscribe = document.getElementById(‘subscribe_’ + templateIdStr);
// Check if elements exist before applying display changes
if (idNotMatchTounsubscribe) {
idNotMatchTounsubscribe.style.display = “none”;
}
if (idNotMatchTosubscribe) {
idNotMatchTosubscribe.style.display = “none”;
}
}
} else {
console.log(“storeallcategory is not an array.”);
}
},
error: function(xhr, status, error) {
console.error(“AJAX request failed:”, status, error);
}
});
// Function to get cookies
function getCookie(name) {
let value = “; ” + document.cookie;
let parts = value.split(“; ” + name + “=”);
if (parts.length == 2) return parts.pop().split(“;”).shift();
}
// Get user token from cookies
const userToken = getCookie(‘user_token’);
if (subscribewithoutData === ‘true’ && userToken) {
// Call the modal function with the category ID
subscribed_popupmodal(subscribe_clicked_cat_id);
// Remove the flag and category ID from localStorage
localStorage.removeItem(‘subscribe_without_Login’);
localStorage.removeItem(‘subscribe_clicked_id’);
}
});
var listItems = document.querySelectorAll(‘.subscription-options li’);
if (listItems.length === 0) return;
var anyActive = false;
listItems.forEach(function(item) {
var checkbox = item.querySelector(‘input[type=”checkbox”]’);
if (checkbox) {
if (checkbox.checked) {
item.classList.add(‘active’);
anyActive = true; // Set anyActive to true
} else {
item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked
}
}
});
}
function updateButtonText(anyActive) {
var subscribeButtonSpan = document.querySelector(‘.subscribe-submit .changeBtnText’);
if (subscribeButtonSpan) {
if (anyActive) {
subscribeButtonSpan.textContent=”Subscribe Now”;
} else {
subscribeButtonSpan.textContent=”Unsubscribe”;
}
}
}
function updateSubscriptionButton() {
var listItems = document.querySelectorAll(‘.subscription-options li’);
if (listItems.length === 0) return;
var anyActive = false;
listItems.forEach(function(item) {
var checkbox = item.querySelector(‘input[type=”checkbox”]’);
if (checkbox) {
if (checkbox.checked) {
item.classList.add(‘active’);
anyActive = true; // Set anyActive to true
} else {
item.classList.remove(‘active’); // Remove ‘active’ class if checkbox is unchecked
}
}
});
// Update the button text based on whether any list item has the ‘active’ class
updateButtonText(anyActive);
}
document.addEventListener(‘click’, function(event) {
var clickedItem = event.target.closest(‘.subscription-options li’);
if (clickedItem) {
var checkbox = clickedItem.querySelector(‘input[type=”checkbox”]’);
if (checkbox) {
checkbox.checked = !checkbox.checked;
updateSubscriptionButton();
}
}
});
The countdown to 2025 begins, as Ukraine prepares to join the growing list of nations embracing regulated digital assets.
FAQs
Why is Ukraine cautious about crypto tax exemptions?
Ukraine is cautious to avoid tax evasion, consulting with European experts and the IMF before considering crypto tax exemptions.