Profile
A Profile is the entity in Talent Protocol that represents a builder's digital identity and reputation.
Profile Types
User Profile: A profile connected to a verified Talent Protocol user
Account Profile: An independent profile representing an indexed Account not yet claimed by a User
Profile Properties
Profiles contain several key properties that constitute a builder's identity:
Basic Information
id
: Unique identifier for the profilename
: The builder's namedisplay_name
: The displayed name that may differ from the primary namebio
: A short biography or descriptionlocation
: Geographic locationimage_url
: Profile picture URL
Reputation Properties
human_checkmark
: Boolean indicating if the profile owner has been verified as humanonchain
: Boolean indicating if the profile has verified onchain presencetags
: Array of skill or interest tags associated with the profilecalculating_score
: Boolean indicating if the profile's score is being recalculated
Technical Properties
created_at
: Timestamp when the profile was created
Profile Search
The API v2 provides advanced search capabilities for profiles based on:
Identity information (names, ENS domains, usernames)
Connected accounts (GitHub, wallet addresses, etc.)
Human verification status
Builder Score values and score credentials
Tags and interests
See the API Reference for detailed examples of profile search queries.
Last updated
Was this helpful?