Talent Protocol Docs
  • DEVELOPERS
    • Get Started
    • Talent API
      • Authentication
      • API Reference - V1
        • [Deprecated] - Talent Passports
        • [Deprecated] - Credentials
      • API Reference - V2
        • Score
        • Credentials
        • Farcaster scores
        • Socials
        • Search
        • Accounts
      • Rate Limits
      • Pagination
    • API Pricing
    • Smart Contracts
  • Protocol Concepts
    • User
    • Account
    • Profile
    • Data Point
    • Data Issuer
    • Scoring Systems
      • Builder Score
        • Builder Score Levels
      • Creator Score (coming soon)
      • Degen Score (coming soon)
    • Human Checkmark
  • Socials
  • Data Points
    • Base
    • Bonsai
    • Bountycaster
    • BUILD
    • Coinbase
    • Crypto Nomads
    • Cyber
    • DAOBase
    • Degen
    • Developer DAO
    • Devfolio
    • ENS
    • ETHGlobal
    • Farcaster
    • GitHub
    • Human Checkmark
    • Jumper
    • Lens
    • Linkedin
    • Onchain Activity
    • Safe
    • Serotonin
    • Taikai
    • Talent Protocol
    • X/Twitter
  • Legal
    • Terms of Service
    • Privacy Notice
    • Builder Rewards T&C
    • Builder Score App T&C
Powered by GitBook
On this page
  • Profile Types
  • Profile Properties
  • Profile Search

Was this helpful?

Export as PDF
  1. Protocol Concepts

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 profile

  • name: The builder's name

  • display_name: The displayed name that may differ from the primary name

  • bio: A short biography or description

  • location: Geographic location

  • image_url: Profile picture URL

Reputation Properties

  • human_checkmark: Boolean indicating if the profile owner has been verified as human

  • onchain: Boolean indicating if the profile has verified onchain presence

  • tags: Array of skill or interest tags associated with the profile

  • calculating_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

PreviousAccountNextData Point

Last updated 1 month ago

Was this helpful?

See the for detailed examples of profile search queries.

API Reference