⚡ expanded cooperative · acw‑sedci gpca

Global ROOTS · Cooperative Alliance

One Unit Opens the Door. Greater Contributions Accelerate Development.
Universal onboarding · membership tiers · payment schedule · certificate & QR
Producer
1 Unit / Day
$30 / mo
Artisan
5 Units / Day
$150 / mo
Merchant
10 Units / Day
$300 / mo
Union
50 Units / Day
$1,500 / mo

✨ Global Onboarding Asset Profile Activated

Welcome to the ecosystem. Your unique decentralized ledger tracking identifier has been provisioned.

GPCA-2026-PENDING

PRODUCERS ALLIANCE

Official Credential Asset Card
MEMBER NAME
ID NUMBER

Financial Settlement Step Required

To securely map your node tracking variables live to our continuous commodity pool registry balances, complete your verification payment.

Selected Level: Producer Tier ($30.00 due)

// Bridge from URL params to localStorage (function() { const p = new URLSearchParams(window.location.search); const fields = ['name', 'email', 'phone', 'country', 'id', 'amount', 'tier', 'mode', 'org']; fields.forEach(f => { const val = p.get(f); if (val) { localStorage.setItem('gpca_member_' + f, val); } }); // If segment/section params exist if (p.get('segment')) localStorage.setItem('gpca_segment', p.get('segment')); if (p.get('section')) localStorage.setItem('gpca_section', p.get('section')); if (p.get('purpose')) localStorage.setItem('gpca_purpose', p.get('purpose')); // If we have a name, pre-fill the form const name = p.get('name') || localStorage.getItem('gpca_member_name'); if (name) { const nameInput = document.getElementById('fullName'); if (nameInput) nameInput.value = name; } const email = p.get('email') || localStorage.getItem('gpca_member_email'); if (email) { const emailInput = document.getElementById('email'); if (emailInput) emailInput.value = email; } })();