Deployers & splits
Before Sync builds a single on-chain transaction it asks two questions: Who is allowed to press the button? and Which recipients get what? The managed UI helps review distributions before they go out.
Cohorts
Cohorts are saved recipient lists that anyone with access can reuse. Import a CSV, sync from an internal API, or create one manually. Each cohort stores:
- A name + description your team will actually recognize.
- Labels (“Validators”, “Community grants”) so search stays sane.
- The most recent source of truth (CSV checksum, sync timestamp, webhook status).
Head to Cohorts & CSV uploads for the full workflow, including supported column formats and reconciliation tips.
Split templates
Split templates describe how a cohort is paid (percentage ladders, fixed bonuses, or hybrid rules). When a deployer starts a distribution they pick a cohort and a template—the UI previews the total so everyone sees the math before signing. Learn more in Split templates.
How it all ties into the API
Once deployers, cohorts, and templates are configured, the dashboard passes clean IDs to the Sync API. That means:
- No one needs to juggle spreadsheets or recreate Merkle inputs by hand.
- Approvals are logged, making reviews and compliance checks faster.
- Every transaction request references a stable cohort + template pair, so you avoid “stale CSV” bugs.