Upcoming Features: FlareHub Passport & On-chain Reputation
FlareHub is introducing a composable, non-transferable on-chain identity that accumulates verifiable achievements over time.
FlareHub Passport (Soulbound Token)
- Non-transferable ERC-721 with locking (EIP-5191-like) semantics.
- Acts as a user's permanent identity within FlareHub.
Achievement Badges (ERC-1155)
- Minted for significant actions (e.g., bounty shipped, valid bug report, AMA attendance, published guide).
- Many badge types in a single contract.
Token Bound Accounts (ERC-6551)
- The Passport controls a Token Bound Account (TBA).
- Badges are sent to the TBA, so the Passport "owns" a user's achievements.
Implementation flow
- First action: mint the user's Passport SBT.
- Deploy or compute the TBA via the ERC-6551 registry for that SBT.
- For each new achievement, mint an ERC-1155 badge to the SBT's TBA address.
Why this matters
- Clear, queryable on-chain resume per contributor.
- Portable and composable across the ecosystem.
- Tamper-resistant reputation that grows with participation.
Note: Timeline and specs may evolve. This page will be updated as contracts and endpoints ship.