# 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.&#x20;

<figure><img src="/files/Y3TJz6XTWwVXGm60wItp" alt=""><figcaption></figcaption></figure>

***

{% content-ref url="/pages/mAbF4NdZ816mK3YiprQE" %}
[Profile API](/dapp-developers/user-profiles/profile-api.md)
{% endcontent-ref %}

***

#### 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hashpack.app/dapp-developers/user-profiles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
