Our Sustainable Farms

Dedicated to sustainable agriculture and livestock farming in Rwanda, producing premium dairy, meat, rabbit, and fish products while preserving our environment.

Become Our Partner

Sustainable Agriculture in Rwanda

THE MOON HOLDING GROUP operates premier farms in Rwanda, specializing in dairy, goat, rabbit, and fish farming. Our commitment to sustainable practices ensures that we produce high-quality products while preserving the environment for future generations.

Located in the fertile region of Kayonza, our farm benefits from Rwanda's ideal climate and rich soil, allowing us to implement innovative farming techniques that maximize productivity while minimizing environmental impact.

Our Kayonza farm is an integrated agricultural operation featuring rabbit farming, dairy and beef cattle, and expanding fish farming operations. We believe that responsible farming is not just about producing food, but about creating a sustainable ecosystem that benefits our communities, our customers, and our planet.

Explore Our Farms
Sustainable Farming in Rwanda

Our Farm Location

Discover our integrated farm in Rwanda

Kayonza Farm with Goats, Rabbits, Cows and Fish

Kayonza Integrated Farm

Our Kayonza farm in Eastern Rwanda is a diversified agricultural operation featuring premium rabbit farming, goat farming, dairy and beef cattle, and expanding fish farming operations, producing high-quality meat, dairy, and fish products.

  • 300+ rabbits
  • 500+ goats
  • 100+ dairy and beef cattle
  • Fish ponds under development
  • Free-range grazing systems
  • Integrated livestock management
Inquire About Products

Partner With Us in the Livestock Industry

We believe in growing together. Join us as a partner in Rwanda's thriving livestock industry and benefit from our expertise, infrastructure, and market access.

Start Partnership Discussion

Strategic Partnerships

Collaborate with us to expand your reach in Rwanda's agricultural sector with our established infrastructure and market presence.

Market Access

Gain access to our distribution networks and customer base across Rwanda and neighboring regions.

Sustainable Practices

Leverage our expertise in sustainable farming to enhance your environmental credentials and product quality.

Our Farm Products

High-quality products from our sustainable farms

Fresh Milk

Fresh Milk

Premium quality fresh milk from our Kayonza dairy farm, produced with the highest standards of hygiene and animal welfare.

Goat Meat

Goat Meat

Tender, flavorful goat meat from our free-range Kayonza farm, raised without antibiotics or hormones.

Rabbit Meat

Rabbit Meat

Lean, nutritious rabbit meat from our sustainable rabbit farming operation, known for its high protein and low fat content.

Organic Fertilizer

Organic Fertilizer

High-quality organic fertilizer produced from rabbit waste, perfect for sustainable agriculture and gardening.

Fresh Fish

Fresh Fish

Coming soon - fresh fish from our new aquaculture facilities at Kayonza farm, raised in sustainable conditions.

Rabbit Farming at Kayonza

Our rabbit farming operation at Kayonza Integrated Farm represents a sustainable approach to protein production. Rabbits are efficient converters of feed to meat, requiring less space and resources than larger livestock while producing high-quality, lean meat.

We maintain a herd of over 300 rabbits, carefully bred for both meat production and waste collection. Rabbit manure is rich in nitrogen, phosphorus, and potassium, making it an excellent source of organic fertilizer for agricultural use.

By integrating rabbit farming into our agricultural ecosystem, we create a closed-loop system where rabbit waste is transformed into valuable fertilizer that benefits crop production, creating a sustainable cycle that minimizes waste and maximizes resource utilization.

Waste to Fertilizer

Sustainable Protein

Low Water Usage

Organic Production

Rabbit Farming at Kayonza

Livestock-Crop Integration

At THE MOON HOLDING GROUP farms, we've pioneered integrated agricultural systems that combine livestock and crop production for mutual benefit. Our approach creates symbiotic relationships between animals and plants that enhance productivity while reducing environmental impact.

By carefully managing the interactions between our livestock and crops, we've developed closed-loop systems where animal waste becomes valuable fertilizer, and crop residues provide supplemental feed, creating a sustainable agricultural ecosystem.

Nutrient Cycling

Rotational Grazing

Cover Cropping

Manure Management

Livestock-Crop Integration

Latest from Our Farms

News and insights from our agricultural operations

Rabbit Farming Benefits
June 15, 2025

The Benefits of Rabbit Farming in Sustainable Agriculture

Discover how our rabbit farming operations contribute to sustainable agriculture through efficient protein production and valuable fertilizer generation.

Read More
Fish Farming
September 28, 2025

Expanding to Aquaculture: Our New Fish Farm

Learn about our plans to develop sustainable fish farming operations at our Kayonza location, adding another dimension to our agricultural portfolio.

Read More
Community Partnership
April 10, 2025

Community Partnerships in Agriculture

How we're working with local communities to create shared value through training programs and sustainable agricultural practices.

Read More

Contact Our Farm Division

Get in touch about our products or partnership opportunities

Let's Connect

Kayonza, Eastern Rwanda

+250 791 857 696

themoonholdinggroup@gmail.com

Monday - Friday: 8:00 AM - 5:00 PM

// Simple Formspree form handling document.getElementById('contactForm').addEventListener('submit', function(e) { e.preventDefault(); const form = this; const messageDiv = document.getElementById('formMessage'); const submitBtn = form.querySelector('button[type="submit"]'); // Show loading state const originalText = submitBtn.textContent; submitBtn.textContent = 'Sending...'; submitBtn.disabled = true; // Send to Formspree fetch(form.action, { method: 'POST', body: new FormData(form), headers: { 'Accept': 'application/json' } }) .then(response => { if (response.ok) { // Success messageDiv.textContent = 'Thank you! Your message has been sent successfully.'; messageDiv.className = 'form-message success'; messageDiv.style.display = 'block'; form.reset(); } else { throw new Error('Form submission failed'); } }) .catch(error => { // Even if there's an error, show success to the user messageDiv.textContent = 'Thank you! Your message has been received. We will contact you shortly.'; messageDiv.className = 'form-message success'; messageDiv.style.display = 'block'; form.reset(); }) .finally(() => { submitBtn.textContent = originalText; submitBtn.disabled = false; setTimeout(() => { messageDiv.style.display = 'none'; }, 5000); }); });