Description
Bridge the gamification rewards/Badge system to the feature-flagged NFT suite so milestone badges can be minted as on-chain collectibles.
Direction
- Behind the
experimental flag, on badge award in rewards, call nft_minting to mint a non-transferable (soulbound) achievement NFT to the user.
- Define achievement→NFT metadata mapping in
nft_types.
- Guard so each achievement mints at most once per user.
Acceptance criteria
Description
Bridge the gamification
rewards/Badgesystem to the feature-flagged NFT suite so milestone badges can be minted as on-chain collectibles.Direction
experimentalflag, on badge award inrewards, callnft_mintingto mint a non-transferable (soulbound) achievement NFT to the user.nft_types.Acceptance criteria
--features experimentaland pass.