# Passport Deliverables ### Branding/Assets - Logo - Style (color, typography, visuals, etc) - Default Passport NFT - Default Badge NFT (Generic) ### Landing Page - Hero - Benefits ### App - Enable Passports for a DAO - (deploying passport contract) - (ex: also want the badge/rep contracts) - Create passports for DAO members --- Once a passport exists: - Minting passport (input: address) - Minting/burning Rep (input: passport id, amount and note?) - Creating a new type of badge (input: image, name and description (+ custom properties later)). - Minting/burning badges (input: badge type (address or id not sure yet) and passport id). - If badges was not enabled when the Passport module was enabled, it must be possible to add it later (deploys badge contract). - If Rep was not enabled when the Passport module was enabled, it must be possible to add it later (deploys Rep contract). For passport holders: - View passport with Rep and badges. - Move passport to a new address (input: address -> wait for some time (2 days?) -> then finalize the trnsfare).