App Overview
FlareHub is the coordination layer for community programs. The app keeps the focus on people and outcomes, while providing clear rails for funding, approvals, and claims.
Key features
- Bounties: One-to-many payouts via Merkle distributions tied to a bounty escrow.
- Contracts: Milestone-based escrows with sponsor approvals (EIP-712) or direct release.
- Claims: Talent claims funds on-chain with a proof (bounties) or after sponsor approval (contracts).
- Roles & permissions: Sponsor, Talent, Operator, Admin. Operator is optional and co-signs sensitive actions.
How funds flow
- Bounties: Sponsor creates and funds a bounty escrow → distribution root is set → eligible claimants claim to their wallet.
- Contracts: Sponsor creates a contract escrow with milestone amounts → funds milestones as needed → approves releases per milestone → talent receives on-chain.
How the app keeps it coherent
- On-chain actions run through a single registry, ensuring every payment has a matching review trail.
- Frontend flows mirror programme docs so sponsors and talent always know the next step.
- Backend services reconcile submissions, approvals, and claims to keep dashboards accurate.
Start here
- New sponsors: read
Programs → Bounties
andPrograms → Contracts
. - All contributors: see
Programs → Escrow & Claims
for how claims work and common errors.