REQUEST FOR EXPRESSION OF INTEREST

REQUEST FOR EXPRESSION OF INTEREST


The Global Shea Alliance (GSA), in partnership with Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) is implementing the Shea Investment and Jobs Creation Program (SHIP), a 2 year program in Côte d’Ivoire and Ghana to improve the efficiency and profitability of women processors in existing kernel and shea butter co-operatives to strengthen their sustainability in the value chain, access markets and investment for women collectors and processors and create decent jobs.

This year’s activities will include specialised training for women shea kernel collectors and shea butter processors within their communities, as well as community level workshops focused on quality shea kernel processing, butter production and market linkages. In total, 4,650 women from 21 co-operatives in Côte d’Ivoire and Ghana will receive training between June and August 2025.

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'; })