---
title: "Infographic // Moldova boosts industry with new investment program"
url: https://moldova1.md/p/41168/infographic--moldova-boosts-industry-with-new-investment-program
published: 2024-12-20T15:57:04Z
language: en
section: "Economic"
source: moldova1.md
---

# Infographic // Moldova boosts industry with new investment program

> The Ministry of Economic Development and Digitalization has launched a new support mechanism to stimulate domestic industrial investments between 2025 and 2036.

The Ministry of Economic Development and Digitalization has launched a new support mechanism to stimulate domestic industrial investments between 2025 and 2036.

![](https://storage.moldova1.md/images/bfd67d05-d636-4acc-a5c8-4b10de251fb5.jpg)

The total budget allocated for this initiative is two billion Moldovan lei. Minister Dumitru Alaiba announced the launch on Friday, December 20.

Under this mechanism, both large and small domestic companies investing in business expansion and development will be eligible for state reimbursement of up to 60% of their investment.

The targeted industries include electronics, machinery and automotive components, chemicals and pharmaceuticals, textiles and clothing, and food processing. 

Twenty-five percent of the aid will be provided immediately as non-refundable grants, while the remaining 75% will be allocated as 50% income tax exemptions.

**To be eligible for this support, investments must meet the following criteria:** 
1. The investment must be new.
2. The investment value must be at least 10 million Moldovan lei.
3. The investment must be made specifically in one of the targeted manufacturing sectors. 

The authorities anticipate that these measures will attract investments exceeding half a billion euros, leading to the creation of stable, well-paying jobs, modernization of factories and technologies, reduced labor migration, and increased wages for industry workers. 

Translation by **Iurie Tataru**

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Infographic</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            color: #333;
            margin: 0;
            padding: 20px;
        }
        .container {
            max-width: 1200px;
            margin: auto;
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        h1 {
            color: #0056b3;
        }
        .infographic {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }
        .infographic div {
            background-color: #e9f5ff;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .infographic div h3 {
            margin: 0;
            font-size: 24px;
            color: #333;
        }
        .infographic div p {
            font-size: 18px;
            color: #555;
        }
        .highlight {
            font-weight: bold;
            color: #d15d5d;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>Infographic</h1>
        
        <div class="infographic">
            <div>
                <h3>Total Budget</h3>
                <p><span class="highlight">2 billion Moldovan lei</span></p>
            </div>
            <div>
                <h3>Targeted Industries</h3>
                <p>Electronics, machinery, automotive, chemicals, pharmaceuticals, textiles, food processing</p>
            </div>
            <div>
                <h3>Immediate Aid</h3>
                <p><span class="highlight">25%</span> as non-refundable grants</p>
            </div>
            <div>
                <h3>Remaining Aid</h3>
                <p><span class="highlight">75%</span> as income tax exemptions (50%)</p>
            </div>
            <div>
                <h3>Eligibility Criteria</h3>
                <p>Investment must be at least <span class="highlight">10 million Moldovan lei</span></p>
            </div>
            <div>
                <h3>Expected Investment</h3>
                <p>Over <span class="highlight">half a billion euros</span></p>
            </div>
        </div>
    </div>
</body>
</html>
