Skip to content
Open
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
6 changes: 3 additions & 3 deletions docs/protocol-concepts/data-point.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ sidebar_position: 4

# Data Point

A Data Point is specific type of reputation data about a given user.
A Data Point is a 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.
- A Data Point doesn't store any scoring information; they can be used in multiple scoring systems.
- Example:
- Data Issuer: `GitHub`
- Data Point: `Stars`
- Value: `[number of stars]`

## **Variable** and I**mmutable** Data Points:
## **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.
Expand Down