Split templates
Split templates define payout logic so deployers do not reinvent the math for every distribution. Create a template once, link it to any cohort, and Sync will calculate totals before you sign the on-chain transaction.
Template types
- Fixed amount per wallet. Ideal for stipends or reimbursements.
- Pro-rata by stake or score. Paste each wallet’s weight and let Sync scale the final amount automatically.
- Tiered percentages. Group recipients by labels (
Gold,Silver, etc.) and assign each bucket a percentage of the total budget. - Hybrid. Combine a base amount with a pro-rata remainder when you need guaranteed minimums plus performance-based upside.
Authoring experience
- Start from scratch or duplicate an existing template when the math is similar.
- Preview token totals in the sidebar as you edit so you can spot typos instantly.
- Attach a short rationale (“Validator retention bonus”, “Grant milestone #2”) so finance teams know why it exists.
Approvals & governance
- Require a reviewer before a template becomes active. Reviewers see the diff against the previous version, not just a yes/no prompt.
- Lock templates once they’ve funded a distribution to preserve historical context while still allowing “Save as new” for tweaks.
Connecting to flows
When a deployer selects a cohort + template combo, the dashboard:
- Applies the template math to the cohort addresses.
- Runs linting (duplicate wallets, missing labels, negative amounts).
- Shows the final allocation so everyone can sign off before Sync builds the Merkle tree.
Templates live at the account level, so every team in your org works from the same library instead of sharing spreadsheets over chat.
Last updated on