Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Use our API to add reputation-based context and authentication to your app, like

## Quick Start

1. [Get your API Key](/docs/api-keys)
1. [Get your API Key](/docs/talent-api/api-keys)
2. Explore our [API Reference](/docs/talent-api/api-reference)
3. Jump into specific guides:
- [Authentication](/docs/talent-api/authentication)
Expand All @@ -42,7 +42,7 @@ Talent is built around the following core concepts to create a comprehensive rep
- [**Account**](/docs/protocol-concepts/account): A connection to a third-party data source (wallet, GitHub, X, etc.) that provides reputation data.
- [**Data Point**](/docs/protocol-concepts/data-point): A specific verified fact about a builder (GitHub stars, wallet transactions, etc.).
- [**Events**](/docs/protocol-concepts/event): Historical records of reputation changes
- [**Ranking Systems**](/docs/protocol-concepts/ranking-systems): A ranking system that evaluates reputation based on Data Points. Builder Rank is our primary ranking system for identifying top builders.
- [**Builder Rank**](/docs/protocol-concepts/builder-rank): Our primary ranking system that evaluates a builder's reputation based on Data Points.

## Support

Expand Down
2 changes: 1 addition & 1 deletion docs/legal/creator-rewards-terms-conditions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The specific weights and formulas used to calculate rankings are proprietary and

## 6. Reward Distribution

Rewards are distributed automatically to eligible participants.
Rewards are distributed automatically to eligible participants.

Creators will need to opt-in or opt-out of receiving rewards between September 1, 2025 and September 15, 2025 (11:59pm). If creators don’t select an option before deadline, the opt-out option will be selected as default.

Expand Down
8 changes: 4 additions & 4 deletions docs/protocol-concepts/account.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 1
---

# Account
Expand All @@ -8,16 +8,16 @@ An Account represents a connection with a third-party data provider.

An **Account** represents a connection with a third-party entity (e.g., Wallet Address, GitHub, X, LinkedIn) that feeds reputation data into Talent. Accounts can exist independently or be linked to a user.

A [**User**](/docs/protocol-concepts/user) represents an individual that signed up on talentprotocol.com to verify their reputation data and improve their [Builder Rank](/docs/protocol-concepts/ranking-systems/builder-rank), by connecting multiple [**accounts**](/docs/protocol-concepts/account)**.**
A [**User**](/docs/protocol-concepts/user) represents an individual that signed up on talentprotocol.com to verify their reputation data and improve their [Builder Rank](/docs/protocol-concepts/builder-rank), by connecting multiple [**accounts**](/docs/protocol-concepts/account)**.**

## Key Attributes:

- **Accounts** have Account IDs (previously known as Passport ID) and account-specific URLs (until they're linked to a user), following this format:
- `talentprotocol.com/address/0xbd…23d4`
- `talentprotocol.com/github/filmacedo`
- If linked to a user, the account URL will automatically redirect to the user’s profile URL. Otherwise, it will show the data from that imported account independently.
- Once linked to a user, an account loses its independent profile and redirect to the user's profile. The account also loses its [Builder Rank](/docs/protocol-concepts/ranking-systems/builder-rank), and its data feeds into the user's aggregated reputation.
- Accounts display their own [Builder Rank](/docs/protocol-concepts/ranking-systems/builder-rank) unless linked to a user, at which point their data integrates into the user's aggregated [Builder Rank](/docs/protocol-concepts/ranking-systems/builder-rank).
- Once linked to a user, an account loses its independent profile and redirect to the user's profile. The account also loses its [Builder Rank](/docs/protocol-concepts/builder-rank), and its data feeds into the user's aggregated reputation.
- Accounts display their own [Builder Rank](/docs/protocol-concepts/builder-rank) unless linked to a user, at which point their data integrates into the user's aggregated [Builder Rank](/docs/protocol-concepts/builder-rank).
- Users can claim an imported account by verifying ownership (e.g., signing a wallet message, connecting GitHub).

## Types of Accounts:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 2
---

# Builder Rank

A ranking system to recognize real onchain builders.
Expand All @@ -23,11 +27,11 @@ Builder Rank is determined by your position relative to other builders. It is ca

Each Data Point is evaluated based on how strongly it signals real building activity. The exact formula is not disclosed to prevent gaming.

:::warning
::::warning

Builder Rank is still experimental, so expect regular updates to the ranking algorithm.

:::
::::

## Accessing Builder Rank

Expand All @@ -37,3 +41,4 @@ You can retrieve a builder's rank via the Talent API:
- [**Profile search**](/docs/talent-api/api-reference/search-for-profiles): Search and filter profiles by rank

Builder Rank doesn't have a maximum cap, so rankings evolve over time as more builders join and more data sources are added.

2 changes: 1 addition & 1 deletion docs/protocol-concepts/data-issuer.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 6
sidebar_position: 3
---

# Data Issuer
Expand Down
2 changes: 1 addition & 1 deletion docs/protocol-concepts/data-point.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Explore data indexed by Talent at [https://talent.app/~/data](https://talent.app

## Scoring Tags

- We use a **tag-based system** that determines how data points are used in [Ranking Systems](/docs/protocol-concepts/ranking-systems):
- We use a **tag-based system** that determines how data points are used in ranking systems such as [Builder Rank](/docs/protocol-concepts/builder-rank):
- Initial tags: `human`, `builder`, `creator`
- Data points can have multiple tags
- Scoring systems use tags to determine which data points to include
2 changes: 1 addition & 1 deletion docs/protocol-concepts/human-checkmark.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 8
sidebar_position: 6
---

# Human Checkmark
Expand Down
2 changes: 1 addition & 1 deletion docs/protocol-concepts/profile.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 7
---

# Profile
Expand Down
4 changes: 0 additions & 4 deletions docs/protocol-concepts/ranking-systems/_category_.json

This file was deleted.

20 changes: 0 additions & 20 deletions docs/protocol-concepts/ranking-systems/index.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion docs/protocol-concepts/socials.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 9
sidebar_position: 8
---

# Socials
Expand Down
6 changes: 3 additions & 3 deletions docs/protocol-concepts/user.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
sidebar_position: 1
sidebar_position: 9
---

# User

A User represents an individual that signed up on talentprotocol.com

A **User** represents an individual that signed up on talentprotocol.com to verify their reputation data and improve their [Builder Rank](/docs/protocol-concepts/ranking-systems/builder-rank), by connecting multiple [**accounts**](/docs/protocol-concepts/account)**.**
A **User** represents an individual that signed up on talentprotocol.com to verify their reputation data and improve their [Builder Rank](/docs/protocol-concepts/builder-rank), by connecting multiple [**accounts**](/docs/protocol-concepts/account)**.**

An [**Account**](/docs/protocol-concepts/account) represents a connection with a third-party entity (e.g., Wallet Address, GitHub, X, LinkedIn) that feeds reputation data into Talent. Accounts can exist independently or be linked to a user.

Expand All @@ -16,7 +16,7 @@ An [**Account**](/docs/protocol-concepts/account) represents a connection with a
- Users have a single profile URL aggregating data from all associated accounts.
- `talentprotocol.com/UUID`
- A user can connect multiple [accounts](/docs/protocol-concepts/account), but an account can only be linked to one user at a time.
- A user aggregates reputation data from all its connected [accounts](/docs/protocol-concepts/account) into a unified [Builder Rank](/docs/protocol-concepts/ranking-systems/builder-rank).
- A user aggregates reputation data from all its connected [accounts](/docs/protocol-concepts/account) into a unified [Builder Rank](/docs/protocol-concepts/builder-rank).
- A user is able to sign-in to the Talent App with any account that they connected.
- For now, only the Talent app can create, update or delete users from the database. Ecosystem apps can only read data.

Expand Down
3 changes: 1 addition & 2 deletions docs/api-keys.mdx → docs/talent-api/api-keys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: api-keys
title: API Keys
sidebar_label: API Keys
sidebar_position: 3
sidebar_position: 1
description: Manage your Talent API keys.
---

Expand All @@ -12,4 +12,3 @@ API Keys are available exclusively for Talent+ members (5k requests/month).

After getting your Talent+ membership on [talent.app](https://talent.app), you can request an API Key [here](https://talent.app/~/settings/api).


2 changes: 1 addition & 1 deletion docs/talent-api/authentication.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
---

# Authentication
Expand Down
1 change: 1 addition & 0 deletions docs/talent-api/pagination.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
sidebar_position: 3
---

# Pagination
Expand Down
1 change: 1 addition & 0 deletions docs/talent-api/rate-limits.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
sidebar_position: 4
---

# Rate Limits
Expand Down