Request for Proposals - Improved Kernel Processing Co-operatives

Request for Proposals - Improved Kernel Processing Co-operatives


The Global Shea Alliance, in partnership with the Mastercard Foundation, is inviting GSA Members and Sustainability Partners in ???????? Ghana and ???????? Benin to apply under the Shea Business Empowerment Program II.  The program will support the formalisation of young people-led shea co-operatives for financially disadvantaged young women aged 18–35.

Download...


Copyright © Global Shea Alliance | All rights reserved

C const popup = document.querySelector('.popup'); const close = document.querySelector('.close'); window.onload = function(){ setTimeout(function(){ popup.style.display = "block"; }, 2000) } close.addEventListener('click',()=>{ popup.style.display = 'none'; })