Skip to content
GLOBAL EMANCIPATION NETWORK
How You Can Help

Fund the infrastructure agencies can't build alone

GEN's data and tools are free for law enforcement, researchers and nonprofits. Your donation is what makes that possible: it funds the tools and services, not a paywall between investigators and the evidence they need.

Where It Goes

What your donation funds

Free Access

Keeps our tools, services and dataset free for law enforcement, researchers, academia and anti-trafficking nonprofits worldwide.

Data Enrichment

Funds the collection, enrichment and image analysis behind trafficking and exploitation records in the GEN-hosted database.

Field Support

Supports the technologists and policy experts who work directly with the 200+ agencies relying on our infrastructure.

Prefer to give another way? We also accept wire transfers, stock gifts and employer matching. Write to info@globalemancipation.ngo and we'll walk you through it.
+ currentAmount + ' ' + freqLabel; lineAmount.textContent = '
+ Number(currentAmount).toFixed(2); lineTotal.textContent = ' + Number(currentAmount).toFixed(2); } amountButtons.forEach(function(btn){ btn.addEventListener('click', function(){ amountButtons.forEach(function(b){ b.classList.remove('selected'); }); btn.classList.add('selected'); currentAmount = btn.getAttribute('data-amount'); customInput.value = ''; refresh(); }); }); customInput.addEventListener('input', function(){ if (customInput.value){ amountButtons.forEach(function(b){ b.classList.remove('selected'); }); currentAmount = customInput.value; refresh(); } }); freqButtons.forEach(function(btn){ btn.addEventListener('click', function(){ freqButtons.forEach(function(b){ b.classList.remove('active'); }); btn.classList.add('active'); currentFreq = btn.getAttribute('data-freq'); refresh(); }); }); })();