Skip to content
Open
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
11 changes: 1 addition & 10 deletions GLOSSARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,13 @@

## Data, Scoring & Infrastructure

| Term | Definition |
|------|------------|
| **Indexing** | The process of collecting, normalizing, and structuring raw onchain and offchain data related to builder activity. |
| **Data Point** | A verified fact about a builder’s activity used as an input to reputation scoring. |
| **Scoring** | The algorithmic evaluation of data points to produce reputation metrics and rankings. |
| **Score** | A numerical output generated by a scoring model that represents a specific dimension of reputation. |
| **Credential** | A structured, verified data point representing a builder’s activity or achievement, evaluated in the context of a reputation score. |

## Data, Scoring & Infrastructure

| Term | Definition |
|------|------------|
| **Indexing** | The process of collecting, normalizing, and structuring raw onchain and offchain data related to builder activity. |
| **Data Point** | A verified fact about a builder (e.g., GitHub stars, wallet transactions) used as input to reputation scoring. Represents objective data. |
| **Event** | A historical record tracking changes to Data Point values over time. |
| **Data Issuer** | A third-party source that provides reputation data (e.g., GitHub, Coinbase, Farcaster). |
| **Scoring** | The algorithmic evaluation of data points to produce reputation metrics and rankings. |
| **Scoring System** | A set of rules that converts Data Points into numerical reputation scores. Multiple systems can coexist independently (e.g., Builder Score, Creator Score). Represents subjective evaluation. |
| **Score** | A numerical output generated by a scoring model that represents a specific dimension of reputation. |
| **Credential** | A structured, verified data point representing a builder's activity or achievement, evaluated in the context of a reputation score. |
Expand Down
4 changes: 2 additions & 2 deletions diagrams/ecosystem-flow-diagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ graph TB
### 1. Central Hub: Talent App
- Aggregates builder reputation data and facilitates flows between all participants.

### 3. Ecosystems
### 2. Ecosystems
- **Input**: Builder attention (discovery, engagement)
- **Output**: Rewards to builders via Talent App

### 3. Traders
- **Input**: Capital investment
- **Output**: Access to aggreagated builder data for conviction
- **Output**: Access to aggregated builder data for conviction

### 4. Professionals
- **Input**: Curation of verified builders
Expand Down