User Profiles
HashPack provides dapps with standardized user profile data if the user has set it. The special thing about our profile data is that it is token gated and guaranteed to be unique.
Username
HashPack usernames are based on HNS domain names - this allows for unique identifiers and supports the domain ecosystem. If the domain has been sold, moved, or expired, the users profile will update accordingly.
Profile Image
Profile images are NFT images that the user owns. This token gating system supports the PFP NFT creators. If a user sells or moves the NFT their profile picture will be automatically removed.
Currency
This will let you know what currency the user prefers.
We recommend dapps build a graceful fallback system, so that any combination of username or account picture missing still displays correctly - you should display the account id in lieu of a username.
Last updated