From fcd4cf34b38fb15c1bdc227e5d851586ffa8084f Mon Sep 17 00:00:00 2001 From: Ruben Dinis Date: Mon, 2 Feb 2026 17:21:07 +0000 Subject: [PATCH 1/2] Simplify data point page to link to talent.app/~/data --- docs/protocol-concepts/data-point.mdx | 36 +-------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/docs/protocol-concepts/data-point.mdx b/docs/protocol-concepts/data-point.mdx index d4d6e9f..29a8a3e 100644 --- a/docs/protocol-concepts/data-point.mdx +++ b/docs/protocol-concepts/data-point.mdx @@ -4,38 +4,4 @@ sidebar_position: 4 # Data Point -A Data Point is specific type of reputation data about a given user. - -## Key Attributes: - -- A Data Point provides a verified fact about a user's reputation at a given point in time. -- A Data Point is always associated with a [Data Issuer](/docs/protocol-concepts/data-issuer). -- A Data Issuer can have multiple Data Points, but a Data Point only has one Data Issuer. -- A Data Point only contains objective and verifiable data. -- A Data Point doesn't store any scoring information; they can be use in multiple scoring systems. -- Example: - - Data Issuer: `GitHub` - - Data Point: `Stars` - - Value: `[number of stars]` - -## **Variable** and I**mmutable** Data Points: - -- Immutable data points are simpler versions of variable data points. -- **Variable Data Points** contain a value that can change over time. -- Example: GitHub Stars, ETH Balance on Base -- **Immutable Data Points** are only set once, and never recalculated again. -- Example: Base Learn, KYC, First Transaction on Base - -## Categories of Data Points: - -- **Metrics**: Ongoing measurable activities (e.g., GitHub contributions, transactions) -- **Achievements**: One-time accomplishments and permanent credentials (e.g., a hackathon win) -- **Affiliations**: Memberships and group affiliations that can be lost or revoked (e.g., job or a DAO) -- **Accounts**: Social profiles and other verifications (e.g., twitter, farcaster, github) - -## Scoring Tags - -- We use a **tag-based system** that determines how data points are used in [Scoring Systems](/docs/protocol-concepts/scoring-systems): - - Initial tags: `human`, `builder`, `creator` - - Data points can have multiple tags - - Scoring systems use tags to determine which data points to include +Explore data indexed by Talent at [https://talent.app/~/data](https://talent.app/~/data). From 4af52cfef67dde0db2c7fffc42a8f5ac2aa78238 Mon Sep 17 00:00:00 2001 From: Ruben Dinis Date: Mon, 2 Feb 2026 17:27:17 +0000 Subject: [PATCH 2/2] Update data-points index page to link to talent.app/~/data and restore protocol-concepts/data-point --- docs/data-points/index.mdx | 7 ++++++ docs/protocol-concepts/data-point.mdx | 36 ++++++++++++++++++++++++++- 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 docs/data-points/index.mdx diff --git a/docs/data-points/index.mdx b/docs/data-points/index.mdx new file mode 100644 index 0000000..2ce0a27 --- /dev/null +++ b/docs/data-points/index.mdx @@ -0,0 +1,7 @@ +--- +sidebar_position: 1 +--- + +# Data Points + +Explore data indexed by Talent at [https://talent.app/~/data](https://talent.app/~/data). diff --git a/docs/protocol-concepts/data-point.mdx b/docs/protocol-concepts/data-point.mdx index 29a8a3e..e1838e2 100644 --- a/docs/protocol-concepts/data-point.mdx +++ b/docs/protocol-concepts/data-point.mdx @@ -4,4 +4,38 @@ sidebar_position: 4 # Data Point -Explore data indexed by Talent at [https://talent.app/~/data](https://talent.app/~/data). +A Data Point is specific type of reputation data about a given user. + +## Key Attributes: + +- A Data Point provides a verified fact about a user's reputation at a given point in time. +- A Data Point is always associated with a [Data Issuer](/docs/protocol-concepts/data-issuer). +- A Data Issuer can have multiple Data Points, but a Data Point only has one Data Issuer. +- A Data Point only contains objective and verifiable data. +- A Data Point doesn't store any scoring information; they can be use in multiple scoring systems. +- Example: + - Data Issuer: `GitHub` + - Data Point: `Stars` + - Value: `[number of stars]` + +## **Variable** and **Immutable** Data Points: + +- Immutable data points are simpler versions of variable data points. +- **Variable Data Points** contain a value that can change over time. +- Example: GitHub Stars, ETH Balance on Base +- **Immutable Data Points** are only set once, and never recalculated again. +- Example: Base Learn, KYC, First Transaction on Base + +## Categories of Data Points: + +- **Metrics**: Ongoing measurable activities (e.g., GitHub contributions, transactions) +- **Achievements**: One-time accomplishments and permanent credentials (e.g., a hackathon win) +- **Affiliations**: Memberships and group affiliations that can be lost or revoked (e.g., job or a DAO) +- **Accounts**: Social profiles and other verifications (e.g., twitter, farcaster, github) + +## Scoring Tags + +- We use a **tag-based system** that determines how data points are used in [Scoring Systems](/docs/protocol-concepts/scoring-systems): + - Initial tags: `human`, `builder`, `creator` + - Data points can have multiple tags + - Scoring systems use tags to determine which data points to include